How many FM's are there in scripts?
Answers were Sorted based on User's Feedback
Answer / prasad
open_form,start_form,write_form,end_form,close_form.start_fo
rm,end_form is not compulasory but if u use start_from u
should u end_form
Is This Answer Correct ? | 5 Yes | 0 No |
NO IDEA ABOUT HOW MANY FM'S WE USE BUT REGURARLY OPEN_FORM,
WRITE_FORM, CLOSE_FORM FM'S ARE USED.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / preethi
we use 5 function modules in forms
those are START_FROM,OPEN_FORM,WRITE_FORM,END_FORM,AND
CLOSE_FORM.
THIS IS THE ONE WAY TO CREATE THE SCRIPT.
BUT SAP PROVIDED ONE AUTOMATIC METHOD TO DESING THE SCRIPT
I.E SMARTFORMS - USING THIS TCODE U CAN CREATE THE SCRIPT
WITH OUT WRITING THE CODE.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / prasad
open_form,start_form,write_form,end_form,close_form.start_fo
rm,end_form is not compulasory but if u use start_from u
should u end_form
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ram
#DATABASE#
READ_TEXT ,
READ_TEXT_INLINE ,
READ_REFERNCE_LINES ,
SAVE_TEXT , DEALET_TEXT ,
COPY_TEXT , SELECT_TEXT
============================================
#ADMINISTRATATION#
REFER_TEXT ,
RENAME_TEXT ,
COMMIT_TEXT ,
INIT_TEXT ,
==============================================
#EDIT FM#
EDIT_TEXT ,
EDIT_TEXT_INLINE ,
=============================================
#CONSISTENCY CHECK#
CHECK_TEXT_AUTHORITY,
CHECK_TEXT_ID ,
CHECK_TEXT_LANGUAGE ,
CHECK_TEXT_OBJECT ,
CHECK_TEXT_NAME ,
=============================================
#EDIT FM#
TEXT_SYMBOL_COLLECT ,
TEXT_SYMBOL_PARSE ,
TEXT_SYMBOL_REPLACE ,
TEXT_SYMBOL_SETVALUE ,
TEXT_CONTROL_REPLACE,
TEXT_INCLUDE_REPLACE ,
==============================================
#PRINT FM#
PRINT_TEXT ,
PRINT_TEXT_ITF ,
===============================================
#FUNCTION MODULES#
OPEN_FORM ,
CLOSE_FORM ,
START_FORM ,
WRITE_FORM ,
WRITE_FORM_LINES ,
END_FORM ,
CONTROL_FORM ,
READ_FORM_ELEMENTS ,
READ_FORM_LINES ,
===============================================
#CONVERTION#
CONVERT_TEXT ,
CONVERT_TEXT_R2 ,
CONVERT_OTF_MEMORY ,
EXCHANGE_ITF ,
=================================================
#TRANSFER FM#
IMPORT_TEXT,
EXPORT_TEXT,
TRANSFER_TEXT.
Is This Answer Correct ? | 0 Yes | 0 No |
Define subtype ? : abap hr
How to execute a smart form?
What are field symbols and field groups.?
What z the difference between a pool table and a transparent table and how they are stored at the database level?
How do you send files to the legacy systems from SAP and vice versa?
Can a constructor be declared private? If yes then in which scenario?
Among pooled and Cluster tables, in which table data used to store in Row Format?
What is the bitwise operator in the sap abap?
what is the difference between user exit and customer exit? what is ment by cusomer exit?and what is the difference between user exit and badi?
How can I make a differentiation between dependent and independent data? : abap hr
What are the diferent types of internal table available? How can we know the size of the internal tables?
What is the definition of modification in an sap system and how do they impact an upgrade?