When u r using control break commands.internal table must be sorted with key field.and control-break commands must be used in between the LOOP and ENDLOOP only.
srinivas reddy
Jan 15th, 2006
for calculations purposelike sub-total, grand total................before using the control break events in internal table we should sort the internal tablewe should use these events in loop and endloop only
The output is 1 2 3 4 and 5.The hidestatement take data from work area to special area in memory,we can call this memory as a hide memory.For e.g when we click on 3,it can't generate any thing because...
Yes.Execute the Txn SWDD(Creating a new Workflow).In the header of the Workflow, define the Business Object and Event you refer to for triggering the Wf.Create the Steps required for your workflow(Act...
If se38 and se80 are two types of editors them se39 should also be one as it hs the split screen attribute where you can edit two programs at a time
jabba
Feb 23rd, 2006
the 2 editors are se38 and se80 both have the abap editor in place.In se38 u can go create programs and view online reports and basically do all thedevelopmet of objects in this editor.In se80 ( ob...
The relational data model contains not only tables, but also relationships between tables. These relationships are defined in the ABAP/4 Dictionary by foreign keys. An important function of foreign ke...
alok saxena
Feb 2nd, 2006
check table is nothing bt field level checking & value table is domain level checking. u can understand it with this ex scarr table is check table for carried.
Which type of tables used this buffer? Tables that are read very frequently Tables that are changed very infrequently Relatively small tables (few lines, few columns, or short columns) Tables where de...
abira
Jun 29th, 2006
The table buffer is located between the application and the database. Its goal is to cache portions of a database table in the application server to reduce database load and network communication.
> A field group does not reserve storage space for the fields, but contains pointers to existing fields.> Internal take up memory. Depending on how much memory your system has . > Once you have decla...
ALOK SAXENA
Mar 13th, 2006
field group is the group of field under the a common name.when we create a field group we can use it any where in any program. bt in internal table we can dreat a runtime table for fetch the field from database and distroy when program is end.
Pretty Printer is used to format the ABAP Code we write in ABAP Editor ,like KEY WORDS in Capitals and remaining are in small letters which is also depend on system settings.We can call the function m...
Vaibhav Srivastava
Apr 25th, 2006
Pretty printer is used for formatting your ABAP code.Function Modules are called from your ABAP code.
Rollarea: It holds the information about execution of a programDispatcher: It ia a control agent which manages resources for r/3 system
srinivas reddy
Jan 15th, 2006
roll area is a buffer its store the requests temporarilydispatcher: its application server agent , its collect the client requests and assign to the processorsabap-processorsupdate enquedialogmessagesgatewayspoolbackground
Hi, Here intresting stuff is for eg: take va02(Change sale order) give sales order number then go to orders button its nothing but va05(list of orders)....like thatwe write one T...
anu
Jul 28th, 2006
in call transaction we cannot code multiple transactions.we can code only one transaction at a time.
Hi..conversion-exit : to overcome the format of a particular value these r usedEg : if a value of length 10 is stored as 12345 in database , and if we give the same in seletion screen sometimes it may...
Ans