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

FS00 validations...

Former Member
0 Likes
1,364

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.

1 REPLY 1
Read only

Former Member
0 Likes
612

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.