User Commend Functional sites
When we click new user then will get the selected list line values with help of this we can call any transatlantic code according the sales order document display and billing display reports as per the customer need
FORM USER_COMMAND USING R_UCOMM LIKE SY-UCOMM
RS_SELFIELD TYPE SLIS_SELFIELD.
CASE R_UCOMM.
WHEN '&IC1'.
READ TABLE IT_VBAK1 INTO WA_VBAK1 INDEX RS_SELFIELD-TABINDEX.
IF RS_SELFIELD-FIELDNAME = 'VBELN'.
* IF SY-SUBRC = 0.
SET PARAMETER ID 'AUN' FIELD WA_VBAK1-VBELN.
CALL TRANSACTION 'VA03' AND SKIP FIRST SCREEN.
ENDIF.
IF RS_SELFIELD-FIELDNAME = 'VBLN1'.
* IF SY-SUBRC = 0.
SET PARAMETER ID 'VL' FIELD WA_VBAK1-VBLN1.
CALL TRANSACTION 'VL03N' AND SKIP FIRST SCREEN.
ENDIF.
IF RS_SELFIELD-FIELDNAME = 'VBLN2'.
* IF SY-SUBRC = 0.
SET PARAMETER ID 'VF' FIELD WA_VBAK1-VBLN2.
CALL TRANSACTION 'VF03' AND SKIP FIRST SCREEN.
ENDIF.
ENDCASE.
*********************************************************************************RICEF
Reports interface Converstion , Enhancements , Forms
Classical Reports ALV Programming, ALE/ IDOC
BDA Programming, Call Transcation , SAP Script, Smartforms, Adove forms,
SAP T-CODE
MM FLOW , SD FLOW , SE11,SE18 ,SE24,SE30, SM12,ST22, SE41, SE51, SE80,SE84
SE90,SE10,SE09,SE03,
Getway T-Code
/IWFND/GW_CLIENT
/IWFND/ERROR_LOG
/IWFND/APPS_LOG
/IWBEP/VIEW_LOG
/IWFND/CACHE_CLEANUP
/IWFND/TRACES
*********************************************************************************
Comments
Post a Comment