‎2018 Mar 23 5:55 AM
Hi all,
I have come up with a doubt regarding adding the custom field to enjoy transaction fb75,
I have read the documents provided by sap and according to them, i have also created the custom field.
By using basic mode i have created it and able to see it in structure CI_COBL, but now i m not able to figure out my next step.
How should i APPEND it in BSEG and then how to add it in enjoy transaction?
‎2018 Mar 23 7:04 AM
"I have read the documents provided by sap" so you called transaction OXK3 to fulfil your requirement...
(Read, again, carefully, the SPRO documentation as well as reference notes like 2143232 - How To add a customer field to coding block without modification and 1451330 - Storing customer fields from BSEG in APPEND)
‎2018 Mar 23 7:04 AM
"I have read the documents provided by sap" so you called transaction OXK3 to fulfil your requirement...
(Read, again, carefully, the SPRO documentation as well as reference notes like 2143232 - How To add a customer field to coding block without modification and 1451330 - Storing customer fields from BSEG in APPEND)
‎2018 Mar 25 5:55 PM
Hi sir,
sorry for replying late,
I have created and successfully appended it into BSEG.
Now when i am trying to include it in enjoy transaction using t-code SPRO, it is asking me for screen variant.
I have created screen and transaction variant also by t-code SHD0.
But my doubt is :
Is it neccessary to add custom field using screen variant or is there any other way also .
Thanks in advance.
‎2018 Mar 26 8:21 AM
‎2018 Mar 26 8:26 AM
I have created that successfully and have added to enjoy transaction also ,
now i am able to see it there at item level.
can you suggest me , what should be my steps to get it at header level?
thanks.
‎2018 Mar 26 9:27 AM
To add fields at header level, Coding Block won't be useful.
Look at the BAdI FI_HEADER_SUB_1300 (allow country filter) and from BADI_FDCB_SUBBAS01 to 06 for one without active SAP implementation as those screen BAdI don't allow multiple implementations.