Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

function Module

Former Member
0 Kudos

QMLR_FREE_TO_BLOCKED_STOCK.Can anyone specify the parameters what should be passed in exporting and importing.

EXPORTING

I_VIQMEL =

I_CUSTOMIZING =

I_MANUM =

I_FBCALL =

  • IMPORTING

  • E_QNQMASM0 =

  • E_QNQMAQMEL0 =

  • E_BUCH =

TABLES

TI_IVIQMFE =

TI_IVIQMUR =

TI_IVIQMSM =

TI_IVIQMMA =

TI_IHPA =

2 REPLIES 2

Former Member
0 Kudos

Veera,

You can see what needs to be passed when you see the function module itself.


*"       IMPORTING
*"             VALUE(I_VIQMEL) LIKE  VIQMEL STRUCTURE  VIQMEL
*"             VALUE(I_CUSTOMIZING) LIKE  V_TQ85 STRUCTURE  V_TQ85
*"             VALUE(I_MANUM) LIKE  QMSM-MANUM
*"             VALUE(I_FBCALL)
*"       EXPORTING
*"             VALUE(E_QNQMASM0) LIKE  QNQMASM0 STRUCTURE  QNQMASM0
*"             VALUE(E_QNQMAQMEL0) LIKE  QNQMAQMEL0
*"                             STRUCTURE  QNQMAQMEL0
*"             VALUE(E_BUCH) TYPE  QKZ
*"       TABLES
*"              TI_IVIQMFE STRUCTURE  WQMFE
*"              TI_IVIQMUR STRUCTURE  WQMUR
*"              TI_IVIQMSM STRUCTURE  WQMSM
*"              TI_IVIQMMA STRUCTURE  WQMMA
*"              TI_IHPA STRUCTURE  IHPA
*"              TE_CONTAINER STRUCTURE  SWCONT OPTIONAL
*"              TE_LINES STRUCTURE  TLINE OPTIONAL

Regards

Aneesh.

Former Member
0 Kudos

hai

clearly explain u r requrement

what is u r supplying?(input)

what do u expecting? (output)