分类目录归档:SAP

2019
08-29

Sorting in ALV using CL_SALV_TABLE HOT

Sorting in ALV using CL_SALV_TABLE In this tutorial, we will learn how to sort a column in ALV report using CL_SALV_TABLE. To sort a column in ALV, Get the Sorting Object of the ALV using the method GET_SORTS(). Apply SORT to the column name by using the method ADD_SORT(). Class....Read More >
2019
08-29

User Exits in SAP ABAP HOT

User Exits in SAP ABAP SAP has provide various applications to support most of the business process, in case if any of client requirement is not available, we are allowed to modify/enhance the SAP standard.There are many methods of modifying or enhancing the SAP standa....Read More >
2019
08-29

TOP 15 SAP Workflow Interview Questions HOT

SAP Workflow Interview Questions 1.What is the tcode to define/create and modify workflow ? SWDD 2.When does a workflow starts in the system ? Workflow is generally triggered by events. 3.How does users interact with workflows ? Users interact with workflow system through work items....Read More >
2019
08-29

Condition step in sap workflow HOT

Condition step in sap workflow In this tutorials we will see how to use condition step in sap workflow. For more tutorials sap workflow tutorials. 1. Go to Workflow Builder SWDD.Create an element called “Flag” of type CHAR1 in Workflow container.if you do not how to....Read More >