what connects smartform to it's driver program?
Answers were Sorted based on User's Feedback
Answer / jayaram
once we will activate the smartform , then one function
module will generate.This function module name will vary
from one server to another server.
we will call function module
SSF_FUNCTION_MODULE_NAME.
in that we will pass the smartform name and we will fetch
that function module.
for that function module we will create the one variable.like
data:fm_nam type rs38l_fnam.
then we will call the function module with name 'fm_nam'.
Is This Answer Correct ? | 12 Yes | 0 No |
differences between version 4.7 and ecc 5.0
Which transaction code can I used to analyze the performance of ABAP program.?
What is the significance of delivery class?
give the all step of workflow process step by step
Suppose in an ALV report in grid we have to disply matnr, ernam,ebeln,ebelp etc.But when we bring the cursor on that specified field it will show "material number" for matnr, "purchase Document Number" for ebeln etc. how do you acheive this?
Suppose we are transfer data through BDC from legacy to SAP and their is some duplicate data in legacy system but we don’t want this in SAP system .So how can we check that this data is already exist ?
how can you display data say "your name"in sap script without print program or driver program??
What is ALV?
plz can any one list out the set of questions on support project. I am waiting for ur reply
can anyone told me name of abap interview question book with autor name?
How to define PROJECT in CMOD?
Explain how do you use structures in the abap programs?