Search code examples
sap-basis

How to create STC01 Task List


I've just set up a Fiori demo for a client. To do so I found the transaction STC01 - Task Lists.

Now I am wondering about some use cases where those kind of task lists would be useful and how to implement client-task lists. I've played around a little bit and saw, that you can add own task lists, steps, etc. but I am not 100% sure how I should do that.

Is there any kind of tutorial, documentation, etc. what is needed to set up a task list? (e. g. documentation about the interfaces, which should be implemented in the classes)

thanks!


Solution

  • To see the real-life examples of using the tasks list just grab one of the standard task lists provided with the system and check what do they do. For example, you can open SAP_BASIS_SETUP_INITIAL_CONFIG list and you'll see that you can automate:

    • installation of SAP licenses
    • creating RFC-connections
    • creating DB-connections
    • activating HTTP-services
    • installing SSL-certificates
    • creating users and assigning roles to them

    and so on and so forth.

    enter image description here

    It may be useful for replication the tasks list between clients and systems. You can create task list variant in one system and roll-out this variant onto 100 others not to do these monotonous config again.

    Read more about configuration in this document:

    Automated Initial Setup of ABAP Systems Based on SAP NetWeaver