cancel
Showing results for 
Search instead for 
Did you mean: 

Substitution at call-up point 3 ("Complete document") is not worked

t_iijima
Explorer
0 Kudos

Hi.

I need to update value of field BSEG-SGTXT to all items in the FI document when posting and parking document.

So, I tried substitution at call-up point 3 ("Complete document").

But, the value was not updated though the value was substituted in User-Exits.

I found values of DATA_CHANGED was not transferred to DATA_OUT IN FORM EXP_REC_015.

I changed entries of GB01 and executed PGM:RGUGBR00 in accordance with Note 42615,

but code of FORM EXP_REC_015 doesn't change.

Why the value is not substituted? and How can I deal with the problem?

Regards,

Takumi Iijima

Accepted Solutions (0)

Answers (2)

Answers (2)

hugo_vieira
Discoverer

Hey guys,

I had the same problem in the form EXP_REC_015 of the include GBTIMFIJ not replacing the values of the BSEG.

Below is the procedure I performed for the system to perform the replacement.

Step 1 - Access the VWTYGB01 view through transaction SM30:

Step 2 - Uncheck the "Exclude" flag for class 15, type S, BSEG table and field equal to "*":

Step 3: Once the "Exclude" column is unchecked, run the report RGUGBR00 through SE38 for the system to generate the abap code again, with this the system will perform the replacement in the form EXP_REC_015 as we can see in the print below:

It took me a few hours to learn this and solve the problem, I hope to help anyone who has the same problem.

fmnor79
Active Participant
0 Kudos

Hi

regarding attempt to establish substitution for parked document, I believe substitution is not supported in document parking. Substitution takes place via the posting transaction once accounting document is generated from parked document.

Best regards,

Frank

t_iijima
Explorer
0 Kudos

Frank

Thanks for your answer.

I confirmed substitution at call-up point 2 is worked when parking as complete document in FV50.

(Surely it is not worked in FBV1.)

So, I guess substitution at call-up point 3 is worked when parking as complete document too.

If substitution at call-up point 3 is worked when parking as complete document,

I want to realize the same as PGM:RGGBS000 FORM:U102.

But I failed as I asked the question.

Takumi Iijima