Application Development 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: 

custom fields ofr BADI

Former Member
0 Kudos

Can any one tell me how to create custom fields in BADI ..I am using BADI ME_GUI_PO_CUST.

Thanks

2 REPLIES 2

raja_thangamani
Active Contributor
0 Kudos

You mean adding new field into expost & import varible to existing methods?

You can NOT change the interface of existing methods..

But you can create the global attribute in implementaion class.

<i>*Reward each useful answer</i>

Raja T

0 Kudos

Hi Raja

Actually I have to create a subscreen using this BADI so can you tell me the approach to this. I have already implemented BADIs ME_PROCESS_PO_CUST and ME_GUI_PO_CUST, can you tell me what to do next ?

Thanks