cancel
Showing results for 
Search instead for 
Did you mean: 

Procedure for add custom Zfields in the GUIBB field LIst

Former Member
0 Kudos

Hi All,

       What is the procedure to  add the Zfields Whose  Entity type is  Material and Data Model is  MM in the GUIBB field List.

Regards,

Biren

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Try to find the underlying structure used for the GUIBB fields and then add your fields there and they would be visible in the GUIBB LIST.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi All,

My problem is solved and thank you for valuable suggestion......

Regards,

Biren

former_member215610
Active Participant
0 Kudos

Hi Biren,

     Make a structure of all required field and create a internal table and pass into EO_FILED_CATALOG

refer below code.

EO_FIELD_CATALOG ?= CL_ABAP_TABLEDESCR=>DESCRIBE_BY_DATA( lt_fcat ).

* lt_fcat is internal table

Thanks and Regards,

    Ragavendra.