Monday, June 27, 2022

Code for Hiding Variant

 TYPES: BEGIN OF ty_exl,
line TYPE char72,
END OF ty_exl.
DATA: t_exclude TYPE STANDARD TABLE OF ty_exl,
s_exclude TYPE ty_exl.

INITIALIZATION.

CALL FUNCTION 'RS_SUBMIT_INFO'
* IMPORTING
* P_SUBMIT_INFO =
.

s_exclude-LINE = 'SPOS'.
APPEND s_exclude TO t_exclude.
CLEAR s_exclude.

CALL FUNCTION 'RS_SET_SELSCREEN_STATUS'
EXPORTING
p_status = '%_00'
* P_PROGRAM = ' '
TABLES
p_exclude = t_exclude.

Wednesday, June 22, 2022

Change Business Area in Cost Center in Middle of Fiscal Year

 Run program - RKACOR06

Wednesday, June 8, 2022

Profit Center in Material Master Mandatory

Transaction - OMS9

Business Area Mandatory in Cost Center

Configuration in transaction OBY6 and also transaction OB65