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: 

enhancement in FB60

Madanshinde
Explorer
0 Kudos

Hi,

At the time of FI posting in FB60 I want to make the

1 ACCEPTED SOLUTION

Madanshinde
Explorer
0 Kudos

Complete Question.

Hi,

At the time of FI posting in FB60 I want to make the Header txt field (Details tab) mandatory.

I want to make it mandatory for only one company code. System shoyld give error message at the time of saving if this field is blank.

I tried this using field exit but it is not allowed in our system.

I want to know whether there exists any user exit or badi to do this task.

Also suggest if there is any another way to to do this.

Regards,

Madan Shinde

3 REPLIES 3

former_member193382
Active Contributor
0 Kudos

Hi,

Try to following exits.

EXIT_SAPLF051_001

EXIT_SAPLF051_002

EXIT_SAPLF051_003

Regards,

Raj

Madanshinde
Explorer
0 Kudos

Complete Question.

Hi,

At the time of FI posting in FB60 I want to make the Header txt field (Details tab) mandatory.

I want to make it mandatory for only one company code. System shoyld give error message at the time of saving if this field is blank.

I tried this using field exit but it is not allowed in our system.

I want to know whether there exists any user exit or badi to do this task.

Also suggest if there is any another way to to do this.

Regards,

Madan Shinde

0 Kudos

Hi,

Try Using the following code.

Use the user-exit EXIT_SAPLF051_002.

i have tried with this and it works.

If T_VBKPF-BUKRS = '1000'.

If T_VBKPF-BKTXT is initial.

message 'fill the header text value' type 'E'.

Let me know if you have any queries.

Regards,

Raj