Pls someone answer me this, Can we acheive everything using OOPs? If not? What cant be acheived? Have you encountered any scenario liike, you cannot acheive it using Function modules & can be acheived using Oops? What is the advantage of BADI over UserExit? Difference between BAPI and RFC? Thanks in advance.
1 4525why sapscripts are client dependent and smartforms are cliet independent,plz give me a brief explanation,thank u.
IBM,
3 9400what is the pre-requisite for read statement and can we read the standard table using read statement
IBM,
5 13387for example in client 710 i update the records for tcode me21 using bdc,in the same server if i update 5 records and in the mean while other user do the same bdc update for me21 for 3 records how do u resolve the remaining 2 records.
IBM,
2 6494loop at itab. select matnr from mara into table itab upto 10 rows. endloop. will it work?
L&T,
3 11052
How many detail lists can be created in interactive reporting?
what are the two methods of modifying sap standard tables ?
How to call a subroutine in sapscript?
Can a transparent table exist in the data dictionary but not in the database physically?
What is the meaning of abap/4 editor integrated with abap/4 data dictionary?
What are the personnel administration related Infotypes
How is conversion of data types done between abap/4 & external level? : abap data dictionary
What is processing class, where we do them and why? : sap abap hr
What is the definition of modification in an sap system and how do they impact an upgrade?
What are the different abap editors? What is the used of different editors in abap?
What is the syntax for ‘call transaction’?
Abstract class and interface, multiple inheritance, live example
Explain the disadvantages of logical databases?
We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???
What is the function module to popup contents in the internal table?