CREATE Program
Request Example
HTTP Method: POST
URL: https:SERVER:PORT/default_host/sap/bc/icf/API_QTR_SDO/quanthra/create_program
BODY:
{
"r_name": "PROGRAM NAME",
"r_text": "PROGRAM DESCRIPTION",
"r_source": "PROGRAM SOURCE CODE",
}After created object you need to assign the request editing the created program.
Last updated