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: 

screen-exits

Former Member
0 Kudos

Hi frenz,

Can anybody tell that, how to locate a screen-exit for a transaction(mir4) and its a sub-screen of standard screen.please let me know...

regds,

anil....abap.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Anil

LMR1M001 User exits in Logistics Invoice Verification

LMR1M002 Account grouping for GR/IR account maintenance

LMR1M003 Number assignment in Logistics Invoice Verification

LMR1M004 Logistics Invoice Verification: item text for follow-on doc

LMR1M005 Logistics Inv. Verification: Release Parked Doc. for Postin

LMR1M006 Logistics Invoice Verification: Process XML Invoice

MRMH0001 Logistics Invoice Verification: ERS procedure

MRMH0002 Logistics Invoice Verification: EDI inbound

MRMH0003 Logistics Invoice Verification: Revaluation/RAP

MRMN0001 Message output and creation: Logistics Invoice Verification

These are the user exits, but i think you don't have screen exit in the list.even you don't have badi for this.

Regards,

Abhimanyu.L

5 REPLIES 5

Former Member
0 Kudos

Hi Anil

LMR1M001 User exits in Logistics Invoice Verification

LMR1M002 Account grouping for GR/IR account maintenance

LMR1M003 Number assignment in Logistics Invoice Verification

LMR1M004 Logistics Invoice Verification: item text for follow-on doc

LMR1M005 Logistics Inv. Verification: Release Parked Doc. for Postin

LMR1M006 Logistics Invoice Verification: Process XML Invoice

MRMH0001 Logistics Invoice Verification: ERS procedure

MRMH0002 Logistics Invoice Verification: EDI inbound

MRMH0003 Logistics Invoice Verification: Revaluation/RAP

MRMN0001 Message output and creation: Logistics Invoice Verification

These are the user exits, but i think you don't have screen exit in the list.even you don't have badi for this.

Regards,

Abhimanyu.L

0 Kudos

hi,

thks for the reply,,,but i know these already..i asked you how to locate the screen-exits?

Former Member
0 Kudos

hi

good

LMR1M001 User exits in Logistics Invoice Verification

LMR1M002 Account grouping for GR/IR account maintenance

LMR1M003 Number assignment in Logistics Invoice Verification

LMR1M004 Logistics Invoice Verification: item text for follow-on

LMR1M005 Logistics Inv. Verification: Release Parked Doc. for Pos

LMR1M006 Logistics Invoice Verification: Process XML Invoice

MRMH0001 Logistics Invoice Verification: ERS procedure

MRMH0002 Logistics Invoice Verification: EDI inbound

MRMH0003 Logistics Invoice Verification: Revaluation/RAP

MRMN0001 Message output and creation: Logistics Invoice Verificat

check these userexits

thanks

mrutyun^

0 Kudos

hai anil

u can find all screen exits and function exits, menu exits through smod

go with the trancaction.

for that u need to know package of the application which u want the screen exits.

to know the package click on system-->status in menubar.

then u will get a window, in that u can find tcode screen field, double click on the tcode,

it leads to new screen where u can see package.

now go to smode go with f4,

give ur package where it asks for,

select all on all exits it disolays,

go ahead, u can find all exits of that application.

sindu

Former Member
0 Kudos

Hi anil,

1. in se11, goto table MODSAP

View table contents

2. in Type field, enter

'E' (for user exit / Function Exit)

OR 'S' (for screen exit)

3. For that tcode, u should know the program name

or the CALLING SCREEN.

eg. SAPLLMOB

4. then type SAPLLMOB* and execute

regards,

amit m.