Recently, I came across an interesting question. I am not sure if it has been posted here before, or how common knowledge it is, but needless to say, I found it very amusing and was, frankly, stumped by it.
The question is a purely hypothetical one,...
If your POs are not getting created, that means your BAPI is failing. Put a breakpoint on the BAPI, and see what you get in the return structure TI_BAPIRET2.Also, it seems that your code structure is wrong. You want to put the Excel file reading abov...
You will need to create a custom structure in your ABAP report, then move corresponding from your field symbol to the ABAP structures. To get the totals you can loop over the table and do simple addition.
This looks like ALV List display. In that case you need to use TOP_OF_PAGE event.Have a look at the below link, search for TOP_OF_PAGE to see the relevant code.ALV List event
Since this is a custom BAdI, I am not sure what customizations your system has. Some generic things to check.1) Check if the transport has moved correctly to QAS. Also, check whether all the customizing transports have moved too. 2) Check the propert...