Application Development 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: 

Any user/screen exit for SAPMF05A /f -02

Former Member
0 Kudos

Is there some user exit in SAPMF05A? I need to add a new field for matnr in a second screen

after see cost for example.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Try with OB28 or OBBH

9 REPLIES 9

Former Member
0 Kudos

Try with OB28 or OBBH

0 Kudos

What do you mean with OB28 and OBBH ???

0 Kudos

Hi

What do you really need to do?

In FI there isn't user-exit, but validation and substitution (trx OB28 and OBBH )

U can check some BTE (trx FIBF), but it's not clear what you need

Max

0 Kudos

These are the transations to create a validation/substitution for FI documents.

0 Kudos

Thanks i understand where to look for. I have to add a new field for material - matnr in f-02 on the second screen where is the data for GL account. For every GL Account i have to show material.

0 Kudos

Hi

U need to change the field status group in FI customizing

Max

0 Kudos

check this badi.

FI_HEADER_SUB_1300

Former Member
0 Kudos

hi....

find user exits

Display the program where you are searching for and exit and search for CALL CUSTOMER-EXIT

If you know the Exit name, go to transaction CMOD.

Choose menu Utillities->SAP Enhancements. Enter the exit name and press enter.

You will now come to a screen that shows the function module exits for the exit.

OB28 and OBBH are two user exits and you can write your own piece of code in it

regards

Edited by: Mohit Kumar on Feb 9, 2009 11:45 AM

Former Member
0 Kudos

You can use OB28 and OBBH user exits for SAPMF05A /f -02.

Regards,

Joan