cancel
Showing results for 
Search instead for 
Did you mean: 

Changing my CI_AUFK fields causes dumps

I created CI_AUFK with two fields called ZNBLOKKEN_V and ZNBLOKKEN_R to be used by user exit PPCO0012. Works fine.

Then I wanted to rename these fields to ZZNBLOKKEN_V and ZZNBLOKKEN_R so they are within the customer namespace. I can activate CI_AUFK just fine, but afterwards we get a lot of dumps in our SAP system, e.g. when changing a PO.

The reason for the dump is that in program GBTAACOJ, the old field names are still used:

(96) DATA: BEGIN OF TEMP_STRUCT,

(161) ZNBLOKKEN_R LIKE AUFK-ZNBLOKKEN_R,

(162) ZNBLOKKEN_V LIKE AUFK-ZNBLOKKEN_V,

How can I make this program (and possibly others) get regenerated after I make a change to CI_AUFK?

View Entire Topic
raymond_giuseppi
Active Contributor

Regenerate every such programs (as you already done first time) call reports RGUGBR00 (or RGUGBR01) (*), but before check in Customizing if there are substitutions or validations that use the old field names.

Regards,

Raymond

(*) Read [Using the Rule Manager Reports|http://help.sap.com/saphelp_erp60/helpdata/EN/5b/d2340f43c611d182b30000e829fbfe/frameset.htm]

0 Kudos

I wasn't sure which options to choose in RGUGBR00, but I just let it regenerate everything and that solved the problem, thanks!

madhu_vadlamani
Active Contributor
0 Kudos

Hi Filip,

it is good.

Regards,

Madhu.