on ‎2008 Dec 22 8:06 AM
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
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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
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
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
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.