There is a master database table
ICON where we have all status icons in SAP but i used the table
ICONT as function module
ICON_CREATE uses this table. We need to write the code in PBO as i wanted to display the status icons.
In Table
ICON you can get all technical names of status icons :
like :
ICON_TOTAL_LEFT or
ICON_CREATE_NOTE etc . You pass these names to the below function module and will get the result .
No comments:
Post a Comment