Skip to content

Instantly share code, notes, and snippets.

@dantesco
Created November 11, 2013 17:08
Show Gist options
  • Save dantesco/7416664 to your computer and use it in GitHub Desktop.
Save dantesco/7416664 to your computer and use it in GitHub Desktop.
Matchcode para indicador de impuestos
PARAMETERS: p_mwskz TYPE mwskz.
AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_mwskz.
CALL FUNCTION 'FI_F4_MWSKZ'
EXPORTING
i_kalsm = 'TAXJC'
* I_STBUK = ' '
* I_XSHOW = ' '
* I_LSTML = ' '
* I_CONCT =
* I_GENER =
* I_GLVOR =
IMPORTING
e_mwskz = p_mwskz
.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment