cancel
Showing results for 
Search instead for 
Did you mean: 

CVC creation - Strange issue with Master data table of 9AMATNR

Former Member
0 Kudos

Hi Experts,

We have encountered a strange issue with Master data table (/BI0/9APMATNR) of info object 9AMATNR.

We have a BADI implemented for checking the valid Characteristic before creation of the CVC using transaction /SAPAPO/MC62. This BADI puts a select on master data tab of material /BI0/9APMATNR and returns no value. But the material actually exists in the table (checked through SE16).

Now we go inside the info object 9AMATNR and go to the Master data Tab. There we go inside the master table

/BI0/9APMATNR and activate that. After activating the table it is read by the select statement inside BADI (Strange) and allows the CVC to be created.

Ideally it should not allow us to activate the SAP standard table /BI0/9APMATNR. I observed that in technical settings of this table it has single record buffering as switched on. (But as per my knowledge buffer gets refreshed every 2 to 4 mins and not in 2 days or something).

Your expert comment is valuable to us. Thanks.

Best Regards,

Chandan Dubey

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Chandan,

Try to use a WAIT statment with 5 seconds before your select statment.

I'm not sure whether this will work. Anyway check it and let me know the result.

Regards,

Siva.

Answers (0)