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

Issue related to IDOC processing

Former Member
0 Likes
598

Hi,

I am developing an object for the creation of PO using me21n.

Following are the details of the object.

Business Object -- BUS2012

Method-CREATEFROMDATA1 Create Enjoy Purchase Order

Message Type -- PORDCR1 -- Create Purchase Order

Basic Type -- PORDCR102 -- Create Purchase Order

I have assigned the process code for this message type as BAPI. I am not able to change the FM associated with it.I need to assign the FM BAPI_PO_CREATE1,but when i try to do this i get a message saying that "Entry BAPI_PO_CREATE1 does not exist in TBD51. Due to this i am unable to proceed with the idoc processing. How am i supposed to go about this ??

Regards,

Meera.

Edited by: Meera S on Oct 8, 2008 12:43 PM

Hi,

I am developing an object for the creation of PO using me21n.

Following are the details of the object.

Business Object -- BUS2012

Method-CREATEFROMDATA1 Create Enjoy Purchase Order

Message Type -- PORDCR1 -- Create Purchase Order

Basic Type -- PORDCR102 -- Create Purchase Order

I have assigned the process code for this message type as BAPI. I am not able to change the FM associated with it.I need to assign the FM BAPI_PO_CREATE1,but when i try to do this i get a message saying that "Entry BAPI_PO_CREATE1 does not exist in TBD51. Due to this i am unable to proceed with the idoc processing. How am i supposed to go about this ??

Regards,

Meera.

Edited by: Meera S on Oct 8, 2008 12:43 PM

2 REPLIES 2
Read only

uwe_schieferstein
Active Contributor
0 Likes
539

Hello Meera

Just looking at the error message it appears that you have to add BAPI_PO_CREATE1 to table TBD51 (view V_TBD51).

However, why do you create a business object that has been available in SAP for ages already?

Regards

Uwe

Read only

0 Likes
539

Hi Uwe,

I have a requirement where in i need to transfer some legacy data to SAP,hence i am making use of that business object. I am not creating a new Business object. I am creating a new LSMW object.

Regards,

Meera.