Hello Experts,
I have implemented the BADI and in that Badi I want to get the some field values from the structure ITEM_DATA which is inside I_TSW_NODE.
I have attached the three images for reference.. I want the structure which is present in th...
Dear Experts,
I need to convert BASE64 string image to PDF content. The converted PDF needs to be attached to the PO. Could you please help me out with the sample code.
Regards,
Saran.
Dear Experts,
I want to confirm the status of picking and packing in /scwm/prdo in SAP EWM for a particular Warehouse Order. I can able to do manually through the transaction. But I need FM/BAPI to update the status. Kindly let me know ur suggestio...
Dear Experts,
Currently I am transporting the fiori catalogs and groups through transport request manually. Is there any possibility to do this automation like any bapi or methods to add the catalogs and groups.??
Kindly help me on this.
Thanks...
Hi Experts,I am trying to create a post Goods Issue and for that I'm using one FM BAPI_GOODSMVT_CREATE. In that I am getting the error message as "Goods movement not possible with mvmt type 303". Before that I'm creating a STO and after that I need ...
Hi,I have resolved on my own and the solution is as follows.DATA(item_node_temp) = i_tsw_node->get_parent( ). DATA(item_data) = item_node_temp->get_data( ). DATA(ls_item) = item_data-item.Thanks for the replies.Regards,Saran.
Hi,The dereferencing is as follows. Even though it is an old post, but it will be a reference for many users.FIELD-SYMBOLS:<fs_table> TYPE table. ASSIGN lr_data->* TO <fs_table>. READ TABLE <fs_table> ASSIGNING FIELD-SYMBOL(<fs_struct>) INDEX 1....
Hi Mateusz,Here I am getting the Image from API in the form of string. This string needs to be converted to PDF and finally, I need to attach the PDF to the PO. All these steps I am automating by writing the program. I am not performing any manual ac...
Hello Mateusz,Thanks for your response.Nope. I have an image file that is in BASE64 string format and this needs to be converted into PDF file.Regards,Saran.