Application Development and Automation 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: 
Read only

value not shows

Former Member
0 Likes
1,529

i have to add a zsmart forms for vf02. i have copied  standard programRLB_INVOICE for vf02 into zprogram and in nace i add zsmartforrm and zprogram.

now i fcaeing a problem when i execute vf02 and give the billing doc no the print priview  is showing but no value is display in smartform but when i execute the smart form through tcode smartforms it shows all value.where is the problem ?

i have to add a zsmart forms for vf02. i have copied  standard programRLB_INVOICE for vf02 into zprogram and in nace i add zsmartforrm and zprogram.

now i fcaeing a problem when i execute vf02 and give the billing doc no the print priview  is showing but no value is display in smartform but when i execute the smart form through tcode smartforms it shows all value.where is the problem ?

10 REPLIES 10
Read only

jayanthi_jayaraman
Active Contributor
0 Likes
1,501

Hi,

Check the value which is being passed has leading zeros if any.

Read only

Former Member
0 Likes
1,501

Hi Sharmistha,

Please check the following

1) Is your Output Type Configured in Nace against your Z Program and Z Smartform

2) You are calling the correct output type by issuing output for the same.

If this does not help then put a breakpoint at the driver and see whether the values are present to be passed to form.

BR,

Ankit.

Read only

0 Likes
1,501

hi ankit,

output is alrady configure in nace.and no valus r passes to to form while debugging the driver program.where the issue?

sharmistha

Read only

0 Likes
1,501

Please debug the driver and check from the beginning where the data is failing to be fetched.

BR,

Ankit.

Read only

former_member420878
Active Participant
0 Likes
1,501

Hi,

Is your layout is coming as output?

If yes, that means your SF is getting called, but there is some problem with passing the data. Check this by debugging your SF through VF02.

If not so, then it might be the problem with output type as explained above.

Please check.

Read only

0 Likes
1,501

hi,

yes layout is coming out but no data is display.

output configure is ok in nace.

when I debug the driver program no data pass to form.

where is the issue? but in smartforms tcode all data r showing.

Read only

0 Likes
1,501

the issue is in driver program  as the data is not being passed to the smartform so it is not displaying...
just check the driver program , put the breakpoint at the start and check whether the data is getting deleted somewhere ...

Read only

0 Likes
1,501

Hi Sharmistha,

Is your driver program is having data? please check your driver program by putting breakpoint over there.

If yes then check all values in debug jst before SFF FM.

If every thing going fine, then check the fields.. there might be some problem like leading zeroes.. like that.

Read only

0 Likes
1,501

i have just copy standard program RLB_INVOICE as driver program and attach my smartforms with my zprogram. i write all the code and select query in smart forms and in diver program no sellect query or code.

Read only

Former Member
0 Likes
1,501

Hi all,

problem solve .thanks all for reply .

sharmistha