cancel
Showing results for 
Search instead for 
Did you mean: 

Assign question list to Audit

ifat_bar
Participant
0 Kudos

Hello,

I have created an audit via BAPI_BUS20350_CREATE. My requirment is to assign question list to this audit by function or bapi,

Either in the creaion phase or when changing the audit.

Please advise a function or bapi to create the assigmnet of the question list.

Regards

Yifat Bar

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Yifat,

Did you find the answer to this question?

I have been able to create an audit, using a BAPI, but I haven't been able to assign a question list to this newly created audit in the same program.

I'm hoping you can help me.

Kind regards,

Jan

Former Member
0 Kudos

Hi,

You can use BAPI_BUS20360_CREATE to create a QL and assign it to audit.

Pass your audit details to the import parameter AUDIT of type BAPI_20350_KEY.

Create one test data manually from plmd_audit(for example a QL assigned to audit), and execute the BAPI_BUS20360_GET_DETAIL with your test data. This will give you idea about what are all the parameters and value to be passed to BAPI_BUS20360_CREATE.

Regards

Keerthi

Former Member
0 Kudos

Please chek OSS Note:597982, the step by step consulting solution ptovided by SAP to assign a question list to audit and offline evaluation.

Thanks,

Ram