‎2007 Apr 24 12:17 PM
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?
‎2007 Apr 24 12:26 PM
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
‎2007 Apr 24 12:26 PM
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
‎2007 Apr 24 12:26 PM
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..