2008 Oct 08 11:42 AM
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
2008 Oct 08 11:52 AM
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
2008 Oct 08 12:21 PM
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.