Application Development Blog Posts
Learn and share on deeper, cross technology development topics such as integration and connectivity, automation, cloud extensibility, developing at scale, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 
rosenberg_eitan
Active Contributor

Hi,

Yesterday (Jun 14, 2014)  selva89kumar ask about where used for "SAP Smart Styles" Smart stlye where used list in smart form

as far as I know there is no such thing in SAP standard.

So today I thought why not write a simple tool to do something about it .

The program Y_R_EITAN_TEST_31_07 ( attached ) is my attempt .

The program is based on idea borrowed from RFRECPSFTLXML .

Program flow:

- Selecting form names from table STXFADM .

- For each form use clases cl_ssf_fb_smart_form and cl_ixml to parse and collect style info .

   It seems that styles use 'STDSTYLE' as xml tag name .

- Display the result using cl_salv_table .

I will appreciate any feed back about bugs (I am getting old....)

I hope that this will be helpful .

5 Comments