2008 Feb 29 1:00 PM
Hi all,
I'm using Bus. Obj BUS2012 (BAPI_PO_CREATE1) to migrate PO (ME21N).
I need to also migrate Item Texts (long texts) is there a way to do that with this Business Object?
Since i do not have an old/external PO number it is hard to upload these texts in a separate step after creating the PO's
Suggestions are very welcome.
Greetings,
Joris Bots
2008 Feb 29 1:04 PM
Hi all,
I'm using Bus. Obj BUS2012 (BAPI_PO_CREATE1) to migrate PO (ME21N).
I need to also migrate Item Texts (long texts) is there a way to do that with this Business Object?
Since i do not have an old/external PO number it is hard to upload these texts in a separate step after creating the PO's
Suggestions are very welcome.
Greetings,
Joris Bots
2008 Feb 29 1:04 PM
2008 Feb 29 1:13 PM
Hi Kris,
Thanks for your quick reply.
I've allready tried that. The Idoc gois in well, but no texts are visible in the created PO.
I cant find much documentation on this subject, so i just tried a few things.
Here's an example of what i did; Any suggestions?
PO_NUMBER =
PO_ITEM = '0010'
TEXT_ID =
TEXT_FORM = '*'
TEXT_LINE = 'My longtext.....'
Thanks for the help!!
Joris
2008 Feb 29 1:26 PM
How to find out what you need to fill in the text-id:
Execute ME22 on an existing PO.
Position on an item
Menu item => texts => text overview
Double click on an item text, you will see the text editor now.
Menu go to => header.
on the next pop up screen, you will find all text details and also the text id.
.
e.g. For material po text this will be:
text id = F03
item text = F01
etc...
2008 Feb 29 1:40 PM
Kris,
Works perfectly!!
Thanks for the quick help pal, points rewarded!
Joris