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: 

Item Information for PO

Former Member
0 Kudos

Dear All,

Plz guide me.

Suppose I am using T-code me23n. I have entered PO no 4500000001.

Now I click on a particular item.

and its details are opened.

How can I check in which variable/structure, the item details are stored.

I want to make some standard code level changes based on the item selected.

I need to attach a parti doc to the item selected.

I just need to know the global structure/variable used?

7 REPLIES 7

Former Member
0 Kudos

If you click on the field you're interested and hit F1 for help and then click on the little wrench/tool (technical information), you can see the technical details for that field.  Does that help?

Former Member
0 Kudos

Hi Suruchi,

The method suggested by Dan is best to learn SAP. 'F1' is the best help. Still if you are stuck, i would suggest you to look out for other post in SDN and lastly google will help you in such doubts. For example, in this case you can find all the Sales related tables at many websites in google.

Regards,

DN.

uppu_narayan
Active Participant
0 Kudos

hi suruchi,

      Your requirement is quite different.....but usually what happens we do enhancements and modify data we never play with standard code modification.....so probably you need to find enhancement where in you can attach your doc.

regards,

narayan

former_member203305
Active Contributor
0 Kudos

Hello.

For PO, check this tables:

EKPO   = Purchasing Document Item                       

EKKN   = Account Assignment in Purchasing Document      

EKET   = Scheduling Agreement Schedule Lines            

EKET   = Scheduling Agreement Schedule Lines               

EINA   = EKPO-INFNR--->EINA (Reference Purchase Info Record)

EKAB   = Release Documentation                                          

EKBE   = History per Purchasing Document   

Regards

0 Kudos

Dear all,

My requirement is not this.

I know what all tables are used for me23n.

My Query is:

If i select a line item in me23n. Double click on it.

Then I need to attach a doc... with the line item...

I hav created a ztable  where i will store the info which doc is attached.. whats the sapdocid.

But the issue is... doc is attached with the PO number and not line item.

so i need to capture the line item info while attaching docs using Services for Objects-> store business docs

0 Kudos

Hi Suruchi

Basically in PO you attach document via GOS functionality which yuou are also talking about. It uses business object BUS2012 for the same. So you will need to store the link id along po header and item number once an attachment is created.

Check in SE24 for CL_GOS* classes and methods. You can insert a post method in the suitable method call which will insert data in your custom table.

Thanks

Nabheet

Former Member
0 Kudos

Hi ,

its only possible thru custom objects,i dont think we can achieve this in me23n,

lets wait for experts adv.

Prabhu