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

Additional Data for Invoice

Former Member
0 Likes
1,414

Hi all,

I have appended some custom Z-field to the table VBRK, invoice header.

I would like to know if there is any way to add an additional tab in the standard screen of VF01/VF02/VF03, in order to show those newly added custom fields?

Thank you.

Best regards,

Chris

1 ACCEPTED SOLUTION
Read only

former_member194669
Active Contributor
0 Likes
933

Please check this BADI thru transaction Code SE24.

IF_EX_BADI_SD_CUST_HEAD

a®

3 REPLIES 3
Read only

Former Member
0 Likes
933

There is no screen exit or BADI as such to add the additional tab.

Just check by using user exit RV60AFZC.

Read only

former_member194669
Active Contributor
0 Likes
934

Please check this BADI thru transaction Code SE24.

IF_EX_BADI_SD_CUST_HEAD

a®

Read only

0 Likes
933

Thanks a®s,

I could found that IF_EX_BADI_SD_CUST_HEAD in SE24.

However, I don't know how to start implementing it. Could you please kindly tell me the step to do so?

Thank you very much.

Best regards,

Chris