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

LSMW: Batch Input for modified XD01?

Former Member
0 Likes
699

Hey!

I want to import some customers data via LSMW, however we are using an add-on in our R3. For this reason I recieved the message: 'Old data BKNA1 cannot be processed, ADD-ON exists', when I tried to create the batch input session. All the steps before were fine. The modification of xd01 is just one button to add some additional information. Do I have to record the whole batch input session on my own again or does anyone knows an other opportunity?

kind regards

1 ACCEPTED SOLUTION
Read only

Former Member
471

Guess you need an end of record marker in field SENDE (BKNA1):

End of record marker:

If a batch input structure is later extended, the new end of the structure is indicated by a special field (SENDE). If you are already

working with the new, extended structure, you must also supply this

field with the NODATA indicator when "initializing" the structure. As a

result, the system can recognize whether the data is based on the old or

the new structure when the structure is imported.

Old structures can no longer be processed and the system terminates with

an error message if the following prerequisites are fulfilled:

o You are using the modification-free enhancement of the customer/vendor master either directly or indirectly via an SAP solution.

o Either you or an SAP solution extends the structure.

Hey!

I want to import some customers data via LSMW, however we are using an add-on in our R3. For this reason I recieved the message: 'Old data BKNA1 cannot be processed, ADD-ON exists', when I tried to create the batch input session. All the steps before were fine. The modification of xd01 is just one button to add some additional information. Do I have to record the whole batch input session on my own again or does anyone knows an other opportunity?

kind regards

2 REPLIES 2
Read only

Former Member
472

Guess you need an end of record marker in field SENDE (BKNA1):

End of record marker:

If a batch input structure is later extended, the new end of the structure is indicated by a special field (SENDE). If you are already

working with the new, extended structure, you must also supply this

field with the NODATA indicator when "initializing" the structure. As a

result, the system can recognize whether the data is based on the old or

the new structure when the structure is imported.

Old structures can no longer be processed and the system terminates with

an error message if the following prerequisites are fulfilled:

o You are using the modification-free enhancement of the customer/vendor master either directly or indirectly via an SAP solution.

o Either you or an SAP solution extends the structure.

Read only

0 Likes
471

Thanks! You're right!

I solved the problem!