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

Header values not working on smartform

Former Member
0 Likes
466

Hi Experts,

I am working on smartforms. my layout was like this ,

period quantity price vat%

1 2 10.5 5%

materialno material des

I desgined form in Header (secondary window ) . I given 4 fields names . but it is not working.

the item values are in Table window ( Main window), desgined. IN table we have 3 tabs

1. Header : 4 values are come

2. item : material values are come

3. Fotter: I need sub total and total here.

I have getting problem on print the header values. can plz help on this.

2 REPLIES 2
Read only

naveen_kumar116
Active Participant
0 Likes
396

Hi,

Please Keep the break-point and check the Field u declared has value or not.....OR declare some hardcoded value and check.....

If ur using internal table value then get down ur window below the main window so that value can be passed...

I think so value are not passed in Field... U dont want to use the header in your secondary window just declare the window if u have any Box use templates and declare the text...

Cheers.

Naveen.

Read only

Former Member
0 Likes
396

Thanks