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: 

Default Value u0096 PO Item

Former Member
0 Kudos

Hai all

I need some suggestions.

The issue is like this.

Can u send some tips how to do it.

Can you revert with the possibility/ process and effort required to add a new field “Shipping Instructions” EKPO-EVERS in the personal setting – Default Value – PO Item.

I suppose adding this field to structure MEPOITEM_PROP will suffice the requirement.

The navigation procedure .

1.Go to me21n tcode.

2.Personnal settings tab.

3.defaults tab.

4.po item tab

There in more fields tab the added field evers in structure MEPOITEM_PROP (shipping instructions) should come.

Raheem.

5 REPLIES 5

abdul_hakim
Active Contributor
0 Kudos

Hi

welcome to sdn.

if you wanna add new field to SAP standard transaction then you need to use screen exit..

Cheers,

Abdul Hakim

Mark all useful answers...

Former Member
0 Kudos

at present iam working on 4.7 and if iam trying to identify the exit. the standard program code is in oops concept.

suggest me the exit or badi where to write the logic

0 Kudos

no issue at all you can use BADI to achieve this..

if you are new to BADI then please go thru the document at http://help.sap.com

Cheers,

Abdul Hakim

Mark all useful answers..

Former Member
0 Kudos

Hi abdul,

why don't you use the Info Record(ME11/ME12).

You can set a value in:

Puch. Organisation Data1.

Regards, Dieter

Former Member
0 Kudos

Hello Abdul,

If you want to achieve this you will have change the program LMEMFSF03 add evers field. This field catelog can be set up from FM memfs_build_mapping_po_doc whihc is std SAP.

So I don't think you can don anything.