Explain how is batch input process different from processing on line?
What is sap abap data classes?
What is reject statement? please reply me breifly?
Can i know some of the Realtime tickets that anyone has been faced ?
please any one can tell me How to validate the data in Table maintinance generator?how can u validate the table field values if u r entering the data into fields .it shows record is wrong?wher we can done validation in table maitenance generator before getting the data as out ?
Table ztest has a secondary index on the following fields: tnum, tcode. Select * from ztest where tnum ne '123' and tcode = '456'. Why is the index not used in the above case? Choices: a) Indexes are not allowed on Z tables b) Variables must be used, NOT literals c) Select individual fields, not select * d) Client is not in the where clause e) NE invalidates the use of an index Info: Can someone explain in detail why this happened? It will be really helpful to handle to case in Secondary index:
Hi, How to call transaction( Any transaction ex:xk03)from ALV Report. Where should I write code?
If u r working with call transaction method .any problem occurs error records r stored in BDCMSGCOLL structure.How do u find that an error has occured at a particular point,how can u handle to rectify and process it successfully? If a file has 10000 records where 3 records doent having right format,how do u tackle with this issue either by using call transaction or session method to transfer data perfectly into database table?tell me the steps how to procede?
What are the main uses of the primary key?
What was the requirement of IDoc in your project? How it was working?
0 Answers IBM, Tally Solutions,
Can you print decimals in type n? What is difference between float and packed data type?
A field containing quantity amounts (data type quan) must be assigned to a referencetable and a reference field. Explain?
what is the function module to read the standard text?