can we migrate custom defined smart form into adobe form, if
yes what are connecting settings we have to make in adboe form?
Answer / swathi
Yes we can migrate smartforms into adobe forms.
Additional settings are not required
In SFP transaction there is option in menu for migrate.Give
smartform name and it will be converted in adobe form.
Two components will be created when u migrate smartform
into adobe.
Interface and form.
Is This Answer Correct ? | 9 Yes | 0 No |
Explain the types of bdc's?
Why do we use types statement in abap programming?
How can you remove leading zeros of a number in script?
at the checking of sy-subrc after call transaction stmt,if it is zero what is the meaning of that of syn and asynch updates explain. a.)update of database table is success. b.)execution of call transaction is success. For syn update which one is correct? For asyn update which one is correct?
1 Answers Bristle Cone, Cap Gemini, HP, Satyam, Wipro,
How do you validate the selection criteria of a report?
what is the output of given code? data : f1 type i, f2 type i. write : / f1, f2. do 2 times. perform addfld. enddo. write : / f1, f2. form addfld. data : f1 type i, f2 type i. add 1 to f1. add 1 to f2. write : / f1 , f2. endform. int : f1 , f2.
What is the transaction for recording bdc ? : abap bdc
in select _upto N ROWS IF N=0 THEN------------------are rows are selected?
How to upload data using CATT ?
what is text symbol and standard symbol?
why u can call(r using) ssf_function_module_name in smartforms?
In selection screen I have three fields- Plant, Material No, and Material group.If i insert plant how do i get the material no and material group based on plant dynamically?