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

User exit for Tcode ML81N

Former Member
0 Likes
603

Can anyone help in identifying suitable userexit in ML81n where in the posting into FI (using FM-

MB_POST_GOODS_MOVEMENT) can be excluded.

Standard SAP will make a FI posting when a Service order is released. Is there any way

where FI posting can be avoid and instead use FM – HR_maintain_masterdata, to update in HR (infotype 15)

program name : SAPLMLSR

Include :LMLSRF0W

87 CALL FUNCTION 'MB_POST_GOODS_MOVEMENT'

IMPORTING

EMKPF = EMKPF

EXCEPTIONS

OTHERS = 0.

Thanks and regards,

2 REPLIES 2
Read only

Former Member
0 Likes
520

Check the below exits:

INTERFAC Interface for data transfer

SRVDET User screen on tab strip of service detail screen

SRVEDIT Service list control (maintenance/display)

SRVENTRY Unplanned part of entry sheet (obsolete since Rel. 3.1G

SRVESI Data conversion entry sheet interface

SRVESKN Set account assignment in service line

SRVESLL Service line checks

SRVESSR Set entry sheet header data

SRVEUSCR User screen on entry sheet tabstrip

SRVKNTTP Setting the account assgnmt category when reading in, i

SRVLIMIT Limit check

SRVMAIL1 Processing of mail before generation of sheet

SRVMSTLV Conversion of data during importing of standard service

SRVPOWEB Purchase order for service entry in Web

SRVQUOT Service export/import for inquiry/quotations

SRVREL Changes to comm. structure for release of entry sheet

SRVSEL Service selection from non-SAP systems

Read only

Former Member
0 Likes
520

Hi,

Check the user exit,

EXIT_SAPLMLSR_001

Regards,

Azaz.