cancel
Showing results for 
Search instead for 
Did you mean: 

Form/Perform Not working in User Exit function EXIT_SAPLRSAP_001 !!

Former Member
0 Kudos

On R3 side, I get to CMOD to add enhancement, jump into the Exit Function module EXIT_SAPLRSAP_001, double click INCLUDE ZXRSAU01 to get into the code window, we've already got customized codes over there but without any Perform statement.

I added a Perform statement and double click the form name after the Perform keyword to get into another INCLUDE called ZXRSAF01 and defined the Form defination here. But after activated them and exit the whole exit function and then get back by double clicking the form name after the Perform keyword, it says this Form does not exist and prompt me to create this form, if I continue, I have to get to another INCLUDE called ZXRSAF02 and defined form again in this INCLUDE. I've repeated this process for three times and now the form has been defined inside the INCLUDE called ZXRSAF03. Is that a SAP bug?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kevin,

put a break-point in your form routine and run the extractor in rsa3. If everything is active processing must stop at the break-point.

regards

Siggi

Former Member
0 Kudos

hey Siggi,

In the INCLUDE ZXRSAU01, I pick up a LOOP statement, then goto menu Utilities -> Breakpoints -> Set/delete, but get on msg box saying "Breakpoint was not set due to a generation error for SAPLXRSA", I then generate the code, but always get a Syntax error which indicates that the form I defined does not exist. But if I double click the form name after the Perform statement, the form code inside the INCLUDE ZXRSAF03 shows up!

Why this exit function can't find the form I defined whenever I activate it or generate it?

Thanks

Former Member
0 Kudos

Hi Kevin,

I am not quite sure what you did so far and why this error comes up, but maybe you can define a function module instead of the form routine. This should solve your issue.

regards

Siggi

Former Member
0 Kudos

hey Siggi,

You are great that I should select delete data other than remove the data package from inside the manage. Now I can remove the infoobject.

Thanks

Former Member
0 Kudos

Hi Kevin,

I am facing the same problem can u tell how you made the form to work back again.I like follow the same.

Its urgent.I will reward points.

Thanks,

Sri.

Answers (0)