2006 Apr 08 10:54 AM
I wanted to check the conditions for the Icons(colors) in Me52.n. I don't know where it is stored .It just gives a structure name and no table an I wanted to set The color to yellow when The status is Blocked.
Icon can be seen in the tab Release Strategy and in that after entering the purchae req no.
When It is blocked Ie when Release indicator is X it should change Icon to yellow.It fetches data from Eban or some table .But not sure .Pl Help.....
george
2006 Apr 08 11:10 AM
Welcome to SDN.
to get the icon, you just need to pass the internal representation of the icon. to get the same run program SHOWICON (from se38) and double click on the desired icon to get the internal representation. it will be in the format of @XX@.
for example ICON_GENERATE interal representation is @39@
Regards
Raja
2006 Apr 08 11:12 AM
2006 Apr 08 11:16 AM
I wanted to know the condition where it is checked in the program and the variables used to change the icon since it is dynamic
2006 Apr 08 7:19 PM
George,
I am not sure where you can find the condition, but you can find the release status of a requistion in the EBAN table. The field is FRGZU, which is the release status.
Probably you can search the ME52n program for the field FRGZU.
Regards,
Ravi
Note : please mark the helpful posts.