You are on page 1of 4

S4H_ISR_P_WLAMN_CR_LAYOUT_MOD

Test Script Objective:


The main objective of this test case is to Display and change layout module maintenance.

Description :-
This transaction helps in maintaining the layout module. We can create, delete and display any layout
module. We can also assign many modules, assortments and stores to any layout created.

Process Flow: steps to test the transaction

Start

No
Check Assortment
Create Assortment Exist or not

Create Layout Module


Yes

Display layout module and its assignments

Delete layout module


Steps to execute the Process: See below as example
Step 1.1: Check / Create Assortment

Module Script: S4H_ISR_WSOA1_CR_FUNC

Using the table


GETTAB ( WRS1 , WRS1_1 ).

If the status is 1 then exists if not this then create.

Step 1.2 : Create Layout Module

Module Script: S4H_ISR_T_WLAMN_FUNC


Step 2 : Display Layout Module

Module Script: S4H_ISR_T_WLAMN_DISPLAY_FUNC

Then we compare what we created and what we obtained in display values.


IF ( V_ASSORTMENT = V_LAYOUT AND V_STORE_1 = V_STORE ).

LOGTEXT (0, ' VALUES MATCHED').

ELSE.
LOGTEXT (1, ' VALUES MISMATCHED').

ENDIF.

After this

We delete the create Layout module.


Step 2 : Delete Layout Module

Module Script: S4H_ISR_T_WLAMN_DEL_FUNC

OTHER DETAILS:
Recording Link If any

Related Emails
old test case/ design SET content/manual test case link

doc / Spec doc


Dev Contact Person
STE Contact Person Gaurav Kumar (I335295)
LOG (S4H) –ECE – 0012030294, 0012098408, 0012098392

 Tips and Tricks

------------------------------------------------------END-------------------------------------------------------------------------------

You might also like