Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

formatting techniques

Former Member
0 Likes
654

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
621

goto transaction LIBS :

double click on :

Demo: All Colors

U can find formating techniques ...

3 REPLIES 3
Read only

Former Member
0 Likes
622

goto transaction LIBS :

double click on :

Demo: All Colors

U can find formating techniques ...

Read only

Former Member
Read only

Former Member
0 Likes
621

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