Quantcast
Channel: SCN: Message List - how to print a return structure for BAPI_PO_CREATE1
Browsing all 5 articles
Browse latest View live

how to print a return structure for BAPI_PO_CREATE1

Hi i am working with creation of Purchase Order using JCO3. I am having difficulty in printing the return structure or the response. Could someone help in understanding what line of java code i have to...

View Article



Re: how to print a return structure for BAPI_PO_CREATE1

System.out.println("Field" + createPurchaseOrderFunction.getExportParameterList().getValue("Number"));    //System.out.println(table.);  what data is printing here. where did you check the data.

View Article

Re: how to print a return structure for BAPI_PO_CREATE1

Hi, Do you have access to the backend SAP system so that you can test the call of the BAPI directly with your data?  It will also enable you to look at what the RETURN object looks like when it...

View Article

Re: how to print a return structure for BAPI_PO_CREATE1

which data you are talking about ?

View Article

Re: how to print a return structure for BAPI_PO_CREATE1

Thanks Gareth , i am able to print return structure now , but still i need help on how to print the newly generated PO number. Can you please help in understanding how to get PO Number after...

View Article

Browsing all 5 articles
Browse latest View live




Latest Images