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

purchase Requisition Bapi

Former Member
0 Likes
551

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

3 REPLIES 3
Read only

Former Member
0 Likes
498

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

Read only

0 Likes
498

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

Read only

Former Member
0 Likes
498

wrote the RFC program for this and results achieved