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: 

LSMW Measuring Point Standard Batch/ Direct Input Issue

Former Member
0 Kudos

Hello All,

I am trying to upload measuring points with Standard Batch/ Direct Input Issue, Object- 0425, Method-0000, Program Name- IBIP, Program Type- B.

I do not get two fields viz. MRMAC- Upper Limit & MRMIC- Lower Limit in structure IBIPMEAS. So I tried to search SCN & came across following thread, , Also referred SAP Online Help but could not really resolve the issue, may be because I am fucntional consultant & do not know the coding. Our ABAP consultant has never worked on this so was not able to help me.

Would you please help me to resolve the same step by step in details.

Regards

Manoj P.

16 REPLIES 16

Former Member
0 Kudos

Hello All,

Awaiting your valuable inputs.

Manoj P.

JL23
Active Contributor
0 Kudos

Whats the problem with Brenda's approach from the first link , it is quite detailed explained, not sure if this could be explained better.

0 Kudos

Hi Jurgen,

I did the same what has explained in the link by Brenda, but it's giving me ABAP dump.

Manoj P.

JL23
Active Contributor
0 Kudos

And you don't want to share, do you want your supporters guess?

0 Kudos

Hello Jurgen,

I didn't say I don't want to share. I thought the dump might be a normal case in LSMW.

Please find the details of the changes I had done & ABAP dump.

I know something is wrong in the coding but couldn't figure out exactly.

Manoj P.

JL23
Active Contributor
0 Kudos

DIRECT_DATA-IBIPFUNCT  is a field that should be in your source data file and hence should be described in step 3 of LSMW

0 Kudos

Hello Jurgen,

Thanks for your inputs.

What should be the value against the field 'DIRECT_DATA-IBIPFUNCT' in TXT file?

Manoj P.

JL23
Active Contributor
0 Kudos

In the old discussion it was said the value should be "GOTO"

0 Kudos

Yes Jurgen,

I have made necessary changes in the source structure & field mapping.

I have maintained the constant values for the following fields,

IBIPFUNCT- GOTO

PROGRAM- SAPLIMR0

DYNPRO- 6110

DYNBEGIN- X

In the other source structure for IBIPBDCD I have mentioned three fields,

Point

FNAM

FVAL

The data looks like the following,

It is now reading the data but at the time of data conversion the data failed to convert.

Also at the time of uploading I am facing with the following error,

Field RIMR0-DESIC. does not exist in the screen SAPLIMR0 5110

Please help.

Manoj P.

JL23
Active Contributor
0 Kudos

You miss again to show the exact error, what does " data failed to convert."  mean?

How do the converted data look like?

And why do you already try to post the converted value if you you have a failure in the conversion?

0 Kudos

Hi Jurgen,

Here is the read data,

Here is converted data,

I wanted to check whether it is calling the relevant screen or not that's why I tried to post the data.

Manoj P.

JL23
Active Contributor
0 Kudos

and how is your field mapping?

If this is still like in your last screenshot: http://scn.sap.com/servlet/JiveServlet/showImage/2-15807251-661403/Capture+4.JPG

then it does not really wonder me, there is not coding, no move from source to target. There is just a comment line for the fields FNAM and FVAL

0 Kudos

Hello Jurgen,

Yes the filed mapping is as per the screenshot.

Which coding do I need to do, could you please guide me in this regards?

Manoj P.

JL23
Active Contributor
0 Kudos

I cannot see your source structure name, I assume it is IBIPBDCD_VAL

hence the coding would be like that

IBIPBDCD-FNAM = IBIPBDCD_VAL-FNAM.

IBIPBDCD-FVAL = IBIPBDCD_VAL-FVAL.

0 Kudos

Hi Jurgen,

Thanks a lot for your help on codification. The data is being converted properly but the screen 6110 for upper & lower limit is not populated. I have used the same commands which I had described in my previous mail.

Your inputs please.

Manoj P

JL23
Active Contributor
0 Kudos

How does this look now in the display converted data overview screen?

And how in the batch input session in SM35?

Are there any specific errors listed in the batch input log?