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

Return PR creation

Former Member
0 Likes
639

Hi All

In T-code  QM02 i will inputs like material purchase org, Purchase group, Return quantity, Plant, RMA number and Vendor.I want to capture all inputs from QM02 and create new FM and give input for BAPI_PR_CREATE.

Please help me how to capture all inputs from QM02 and map to bapi fields.



Thanks

Vamsi

2 REPLIES 2
Read only

Former Member
0 Likes
547

Hi Mohan,

By pressing F1 and then technical details on each of the screen fields of QM02 transaction, you can get the technical fields names which holds the data like material purchase org, Purchase group, Return quantity, Plant, RMA number and Vendor etc.

Pass these screen-field names to the FM BAPI_PR_CREATE and create PRs.

Thanks,

Sachin

Read only

0 Likes
547

Dear mohan

check for some exit where you can get the internal table which provides the required values ...or you can get the values entered by using parameter id ...

Regards

Shravan