How do you run the scripts?
Answers were Sorted based on User's Feedback
Answer / lavanya
* Go to Tcode SE71
* Create a script ,then check for syntax errors and the
activate.
* Go to SE38 and write a program by using the function
modules open_form, write _form,close_form
open_form call the smartform
write_form calls the textelement for which the program code
need to be executed.
close_form ends the form which is opened by the open_form.
Is This Answer Correct ? | 5 Yes | 0 No |
AFTER CREATING A FORM OF YOUR REQUIREMENT, BY CALLING SOME
FUNCTION MODULES. THEY ARE OPEN_FORM, WRITE_FORM AND
CLOSE_FORM. IN OPEN_FORM THE FORM NAME WILL BE GIVEN, IN
WRITE_FORM THE DATA WHICH HAS TO TRANSFER TO THE FORM WILL
BE GIVEN. SO BY EXECUTING THE PROGRAM WE CAN REACH OUR
REQUIREMENTS.
Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between value table and check table?
What are screen painter and menu painter? : abap hr
Explain how data is stored in cluster table?
Which commands are used for interactive reports?
how to debug ale/idocs and how to correct errors and how to find out where the exact error occur
Among "Move" and "Move Corresponding", which is efficient one and why ?
What is the difference between a structure and a table? : abap data dictionary
Can we access static attribute from instance method
What are the views when we are creating Material ?
what are customizing?have u created any customizing table? for what purpose?
What is an Open Item in SAP? How will you find an Open Item in SAP?
A subroutine can contain nested form and endform blocks. State true or false. : abap modularization