on 2021 Aug 02 7:58 PM
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,
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
99 | |
9 | |
8 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.