cancel
Showing results for 
Search instead for 
Did you mean: 

Referencs fields unknown in smartofrms orm inteface

Former Member
0 Kudos

Hai experts..

i had developed a smartform for diaplaying customer opening n colsing balancess.

for this i had created a zstructure ( whatever the fields need to print in form) and placed in

form inerface .

now i devloped a driver prog. for calculations n i had done all the calculations for opening nad closing bal. when i passing to form its asking for refernce fields is unkown .i.e closing n opening bal are type dmbtr( currecy fields) .is there any restriction of refernce field must be sent thru form interface .

event if i had declared n passing thru local variables loop is not working for local varilables .

plz sugest me .....

tanx in advance ................

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

yes your refernce field must be sent thru form interface to smartform. in samrt form itsef you need to create work area and pass your internal table to work area....

Former Member
0 Kudos

Hi satya..!

Do one thing..!

Declare your work area Zstructure as <FS> in the global definition section.

<FS> type ZSTUC_NAME.

use <FS> as ur work area while printing..!.

so that u can get resolved with that problem..!

Thanks & Regards,

Rajesh K.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

Declare your opening/closing balance fields in

Global definition -> Currency / Quant fields as "Curr".

Regards

Harshada

Former Member
0 Kudos

please close multiple threads.