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

FBL5N

Former Member
0 Likes
595

Hi,

When user does f4 in customer fields in selction criteria in fbl5n I want to add bank account number.

Any other approach except this .

If the field does not exist. Please go through the steps given below.

a. Add the news fields in structure RFPOS and RFPOSX by APPEND structure

b. Run the report RFPOSXEXTEND in order to update the structure RFPOSXEXT from RFPOSX

(this report has to be run in every enviroment, dev, test and prod)

c. Active the BTE 00001650 in order to create a fm as copy of SAMPLE_INTERFACE_00001650:

d. here insert the code you need to fill your new field.

e. Use trx FIBF to active the BTE, trx SE37 to create the new fm

Regards

Ivneet

3 REPLIES 3
Read only

Former Member
0 Likes
512

Hi,

The steps you have mentioned is to add new fields to the output of FBL5N.

The standard Search help DEBI is attached to the field Kunnr of the selection screen.

So For your reqiuerment You have to append a new searc help.

Regards

DKS

Read only

Former Member
0 Likes
512

Do you want it in output or in selection screen?

Read only

Former Member
0 Likes
512

i want in f4 help of customer .