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

Adding Custom screen field to FB60

Former Member
0 Likes
1,024

Dear All,

<b>I have a requirement to add

Custom screen field to transaction FB60.</b>

<b>Program name : SAPLFDCB

Screen number : "0010"</b>

Can someone guide me step by step.

Points assured for good answers!

Thanks & Regards,

Aby Jacob

4 REPLIES 4
Read only

Former Member
0 Likes
807

Hi,

Check the BADI <b>FI_GET_INV_PYMT_AMT</b>.

user exits:

MCS60001

Regards

Read only

0 Likes
807

Hi SKK,

I have tried both , but found that they do not work

<b>BADI

FI_GET_INV_PYMT_AMT.

user exits:

MCS60001</b>

Thanks anyway,

Aby Jacob

Read only

0 Likes
807

Hi,

check the below BADI,

BADI_F040_SCREEN_600,Screen Enhancement on F040 0600 Document Header

BADI_FDCB_SUBBAS01,Screen Enhancement 1 on FDCB Basic Data Screen (010, 510)

BADI_FDCB_SUBBAS02,Screen Enhancement 2 on FDCB Basic Data Screen (010, 510)

BADI_FDCB_SUBBAS03,Screen Enhancement 3 on FDCB Basic Data Screen (010, 510).

thanks and regards,

pavankumar

Read only

0 Likes
807

Dear Pavan,

<b>Thanks,

I have tried out all of the BADI's mentioned below without success;

I get the below Activation error in SE19 transaction</b>

<u>There are already implementations active!

Message no. ENHANCEMENT311</u>

Diagnosis

The BAdI definition this is based upon cannot be used more than once. Other active implementations already exist for the same BAdI definition.

System Response

This implementation cannot be activated.

Procedure

Deactivate one of the other active implementations with the same BAdI definition.

Hoping for an alternate solution,

Aby Jacob