cancel
Showing results for 
Search instead for 
Did you mean: 

lm47 RF

Former Member
0 Kudos

i try to use lm47 but it gives " internal error occurred" logical screen not found". the screen that it is looking for is SAPLARF_NEST 0100 which is not maintained in "Define Screen Management". when i go to add this screen , it gives error. Entry SAPLARF_NEST 0100 does not exist in T3130E (check entry).

i know it does not exist in the table. can any one tell me how do i activate the tcode lm47

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Dear Friend,

I think that, in Std. RF Device configuration itself they missed that Logical Screen Number (0100). Please check with ur RF Terminal Company- Technical people for this..

From sas...

Former Member
0 Kudos

yes , i knw they have missed it in standard. i was looking if someone has got it working by any means

Former Member
0 Kudos

Hi Navid

Check I had the error and send the message to SAP,

Short Text LM47 inter error - Logical screen number could not be found Long Text

After trying to execute transaction LM47 the system immediatly sends an

error that it could not found the logical screen. we have debugged it

and we found that it sends the error because it can find any entry for:

SELECT * INTO TABLE I_T3130C FROM T3130C

WHERE MODPL = LMOB_NEST_MODULE_POOL

AND LSCRN = LSCRN.

Where LMOB_NEST_MODULE_POOL = 'SAPLARF_NEST'

and LSCRN = '0100'

This entry does not exist in the table. This is part of the function

ARF_DETERMINE_SCREEN_NUMBER

SAP's ANSWER WAS:

Dear Customer,

Thank you for contacting SAP GSC with regards to this issue.

Regarding the issue discribed in this message, in order to resolve this

matter, please perform the following:

Use SE54 for table V_T3130E choose ABAP dictionnary and click

CREATE/CHANGE. click Tab Maint.Status and change the data browser/table

view maint. to Display/Maintenance Allowed.

Then enter the following records:

SAPLARF_NEST 0100 Select Transfer Order 1100

SAPLARF_NEST 0160 Source information -high rack+nested HUs 1160

SAPLARF_NEST 0161 Inner HUs information 1161

SAPLARF_NEST 0162 Source information - bulk 1162

SAPLARF_NEST 0163 differences 1163

SAPLARF_NEST 0164 details 1164

go to customizing spro/Logistics execution/MDE/define screen management

Add these rows :

SAPLARF_NEST#Narrow format#0#0100#2100

SAPLARF_NEST#Narrow format#0#0160#2160

SAPLARF_NEST#Narrow format#0#0161#2161

SAPLARF_NEST#Narrow format#0#0162#2162

SAPLARF_NEST#Narrow format#0#0163#2163

SAPLARF_NEST#Narrow format#0#0164#2164

SAPLARF_NEST#Large format#0#0100#0100

SAPLARF_NEST#Large format#0#0160#0160

SAPLARF_NEST#Large format#0#0161#0161

SAPLARF_NEST#Large format#0#0162#0162

SAPLARF_NEST#Large format#0#0163#0163

SAPLARF_NEST#Large format#0#0164#0164

During the insert, warning may occurs 'Choose the key from the allowed

namespace', just press enter to acknowledge.

Save your changes. Then reset the table V_T3130E with SE54.

IT WORKS FOR ME.