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

Problem in LSMW using IDOC in convert data step

Former Member
0 Likes
1,154

Hi,

I am getting a Run-time error in CONVERT DATA step of LSMW using IDOC. The error diplayed is a syntax error. I am not able to figure out the error. Anybody having idea about this, please help me...

The data is read successfully.

Edited by: majualex on Nov 4, 2009 9:23 AM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,071

Hi,

Can you please share what exactly is your syntax Error?

Regards,

Rahul

Hi,

I am getting a Run-time error in CONVERT DATA step of LSMW using IDOC. The error diplayed is a syntax error. I am not able to figure out the error. Anybody having idea about this, please help me...

The data is read successfully.

Edited by: majualex on Nov 4, 2009 9:23 AM

5 REPLIES 5
Read only

Former Member
0 Likes
1,071

Can you describe the syntax error?

Read only

Former Member
0 Likes
1,072

Hi,

Can you please share what exactly is your syntax Error?

Regards,

Rahul

Read only

0 Likes
1,071

Error in the ABAP Application Program

The current ABAP program "/SAPDMC/SAPLLSMW_OBJ_070" had to be terminated

because it has

come across a statement that unfortunately cannot be executed.

The following syntax error occurred in program "/1CADMC/SAP_LSMW_CONV_00000051

" in include "/1CADMC/SAP_LSMW_CONV_00000051 " in

line 25:

""." expected after "DATA"."

I think the pgm is standard ABAP program.....

Read only

0 Likes
1,071

goto Step 5 ( Maintain Field Mapping and Conversion Rules)

do the the syntax check here, some where the statement like DATA. add the dot(.)

or goto include in chnage mode /1CADMC/SAP_LSMW_CONV_00000051 in line number 25 add the dot(.) after data statemnet.

Read only

0 Likes
1,071

yes..i figured it out in step 5. Thank you Chenna..

Thanks for all..

Edited by: majualex on Nov 4, 2009 12:38 PM