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: 

The New Field in the FBL5N/FBL1N doesn't appear

marcosfernando_dotta
Participant
0 Kudos

Hi guys,

I created an APPEND STRUCTURE with the NAME1 field in the table RFPOS and through the transaction FIBF an Event that calls a Function and move the Name of Customer or Supplier according to the transactions FBL5N or FBL1N.

This field, NAME1, should appear in these transactions when the user choices the hidden fields through the Change Layout button. But this field doesn't appear...

I debbuged the Function Module and the data have been moved. (It works...)

Please, someone did it before and could help me to solve it?

Why doesn't the Field NAME1 appear? What could I do??

Thanks a lot!

Regards,

Marcos Fernando Dotta

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi

The new fields have to be appended in the structure RFPOSX too, and then you need to run the program RFPOSXEXTEND in order to add the new fields in layout structure RFPOSXEXT

Max

1 REPLY 1

Former Member
0 Kudos

Hi

The new fields have to be appended in the structure RFPOSX too, and then you need to run the program RFPOSXEXTEND in order to add the new fields in layout structure RFPOSXEXT

Max