why SAP script is clint dependent and smartform is clint
indepedent ?
Answer Posted / sivaramakrishna
generally in abap text's are client dependent .when a sap
script is genrated it is stored as text .but when a
smartform is excuted at backend one funtion module is
genrated .which is not(function modules are client
independent ) client dependent in sap.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What are the function module in bdc?
What are the ways you can do the tuning?
What are the basic objects of the data dictionary? : abap data dictionary
How do you set up background jobs in sap? What are the steps? What are the events driven batch jobs?
What is an update task?
What are the different control break statements available inside a loop?
Can we create field without data element? If yes, how?
Example of table cluster and cluster tables.
What happens if we use leave to list-processing without using suppress-dialog?
What are the various types of selection screen event?
What are the commands used for interactive reports?
What is step-loop?
What is the difference between a substructure and an append structure? : abap data dictionary
– Programming using BAPI : Create Debit Memo Request (DMR) with reference to Sales Order and update the delivery number and PO number in the newly created DMR. Send the spool of the report by E-mail if the E-mail option is enabled. Selection Screen Required: Sales Org Delivery type Sales document type Optional: Planned Goods movement date Option to choose E-Mail E-mail Address Output device Output Output should display both successful and unsuccessful creation of DMR with the following fields, Success/Error (S/E) Sales Document number Delivery number New Debit memo request number Error message Tables TVAK, TVCPA, VBAK, LIKP, LIPS
How do you populate data into a multiple line field? : abap bdc