Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

1.The three ways in which we can write in top-of-page?
2.While creating function module what other things are created?
3.what is parameter id?
4.difference between synchronous and asynchronous methods?
5.Types of function modules?
6.conversion routine?
7.check table and value table difference?
8.text table?
9.types of cardinality
10.Whic is better joining or for all entries?

Answer Posted / amith

1)Three ways in writing top of page:
-Use top-of-page statement
- Use List Headings
- ???
While creating function module what other things are
created?
???
what is parameter id?
Parameter id is used to place values of fields in SAP
memory and retrive them at later time.
Set Parameter Id and Get Parameter Id..

4)Synchronous method : It waits untill a value is retured
from the receiver or if its 2 different processes then
waits until the first process is completed.
Asynchronous method: It does not wait for a reply or an
ACK from the receiver .In case of processes it does noit
wait for the first process to finish.

5) Types of Function Modules:

Normal
Remote enabled function modules ---Bapis
Update function modules

6) Conversion Routines : they are defined at domail level
for a feild.They are used to convert the datatypes based on
input accorting to predefined conversion rules.

7)Check table is defined at field level and value table is
defined at domain level.

In check table the values are used for input help in the
foreign key table but in value table values are never used
as input helps


9)n=1: There is exactly one record assigned to the check
table for each record of the foreign key table.
n=C: The foreign key table may contain records which do not
correspond to any record of the check table because the
foreign key field is empty. This can occur for example if
the field of the foreign key table is optional, in which
case it does not have to be filled.
m=1: There is exactly one dependent record for each record
of the check table.
m=C: There is at most one dependent record for each record
of the check table.
m=N: There is at least one dependent record for each record
of the check table.
m=CN: There may be any number of dependent records for each
record of the check table.

10)For all entires...

In check table check is performed againes the vaules in the
filed for which the foreign key relation ship is maintained.
Where as value table.check is performed at the dmial level
and the whole table acts as check table.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are Table control and tab strip control in dialog programming ?

5714


Badi concepts

1322


What is IMG in SAP?

1165


What are the function modules used to create batch input session? : abap bdc

1096


What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?

975


Explain what are interactive reports?

1007


In Smartforms or ADOBE Forms Can we get text from standard table in verticle form? if yes, How?

2277


What are the organizational related Infotypes

2025


What is a fall back class?

1449


performance tuning concepts

1375


What is sap abap tables?

1038


Difference between sy-tabix and sy-index? Where it is used? Can you check sy-subarc after perform?

1013


Can a posting run be deleted? : sap abap hr

1023


i have executed a report via back ground job, in this report i have used enqueue and dequeue function modules on a table, but before releasing the lock(before dequeue function module is not call) job gives the dump, so the lock is not released the table, here my question is how to set the lock automatically release the there is a short dump before calling the dequeue module?

2132


Explain read dataset in sap abap?

1171