‎2008 Apr 18 3:11 PM
What are the different formatting techniques and there use in ABAP?
like
format hotspot on, intensified , inverse, etc
Can I get a list of all these with syntax?
Thanx
‎2008 Apr 18 3:13 PM
goto transaction LIBS :
double click on :
Demo: All Colors
U can find formating techniques ...
‎2008 Apr 18 3:13 PM
goto transaction LIBS :
double click on :
Demo: All Colors
U can find formating techniques ...
‎2008 Apr 18 3:15 PM
check this link and sublinks
http://help.sap.com/saphelp_47x200/helpdata/en/9f/dba1d535c111d1829f0000e829fbfe/frameset.htm
‎2008 Apr 18 3:17 PM
hi
formating techniq are basically used for out display where we have to display the datai n an perticular format
her we have two kind of formating
A. Data formating
this means what data will be displayed when and where
in output
to do this we can use
1. at new
2.at end
3. if statemett case and etc
B. Display formating
here basicaly we deal with color to be displayed or not
capital or not
bold
like this .
Reward if helpfull