Hi,
Is it possible to find the name of the Adobe Form which has been called while the control is still in Interface of the Form.
My case is that 1 Interface has been used for multiple forms. I want to make certain change in the Interfcce which should be Form specific.
ags
Request clarification before answering.
hello,
add additinal import parameter (form name) which you'll pass to your ADS form
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
It can be done in below manner. You have to put this code in CODE INITIALIZATION of form interface.
lv_form will give you Adobe form name.
DATA(lv_fnumchar) = substring( val = sy-repid
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 5 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.