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 ArticleRe: 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 ArticleRe: 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 ArticleRe: how to print a return structure for BAPI_PO_CREATE1
which data you are talking about ?
View ArticleRe: 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