cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Dear all.

I have done the following Steps:

1 - Maintain Object Attributes. Chose the Object type Batch Recording, then created a Record using the name (CLI_PMR). And created the Batch record and then assign the fields name.

2 - Maintain Source Structures – Created the Struture (CLI_PMR1)

3 - Maintain Source Fields – Assign the fields name and length that I used in my program. (CLI_PMR1).

4 - Maintain Structure Relations – Assign the Struture (CLI_PMR1 to CLI_PMR)

5 - Maintain Field Mapping and Conversion Rules – The normal thing in this point.

6 - Specify Files - Specified the Legacy Data, path for the file.

7 - Generate Read Program – Generated the Program.

8 – Read Data – Executed this Step and every thing is correct

9 - Generate Conversion Program – Generated the program

10 - Convert Data – Convert data

11 - Display Converted Data – Every thing is fine, with no errors

12 - Create Batch Input Session- At this the error message appears Error BDC_INSERT, Transaction code .. is invalid time.

At the time we have created other LSMW programs for this T-Code and every thing is OK.

I'm using the T-CODE=XD01

Best Regards

Pedro Miguel Rodrigues

0 Likes
View Entire Topic
Former Member
0 Likes

In the initial screen of LSMW where you see all the options(radiobuttons), click on the menu button 'Personal Menu'. In the popup, check the box for 'Display conversion program' and enter.

Now double click on the new radiobutton 'Display Conversion program' that appears. Once you go into the program, look at the code and see if it gives any clue. You can put a breakpoint there and step through it.