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

Reg: User exit

Former Member
0 Likes
1,036

When clearing two lines in GL using SAPF124 Program a third line is created as indicated below. But this document is not having the fields Material, Plant and Valuation Area updated even though the documents getting cleared are having these fields populated.

Can any suggest me how to solve this issue or suggest any User Exit for the same.. SAP Version I'm using is 5.0.

Moderator message: please choose more descriptive subject lines for your posts.

Edited by: Thomas Zloch on Sep 26, 2011 4:21 PM

When clearing two lines in GL using SAPF124 Program a third line is created as indicated below. But this document is not having the fields Material, Plant and Valuation Area updated even though the documents getting cleared are having these fields populated.

Can any suggest me how to solve this issue or suggest any User Exit for the same.. SAP Version I'm using is 5.0.

Moderator message: please choose more descriptive subject lines for your posts.

Edited by: Thomas Zloch on Sep 26, 2011 4:21 PM

4 REPLIES 4
Read only

Former Member
0 Likes
799

Hi,

Have a look at these SAP enhancements in SMOD transaction.

Exit Name Description

<exit farm removed by moderator>

Regards,

Danish.

Edited by: Thomas Zloch on Sep 26, 2011 3:41 PM

Read only

0 Likes
799

Hi,

Thank you for your reply...

But these user exits are not specific ti SAPf124 or F.13 Tcode...

Read only

Former Member
0 Likes
799

Hii..

If u find Exit Name which is used follow these sequence :

1. Execute se24----> CL_EXITHANDLER.

2 . double click on GET_INSTANCE.

3 set break point on CALL METHOD cl_exithandler=>get_class_name_by_interface

thn execute ur program if exit occue it shows exit name.

Read only

0 Likes
799

Hi Vishal,

Thank you for your reply...

As you said I tried in tht way also, I didn't got any Badi specific to SAPf124 which will display those fileds...