Tuesday, June 12, 2012

Working With Progress Indicator and Time Triggred UI Element in Webdynpro ABAP

Atrribute TIME is of type I and TIME_PRESENT is of type string. 















 OUTPUT :
 


Monday, June 4, 2012

Switch Framework in SAP

Here i am gonna show you , how to create a switch in ECC 6.0 and how can this switch be used !!!!! Other theory we can look out from google and other Switch framework posts :

We are going to append a structure to the data base table and the append structure will be linked to our switch..

Step 1 : Create a test package via SE80.






Step 2 : Goto T-code SFW1 and create a switch .





Step 3 : Goto T-code SFW2 and create a Enterprise Bussiness Function and more we can create Bussiness Function set via T-code SFW3.






Step 4 : Create a database table and an append structure .












Step : 5 Now goto T-code SFW5 and activate the corresponding Enterprise Bussiness Function. So that global status would become ON.







But make sure do not switch ON the switch with out proper necessity. Try to make the switch reversible..

Regards
Rahul Gupta