Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Transaction FINT - Customer enhancement - ZF_INTITAR_SF

former_member328919
Participant
0 Kudos
397

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

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos
232

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

6 REPLIES 6

sabirshah1
Participant
0 Kudos
232

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.

0 Kudos
232

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 ??

raymond_giuseppi
Active Contributor
0 Kudos
233

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

0 Kudos
232

One more time, Thank you very much Giuseppi !!!

0 Kudos
232

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 !

0 Kudos
232

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