‎2007 Oct 12 4:41 PM
Hi:
I need to perform some validations on transacction <b>FS00</b>...I found this user exit <b>GLX1028</b>, but it doesn't work for me...This is my scenario..
I have create an ALV maintenance program...Make up with fields from SKA1 and SKB1...If you for example entry a new record with SAKNR --> 1991****** In FS00 you can only create accounts that starts with 1991...
So I need to perform validations when the user press <b>SAVE</b>...I must validate like 15 fields using the same scheme....Any thoughts???
Greetings,
Blag.
‎2007 Oct 12 5:31 PM
A co-worker give me the answer for this -:)
At creation, make an enhancement-point
FORM p100_code.
SAPLSPO4
LSPO4I10
At save...
User-Exit.
CALL CUSTOMER-FUNCTION '001'
SAPMF02H
MF02HF99
con sy-ucomm = SAVE
y sy-tcode = FS00
Analize this data
old_ccode
old_coa
mode
CMOD ampliacion SAPMF02H, proyect ZFI_0001
Greetings,
Blag.