‎2011 Jan 27 6:38 AM
Hi
please let me know how to go with this scenario.
We have a custom developed screen for the Purchase Requisition Screen(ME51n). The custom data is filled in before the PR is saved. the goal is to create a RFC which can insert the data into the custome tables. We have a BAPI which creates the PR.
So we can use that Existing BAPI to Create the Purchase Requisition .
But how to do RFC to pupulate the custom Tables.
In the me51n screen when PR gets saved through the data gets saved in the (Z tables) custome tables. that part is fine.
But how to do in RFC as they are going to populate the fields through third party tool.
Just let me know how to start with this.
thanks
Edited by: Muthu MahaRaja on Jan 27, 2011 12:50 PM
‎2011 Jan 27 11:26 AM
Hi,
Try using a BADI for this.The list of BADI that run for transaction ME51N is:
Badi_layer
Me_process_po
Me_process_po_cust
Me_gui_layout
Gos_srv_layout
Me_process_req
Me_process_req_cust
Me_merq_parking
Me_req_header_text
I hope it helps.
Regards,
Shraddha
‎2011 Jan 27 11:32 AM
Shrada
Actually through badi we can do this.
But the requirement is the input what they are going to provide will be from third party software
so definitely business objects needs to be created
thanks
MuthuMahaRaja.S
‎2011 Oct 12 3:45 PM