Application Development and Automation 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: 
Read only

How to read data from a function exit

Former Member
0 Likes
289

Hi friends,

I have a requirement, where in i am creating a screen exit for ME51N.I am using MEREQ001 enhancement for this.It is working fine, but i am to get data in to this so as to write any code.For that i am using the function exit EXIT_SAPLMEREQ_001 in that same enhancement(thought of doing export and import).

But the data is declared in this way..

REFERENCE(IM_REQ_ITEM) TYPE REF TO IF_PURCHASE_REQUISITION_ITEM

so now it is having a method GET_DATA in which i have all the parameters required.

can anyone please tell me how to read this data...

Regards,

Thoufique.

1 REPLY 1
Read only

Former Member
0 Likes
257

thats ok friends..i got the solution.

Regards,

Thoufique