cancel
Showing results for 
Search instead for 
Did you mean: 

New Custom Field not avaialble in WCOCO

former_member801693
Discoverer
0 Kudos
922

Hi All,

I have created new Condition table A832 with customer field ZZCONTRACT, and updated Access Sequence and Implemented BADI to handle new field. Moved all changes to NEQ and everything is working fine.

But, when I move all these TRs to Production, customer field is not available in WCOCO Transaction to create condition records. All Transport are moved correctly into production, no issues with Transports.

Class Method CL_WCB_COND_ALV_VIEW->CREATE_FIELDCATALOG is created from structure WCB_COND_DISP and custom field available in this structure in Production. But the returning paramter et_fieldcatlog is not populated with this new field.

Any Inputs will be highly appreciated.

Thanks in Advance,

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member801693
Discoverer
0 Kudos

I was able to resolve the issue by myself. Posting my solution in case useful to other members.

Even though new field ZZCONTRACT was available in structure WCD_COND_DISP. class method CL_WCB_COND_ALV_VIEW->CREATE_FIELDCATALOG was not returning the new field, because LVC_FIELDCATLOG_MERGE is creating field catalog from buffer. I cleared ALV buffer using program BCALV_BUFFER_DELETE and new field ZZCONTRACT starting showing up on WCOCO.