how to code in SMARTFORMS for MULTIPLE RECORDS?

Answer Posted / arpit

u can pass multiple entries in table and pass that table in
fuction module.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can matchcode object contain ids with different update types? : abap data dictionary

617


What is cts and what do you know about it? : abap hr

738


How will u handle the situation – In a report using function module to generate a IDOC, How will u handle the error IDOC in the same report ?

1678


What are system fields for secondary lists?

616


What is For-period and In-period

1740






How to creat transactions? : abap data dictionary

655


What is the use of abap data dictionary? : abap data dictionary

590


What are the types of records that are transferred to sap r/3 and used by interfaces? : abap bdc

546


What is tmg?

697


Explain enhancements

878


How to Solve a Particular Ticket in Realtime ?

1755


What is design pattern? Provide example .Why are we using it?

995


Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?

1075


Update function modules are classified as either v1 or v2. Which type of update is performed first and in what mode (asynchronously, synchronously or locally) can each type be processed in?

573


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.

608