In an ABAP program how do you access data that exists on a presentation server vs on an application server?
wat does BDCRECXX contains?
iam having 3 internal table how can i pass data to the 4th internal table
I have more than one layout in a form, would You handle?
visibility of a field string declared using tables statement? true/false.
What is an abap?
Which type of tables used this buffer?
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
In a screen i have 2 radio buttons and 2 text fields,if i select the one radio button one text field has to be enable and when i select another one,other text field has to be enable,in the at selection screen output event how it was happen?this event has to effect once i press enter naa.......... how the screen knowing that?
What is the difference between call transaction and session method? : abap bdc
what are logical and physical databases
What are the different methods of bdc? : abap bdc
Explain about roll area , Dispatcher, ABAP-Processor?