When a function module is activated syntax checking is performed automatically. State yes or no. : abap modularization
How did you test the form u developed? How did you taken print?
what is the keep parameter in BDC_OPEN_GROUP function module
How to get that a secondary index is attached to a select query?
what the tcode to check the consistency of work flow for ALE /EDI in a inbound error processing?
1.In Change pointers , Using BD61 I activate globally and I enable the MATMAS message type When I Ran the "RBDMIDOC" SYSTEM GIVES information messagge 253 MASTER IDOCS CREATED. MY Question IS :1.what is 253 2.PlZ explain internal PROCESS ,HOW ITS GENERATE 253 MASTER IDOcs?
Hi Gurus, I have 250 records in an internal table, tell me how to randomly delete the each 5th record...i,e 5,10,15,20 like this.
Explain the different types of view?
can anyone give me notes on bdc direct input method
Internal table itab contains some records. If the code is like this : LOOP AT ITAB. APPEND ITAB. ENDLOOP. What ill be the result??
How to transfer legacy data into base tables by scheduling a time frame using bdc?
what is a value table?
which of the following is more efficient when we are retrieving data from more tables. select statement using innerjoins or select statement using for all entries?