All,
I have created custom table with same as table T179 and added a one more key as like
MANDT MANDT CLNT 3 PRODH PRODH_D CHAR 18 PRODH2 PRODH_D CHAR 18
and added field PRODH2, Now my question is i needed to create a maintenance view for this, But in the mainteance view i need to display the description from T179T for field PRODH and PRODH2. The issue while creating maintenance view system will description VTEXT for only PRODH and not PRODH2 (If this is key field in this table ) .This is creating issue with table maintenance
MANDT MANDT CLNT 3 PRODH PRODH_D CHAR 18 VTEXT BEZEI40 CHAR 40 "<< Desc From T179T PRODH2 PRODH_D CHAR 18 VTEXT BEZEI40 CHAR 40 " << Desc From T179T
1. Possible options are i find is in the Table Mainteance create a dummy field and change the flow logic to fill the descr field PRODH2.
Any other suggestion