cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

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

t_iijima
Explorer
0 Kudos
3,566

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

View Entire Topic
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.

finhead1
Participant
0 Kudos

Hi

It may or may not be relevant in this scenario, but cal up point 3 doesn't work when  posting from Fiori apps - see note 3071368 - Substitution or Validation in callup point 3 is not triggered for documents posted by Fior....

Rgds

Finbar