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

Modifying layout

Former Member
0 Likes
496

Hi, how can I add a new field in FBL3N when I want to change the layout of the list. In modifying option, the field that I want to add to the layout is not existing. How could I put the field into the list?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
466

Hi

If the new fields are in BKPF or BSEG you can run FBL3N and then go to Setting->Special fields: here you add new fields from these tables:

BKPF

BSEC

BSED

BSEG

PAYR

BSEGC

If the new fields are not there:

- U need to extend (by APPEND structure) the structures RFPOS and RFPOSX

- Run the report RFPOSXEXTEND in order to adjust the structure RFPOSXEXT

- Active the BTE (trx FIBF) 1650 in order to insert the code you need to fill the new fields

Max

2 REPLIES 2
Read only

Former Member
0 Likes
467

Hi

If the new fields are in BKPF or BSEG you can run FBL3N and then go to Setting->Special fields: here you add new fields from these tables:

BKPF

BSEC

BSED

BSEG

PAYR

BSEGC

If the new fields are not there:

- U need to extend (by APPEND structure) the structures RFPOS and RFPOSX

- Run the report RFPOSXEXTEND in order to adjust the structure RFPOSXEXT

- Active the BTE (trx FIBF) 1650 in order to insert the code you need to fill the new fields

Max

Read only

Former Member
0 Likes
466

U need to change the o/p strucutre. The pgm which is giving the o/p internal table does not contain the feild that ur looking for!!! Or while creating the feild catalog that feild was not build up... so just check with the code once and try...

reward points if helpful..