we will create functionmodules in real time or reusing
exsiting one's in abap and webdynpro abap?
Answers were Sorted based on User's Feedback
Answer / deepa
We can create Function module or as well as we can use the
SAP given function module in ABAP and web dynpro.Based on
the client requirement...
Is This Answer Correct ? | 8 Yes | 0 No |
Answer / mudassir
well some FM are for reading a text , sending a mail are
very generic and SAP has provided many such function
modules so we use them,
keeping in view specific customer requirements some FM are
also created in customer name space.
in web dynpro there is a wizard for generating code so a
developer never writes a lengthy code but makes few
modifications once the code is generated. eg component
controller name node names ets are to be supplied.
Is This Answer Correct ? | 3 Yes | 0 No |
Explain what is the difference between sy-tabix and sy-index? Where it is used?
while running bdc for call transaction method, in gui_upload function we use filetype 'ASC' for tab delimited seperated data. like that for csv(comma delimited) data what we have to use as filetype??? ie FILETYPE = ?????
What is the diffreence between bdc_close_group and bdc_close_dataset? : abap bdc
what is the main main difference between data element and domain? (i know definitions,i don't want definations).
can any one can give me the Fi and co flow? and the tables ?
if i remove the select stmt from start-of-selection and put the select stmt in end-of-selection it is triggering then what is the use of start-of-selection? Please send me the answer
What is an internal table?
When you prefer lsmw?
what is the difference between mainwindow n final window?
What are the differences between table and structure in data dictionary?
How do you find out whether a file exits on the presentation server?
what are the table controls in BDC ?