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 Position dynpro field name in purchase order [DYNP_VALUES_READ]

Former Member
0 Kudos

Hi,

I'm using 'DYNP_VALUES_READ' to get some information from a dynpro. First, i have to say i'm working with me22n, in a field-exit on detailed item position.

For reason, I need to get back the value of the focused position (Example: 10 or position 20), and i'm in trouble because i can't find that field in the screen. Can anybody help me??.

1 REPLY 1

Former Member
0 Kudos

Field Exits have been obsolete / unsupported for a number of releases. If you are using ME22N, try looking at the BADI ME_PROCESS_PO_CUST which gives very good access to most fields of the purchase order screens. You may be able to do what you want using this, giving a better supported result.

Class CL_EXM_IM_ME_PROCESS_PO_CUST has some example code (see PROCESS_ITEM method) that shows a number of useful techniques for the BADI.

Andrew