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: 

how to add tab and field in purchase order

Former Member
0 Kudos
113

hi friends,

I have to make changes in the purchase order. i have to add tab and a field in that.

i know that badi ME_GUI_PO_CUST have to used this.

can anyone send me the code or documenation fot add a tab and field using this badi or suggest me how to do this.

if code or documenation is not available then send me the steps if possible.

my mail id is hitesh.kumar@prospectasoftware.com

mrhitesh2006@yahoo.co.in

hitesh kumar

1 ACCEPTED SOLUTION

Former Member
0 Kudos
66

Hi,

1. Double-click on your implementation class

2. Click on Attributes tab

3. Add attribute SUBSCREEN1 with level Constant, visibility Public, type MEPO_NAME, initial value 'HDRSCREEN1'.

please go thourhg the below link .... in this the steps are there and the some of the standard Enchancements also there.

http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction

See this treads :

<b>Reward points</b>

Regards

1 REPLY 1

Former Member
0 Kudos
67

Hi,

1. Double-click on your implementation class

2. Click on Attributes tab

3. Add attribute SUBSCREEN1 with level Constant, visibility Public, type MEPO_NAME, initial value 'HDRSCREEN1'.

please go thourhg the below link .... in this the steps are there and the some of the standard Enchancements also there.

http://wiki.ittoolbox.com/index.php/HOWTO:Implement_a_screen_exit_to_a_standard_SAP_transaction

See this treads :

<b>Reward points</b>

Regards