Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Adding custom field to FB75 using coding block.

achin_tomer
Explorer
0 Likes
2,350

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?

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
1,627

"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)

5 REPLIES 5
Read only

RaymondGiuseppi
Active Contributor
1,628

"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)

Read only

0 Likes
1,627

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.

Read only

0 Likes
1,627

Those "screen variants" are generated with transaction OXK1.

Read only

0 Likes
1,627

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.

Read only

0 Likes
1,627

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.