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

Smartforms-To change table display(in main window) dynamically

Former Member
0 Likes
551

Hi,

In Smartforms - Main Window - Table

I have to change the Record display dynamically,

like Ex - I have sale order display at item level, First SO has three item, Second SO has ten item.

So, at run time - I want First SO on First page & Second SO on Second page.

(Similar like - PROTECT - ENDPROTECT in script)

How can I do this in Smart forms?

Regards,

Ashlesha

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
517

Hi Shree,

Thanks for your Reply.

But can you please Elaborate the process -

Shall I Create 'Folder' with 'Table' in SF-Main witndow?.

If I want diff. SO to display on diff pages, what conditions will be there in 'Folder'?

Hi,

In Smartforms - Main Window - Table

I have to change the Record display dynamically,

like Ex - I have sale order display at item level, First SO has three item, Second SO has ten item.

So, at run time - I want First SO on First page & Second SO on Second page.

(Similar like - PROTECT - ENDPROTECT in script)

How can I do this in Smart forms?

Regards,

Ashlesha

3 REPLIES 3
Read only

Former Member
0 Likes
517

Hi Ashlesha,

The protect and endprotect command in sapscript doesn't work with smartforms.

The usage of protect and endprotect can be brought about in Smarrtforms is by using a folder node and checking the 'PROTECT' checkbox, everything in that folder will be page protected.

This is actually called 'Page Protection'.

Best Regards,

Shree Tejus.

Read only

Former Member
0 Likes
518

Hi Shree,

Thanks for your Reply.

But can you please Elaborate the process -

Shall I Create 'Folder' with 'Table' in SF-Main witndow?.

If I want diff. SO to display on diff pages, what conditions will be there in 'Folder'?

Read only

0 Likes
517

Hi Ashlesha,

Right click on main window. Select FOLDER option and inside of which please include the table and check the check box that was previously mentioned.

This should solve your issue.

Best Regards,

Shree Tejus.