Application Development and Automation 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: 
Read only

Qa32 transaction

Former Member
0 Likes
743

can u tell me which standard BAPI is used for QA32 transaction?

can u tell me which standard BAPI is used for QA32 transaction?

2 REPLIES 2
Read only

Former Member
0 Likes
633

Hi,

Only this Bapi is being used in this QA32.

'BAPI_USER_GET_DETAIL'

Regards,

Venkatesh

Read only

Former Member
0 Likes
633

Hello,

check this...

BAPI_INSPLOT_GETDETAIL Load Detail Data and Usage Decision for Inspection Lot

BAPI_INSPLOT_GETLIST Select Inspection Lots

BAPI_INSPLOT_GETOPERATIONS Select Inspection Operations for Inspection Lots

BAPI_INSPLOT_GETSTATUS Get Current Status Information for Inspection Lot

BAPI_INSPLOT_SETUSAGEDECISION Automatic Usage Decision

and only this used in the report

CALL FUNCTION 'BAPI_USER_GET_DETAIL'

EXPORTING

username = l_username

TABLES

parameter = lt_parameter

return = lt_return.

Thank u,

santhosh