on 2021 Oct 09 7:19 AM
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
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
User | Count |
---|---|
17 | |
9 | |
7 | |
6 | |
6 | |
6 | |
5 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.