What is the difference between collect and sum?
Call transacton is comes under the BDC. While uploding data into SAP system we are used it.1) Call transaction is an Synchronze process.2) Update mode is both synchronze and Asynchronze mod...
it is one of the method used to migrate data from non sap systems to sap systemswith this we can work with small amount of datawe can work with foreground processit does not have logfile explicitlyto ...
What are events in interactive report & explain?
Interactive Events:1. At line-selection.2. Top of page During line selection.3 At user command.4. At pf1. At line-selection- Using this event we can navigate the primary list into the seco...
At line-selection
At user-command
Top-of-page During line-selection for secondary Page header info
User Exit: User Exit is one of the Enhancement type .Using user exit we can modify the standard Transaction and add the new functionality based on the client requirements.
User exits are the space given by SAP in standard programs or transaction where we can add customer specific code to enhance the functionality.
What is an interactive report?
Interactive report means to navigate the primary list to secondary list. It provides the detail informaton of basi list.
Regards,
Sankarna Ramaiah
An Interactive report allows the user to participate in retrieving and present data at each level.while classical report doesn't have access to interact
What is refresh in internal table?
Refresh command is an control command in reports. Using refresh command we can clear the both Header and Body and also allocate the memory in report.
Regards,
Sankaran Ramaiah
Hi.
'Refresh' is the keyworld which clears the contents of an internal table body.
Using CAT we can test the developed Object and also we can uplaoded the business data into SAP system.
Regards,
Sankaran Ramaiah
"CATT" Computer Aided Test Tool. Used to create test cases for application testing purposes.
Search help is nothing but an F4 help (Input Help). It shows possible entries in the selected fields.
Regards,
Sankaran Ramaiah
Search helps are dictionary objects that we develop to compile a set of valid values for users.
Can any explain how to create and execute badi? If possible with example.
Steps to create a BADi:
1. Go to SE18 and give the BADI definition : Create appropriate methods,parameters.
2. Go to Se19 for implemnting the BADi methods defined in SE18 and activate the BADI.
3. When the transaction associated with BADI is called,the method is triggered.
Both ways above are OK. We should add IF FOUND to handle case the subroutine is not found
perform {subr|(sname)} IN PROGRAM [prog|(pname)] [IF FOUND]
Use this statement to call any subroutine in any program.
Can u call report in SAP script?
You can call form not report.
In editor
Perform
yes we can
How many types of standard SAP internal tables?
There are only three types. Standarded , Table Sorted Table and Hashed Table
1) Transparent Table 2)Index table 3)Hashed table 4)Sorted table
What is meant by warehouse management?
A warehouse management system, or WMS, is a key part of the supply chain and primarily aims to control the movement and storage of materials
Transaction code for recording technique?
Tcode for recording is SHDB
SHDB
Distinguish between setscreen and call screen?
Set screen is used to set the next screen attribute during runtime. Call screen is used to call next screen sequence.
in the case of setscreen the entire processing of the current screen takes place and then the system branches out to next screen.if u want to branch out to the next screen without processing the curre...
SHDB is tranasction code for recording. There is no sepearte transaction code for BDC. We can write coding for BDC in report, that is SE38.
Transaction code for bdc :SHDB
What is the difference between modify, insert, update commands
Modiy is used to edit and change the existing record. In case of database table, if the record exist then it will try to modiy otherwise it will inser new record.
Insert is used to insert a record in the tabel in a speicified place.
Update is used to change the existing record.
In ABAP commands how does differ from ?
Sorry your question is not clear
Explain set parameter and get parameter?
All ABAP programs can also access the SAP memory. This is a memory area to which all sessions within a SAPgui have access. You can use SAP memory either to pass data from one program to another within...
What is the use of a function module
This is one of modularization technique. While writing program, some functionality (coding) may get repeated. Instead of repeating the code, we can create a function module and we can call this where it is required.
Collect: It is mainly used to add the numberc fields only.
sum: its is used to add(total) the particular fileds.
Regards,
Sankaran Ramaiah
&n...