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: 

Problem in Uploading sales order text data using LSMW

Former Member
0 Kudos

Hi All,

I am facing Problem in uploading open sales order data from legacy to SAP using LSMW.

We are trying to upload sales order data using LSMW Standard Batch/Direct input using program name RVINVB10 and program type D. We are not able to upload item text but have no problem in uploading remaining data.

the details we are passing to BTEXHKOM structure are......

BTEXHKOM-OLDNR = IHEADER-OLDORD_NO.

BTEXHKOM-LAISO = 'EN'.

BTEXHKOM-TDID = 'Z009'.

and the for structure BTEXLKOM

BTEXLKOM-OLDNR = IHEADER-OLDORD_NO.

BTEXLKOM-TXPARGRAPH = '/'.

CONCATENATE LITEM-DEPTID LITEM-DEPTNAME

INTO BTEXLKOM-TXLINE SEPARATED BY ' '.

we have three input source structures.

IHEADER Header structure

LITEM Line item structure ( Material data )

IPARTN Partners structure

The structure relationships are

BTEXHKOM <<< IHEADER.

BTEXLKOM <<< IHEADER.

Please let me know if I am doing some thing wrong or some thing else need to be done.

Thanks,

Chindam.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

you can pass below values also

OLDNR : order number and item nuber

TXPARGRAPH : VBBK

TXLINE : your text.....

1 REPLY 1

Former Member
0 Kudos

you can pass below values also

OLDNR : order number and item nuber

TXPARGRAPH : VBBK

TXLINE : your text.....