Answer Posted / gorgeous
there are 3 functional module types:
1 Normal FM
2. RFC's: for distributed environment.
3: Update: for updating the database tables without any
irregularities.
| Is This Answer Correct ? | 46 Yes | 8 No |
Post New Answer View All Answers
1/ How do u apprach if error occur in sending idocs ? 2/ where u assigned process code ?
Explain the advantages and disadvantages of different types of bdc's?
5) How to rereive text elements in SF and script?
there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?
Program lines for the radio button selection and unabling some input variables in section screen
Explain the disadvantage of using exec sql statement in abap?
Which function modules can be used to transfer the data using bdc programming? : abap bdc
Interactive Report that list purchase order details of a vendor. When the user double clicks on material number it shows detail list with fields matkl, meins, brgew, ntgew, gewei.The selection screen consist of sales organisation, distribution channel and material number. plz mention the detail coding Tahnks, Rahul
What is the reserve command?
What is the difference between data elements and domains?
What is the use of program rsbdcsub? : abap bdc
What is the function of the correction system? : abap data dictionary
What is an “on input filed” statements?
How to load data from ms excel sheet to sap by using bdc method ? : abap bdc
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???