2016 Apr 20 9:21 AM
Hello,
I activated customer extension in the main screen of FINT Transaction.
I want to fill this field and use the data in the smartforms ZF_INTITAR_SF.
How can I read the data inserted in include rfintitaruserext to smartforms ZF_INTITAR_SF.
Thanks in advance for your help !!
Best regards
2016 Apr 20 9:49 AM
Include "rfintitaruserext" is part of the selection-screen definition, so you could try to call RS_REFRESH_FROM_SELECTOPTIONS in the initialization event of the Smart Form with the actual main report name in parameter CURR_REPORT = 'RFINTITAR'.
Regards,
Raymond
2016 Apr 20 9:31 AM
If you have done some enhancement already so u can just use export memory ID from program and Import it to Smartforms .
Regards,
Sabir Shah.
2016 Apr 20 9:38 AM
Thanks for your answer Sabir.
I am looking for another way than export memory ID.
I want to use this way in last choice.
Is it really not possible to transfer data from include rfintitaruserext to smartforms ZF_INTITAR_SF ??
2016 Apr 20 9:49 AM
Include "rfintitaruserext" is part of the selection-screen definition, so you could try to call RS_REFRESH_FROM_SELECTOPTIONS in the initialization event of the Smart Form with the actual main report name in parameter CURR_REPORT = 'RFINTITAR'.
Regards,
Raymond
2016 Apr 20 10:26 AM
2016 Apr 21 9:56 AM
Giuseppi,
I wanted to transfer a long text and with this function, i can transfer only 45 characters.
Is there a way to transfer a long text (char1000SF).
Thanks in advance !
2016 Apr 21 11:17 AM
No more than 45 characters in old versions and 255 in recent ones (new parameter SELECTION_TABLE_255) , you could either split your text in some select-options or use some EXPORT/IMPORT.
Hint: for a split of a long text in some select-option records, you should also deactivate undesirable options (wildcard, exclusion or range) with statement options or FM SELECT_OPTIONS_RESTRICT (so only I-EQ records and only LOW field to consider).
Regards,
Raymond