2006 Oct 03 7:05 PM
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,
2006 Oct 03 7:09 PM
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
2006 Oct 03 7:46 PM