ā2014 Mar 26 7:36 AM
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
ā2014 Mar 26 9:58 AM
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
ā2014 Mar 26 10:11 AM
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