2019 Jan 31 11:37 AM
I have deployed user exit to update custom fields in Accounting Document from Sales order header when released to accounting. In development it is working fine, but once moving to UAT it is not working as expected. For updation of fields at Document header level what all steps are required apart from using Exit_SAPLV60B_001.
I have appended BKPF structure with custom fields. Enhanced the FB01, FB02, FB03 screen with the custom fields.Fields are appearing in the screen of FB03 etc but value is not getting populated in the fields in from the Sales Order header level. Input will be very helpful.I have already searched all forum regarding user exit and followed all steps but not able to find the missing link.
2019 Feb 04 1:13 PM
2021 Jun 25 3:30 PM
Any updates regarding this issue?
Because I have followed all the above mentioned steps and the custom fields do not get populated.
2019 Feb 08 8:50 AM
Hi Raymond,
Transported activated CMOD project.
Enhanced structures ACCHD, BSEG, BKPF for z fields.
Created BADI Implementation for FI_HEADER_SUB_1300 and added subscreen in screen no 1300.Added new Z fields in FB02 and FB03 by changing layout in program SAPMF05L screen no 1710.
It is working in Dev client but on transporting to UAT client. it is not working. I put break point at EXIT_SAPLV60B_001 in UAT Client, code is working fine XACCHD structure is getting filled with the desired field values. on posting document cannot see the new Z fields values getting filled. Z fields are present but no values is passed to Z fields.
2020 Oct 08 6:15 PM
Hi Pushparaj,
How you have added custom fields in SAPMF05L, Which BADI or User Exit have you used...?
Thanks in Advance.
2021 Jun 28 8:49 AM
2019 Feb 20 7:12 AM
Hi,
I have raised this issue long time back. But didn't get any solution so far. Please help in issue as it is impacting business.
Attached is the requirement.If I update z fields at the Sales Order header level, fields should appear in Accounting document Header level as shown in picture below.