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

direct input method in lsmw

Former Member
0 Likes
369

Hi ,

I need your help reg in lsmw.i am facing one issue in direct input method using RFBIBL00 this program and update the values in FB01 transaction.

1. In my flat file one header and multiple line items

i.e .in flat file one header and 3500 line items are there

my requirment is one header to maintain 950 line items remaining 950 items it can upload same header in next time.

i.e in display converted data

<one header>

1

2

.....950

<same header>

1

2

3

u2026u2026.<950>

how it is possible ...

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
335

Satish,

you need to code for that.

just press Shift+F5 in second screen on lsmw than select the check box against both Generate Conversion Program

Display Conversion Program than here you can write your code in Display Conversion Program make it in change mode and write small routine to handle this situatiion.

caution Conversion Program always overwritten when you do any change to recoding.so please make sure once you write Conversion Program than no changes are accecpable.

Amit.

1 REPLY 1
Read only

Former Member
0 Likes
336

Satish,

you need to code for that.

just press Shift+F5 in second screen on lsmw than select the check box against both Generate Conversion Program

Display Conversion Program than here you can write your code in Display Conversion Program make it in change mode and write small routine to handle this situatiion.

caution Conversion Program always overwritten when you do any change to recoding.so please make sure once you write Conversion Program than no changes are accecpable.

Amit.