VARIANT CONCEPT in SAP ABAP

VARIANTS Concept in SAP:


VARIANTS: - It is a selection screen with filled in values. There are  no restriction on number of variants for a program. Usually all the test conditions of a program are saved as variant.

So to create a variant for a program , enter the data in selection-screen fields & press save button. System asks for name & description, give them and press save button.

Variants are client dependent

As discussed earlier that all SE38 programs are client independent, but a variant created for a program in one client can not be seen in other clients. That is the meaning of client dependent. So to move the variants from one client to another client, we have to run the standard program RSTRANSP.

So when we say standard program, then we have to go to SE38 & run the program. Also all the variants are stored in TVARV table. 

Comments

Popular posts from this blog

EVENTS IN INTERACTIVE REPORTS OF SAP ABAP

Differences Between Classic & New BAdIs :

MAIN DIFFERENCE BETWEEN EXECUTABLE PROGRAM AND MODULE POOL PROGRAM in SAP ABAP :