cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

EHS-Unable to change DG Class and DG regulation in UN listed substance

Former Member
0 Likes
447

Hi All,

I am facing one problem while maintaining the UN Listed Substances, for e.g If I have created a UN listed substance with any regualtion (for e.g IMDG) and save it, then next time it does not allow me to change the regulation or class error message is"Dangerous Goods Regulation IMDG may not be changed"

To solve this I have to delet the instance and then I can add new but cant change the existing one, does anybody is having any idea about this? I can send the screenshots...Please provide me email ID....

Thanks in advance,

Sachin Borde

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Hi Sachin,

Seems that it is an Authorization issue. Please check the SU53 screen after getting the error message and reply back with results

Best Regards

Srinivas

Former Member
0 Likes

Hi Sri,

Thanks for the quick reply....But its not due to authorization, i checked the same in SU53 and the I got following message" The last authorization check was successful"

Shall I send you screenshots?

Regards,

Sachin

Former Member
0 Likes

Hello Sachin

Are you that the current regulation which you want to modify / delete is not being used in any other DG classification ? . If it is linked to any other DG class it is not possible to delete or change. First remove the assignment then try chaning data.

Thanks and Regards

Jayakumar

Former Member
0 Likes

Hello Jay,

Thanks for the suggestion...But whenever I create the new UN listed substance which is not assigened to the DG Class, still it is giving the same error. Also I can delet the instance and add new one but cannot change the same, Means the restriction is only to change the exisiting DG Class or regulation.

Do you have any idea on this situation...Shall I share the screenshots?

Regards,

Sachin Borde

Former Member
0 Likes

Hello Sachin

Now only I checked the function module C14K_LWDGCHARACT_CHECK and found that whenever system comes across the following logic

IF L_LWDG <> CHECK_LWDG AND

NOT CHECK_LWDG IS INITIAL AND

ESTVH-ESTCAT = IC_ESTCAT-DGDAT AND

LG_CALL_BY_F4 = FALSE.

it will give you the following message

    • message e706(D9) with check_lwdg. "#EC *

I belive this is due to non authorization for changing individual fields of ESTVH table. So you can not add individual values, you only have the option of deleting the entire value assignment and create a new one. Or ask ABAP developer to change authorization for modifying the individual table entries.

Thanks and Regards

Jayakumar

Former Member
0 Likes

Thanks a lot!!! Jay.......

I will try this with Developer and let you know the results.

Regards,

Sachin Borde

Former Member
0 Likes

Hello

You can not do anything about it as it is sap standard fields. you can only delete the entire row and create a new entry.

Regards

sapehstrainer

Former Member
0 Likes

Dear ehstrainer,

Is this as a standard? because, I tried the same in the another environment (diffrenet system/IDES) it is possible to change the DG Class, it is not required to delet...Can you try this? and if you have got any clue please let me know...

Regards,

Sachin

Former Member
0 Likes

Hi Jay...

I checked the code but the message is commented...So it will not trigger...

IF L_LWDG <> CHECK_LWDG AND

NOT CHECK_LWDG IS INITIAL AND

ESTVH-ESTCAT = IC_ESTCAT-DGDAT AND

LG_CALL_BY_F4 = FALSE.

    • message e706(D9) with check_lwdg. "#EC *

ENDIF.

am I correct? Any other clue?

Regards,

Sachin

Edited by: Sachin Borde on Feb 18, 2009 10:24 AM