Application Development 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: 

Using LSMW to create Purchase Order

Former Member
0 Kudos

Hello,

I'm currently using LSMW(IDOC), message type PORDCR1 to create Purchase Order. I've looked through the relevant OSS Notes: 420331 on how to assign the package number to link line item, service line and service account assignment.

I'm aware that a "header service line" will have to be created to link multiple services to 1 line item. However, I do not want to have to assign this header line in my data but have it programmed to be assigned during the LSMW upload process. Is there any way that I can append this additional header service line in the LSMW progamme?

I do not have a developer's key, hence I cannot create an ABAP programme to add this logic.

Thanks.

Gladys

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Gladys,

In LSMW there is no option of appending a line. You can only convert data in existimng lines. If you want to add line you will have to do it before passing to LSMW ( either through ABAP or any other means ).

Cheers

2 REPLIES 2

Former Member
0 Kudos

Hi Gladys,

In LSMW there is no option of appending a line. You can only convert data in existimng lines. If you want to add line you will have to do it before passing to LSMW ( either through ABAP or any other means ).

Cheers

0 Kudos

Hey Sanjay,

i am facing same problem of uploading multiple line item through LSMW .

and u did good exploration on same can u give me some idea,

how i do modification in LSMW program?

do u mean i need to do some coding before step CONVERT DATA.

and can u give some guidline to do it..

u r hint will be sufficient..

Thx in Advance..

Rajesh