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.
> 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.
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.
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.
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...
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...
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...
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
ans: study about the SAP functional module with fuctional consultant and what are the reports required? go consult with management recording for produce the reports
Abap is programming language in business , data dictionary is kind a interface for editor to retrive from database level to presentation area. its a meta data.
GET IS A KEY-WORD WHICH IS USED TO GET SOMETHING ( DATA )IN THE NODES OF A LOGICAL DATABASE DIRECTLY WHERE AS USING SELECT WE CAN SELECT N-NUMBER OF TABLES DATA THROUGH INTERNAL TABLES IN OUR PROGRMS.
Hari
Jan 27th, 2006
Get can only be used with logical database ,where as we use Select with all the tables present in Data dict.
Ans