Find Condition Tables for a Selected KSCHL Condition Type
Using SAP transaction code VK13, it is possible for SAP users to check and display pricing conditions and access sequences or key combinations for the related condition type.
For example if I want to check condition type PPR0 Price on VK13, I see that there are two key combinations defined for the pricing condition as follows.
For example the first access sequence table for this pricing condition is A305
Of course it is important for ABAP programmers to find condition tables programmatically using ABAP codes, function modules, etc.
ABAP developers can use RV_GET_CONDITION_TABLES function module as shown in below ABAP code to get the list of SAP condition tables.