Skip to Content
0
Former Member
Sep 08, 2009 at 09:30 AM

Regarding problem with updating usage decision in QA11

104 Views

Hi Experts,

I am trying to use the Bapi "BAPI_INSPLOT_SETUSAGEDECISION" to update the usage decision in QA11 in a proxy. I am not being able to understand what parameters to be used and how.

CALL FUNCTION 'BAPI_INSPLOT_SETUSAGEDECISION'

EXPORTING

NUMBER = INPUT-SAP_USAGEDECISION-DETAILS-UD_INSPLOT "inspection lot no from the proxy structure.

UD_DATA = lw_data

  • LANGUAGE =

IMPORTING

  • UD_RETURN_DATA =

  • STOCK_DATA =

RETURN = li_return

  • TABLES

  • SYSTEM_STATUS =

  • USER_STATUS =

.

Please help.