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

BAPI_PO_CREATE1: Migrating Item Texts using LSMW

Former Member
0 Likes
698

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
616

Structure BAPIMEPOTEXT in your bapi

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

4 REPLIES 4
Read only

Former Member
0 Likes
617

Structure BAPIMEPOTEXT in your bapi

Read only

0 Likes
616

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

Read only

0 Likes
616

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...

Read only

0 Likes
616

Kris,

Works perfectly!!

Thanks for the quick help pal, points rewarded!

Joris