Reload matrix in form 134
Hi everyone, in the standard SAPBO form id 134, i need to reload or refresh the data in the matrix item id 1320002032 on the last Tab called 'Attachments' via codeHow can i do that ? NB: I need to...
View Articlehow to modify results using this bapi: BAPI_INSPOPER_RECORDRESULTS
Dear experts,We need your help regarding a problem we have to modify results using bapi: BAPI_INSPOPER_RECORDRESULTSThe first time we enter results it works great, but later we need to include...
View ArticleCan anyone help with a script/macro to change default number format?
Hi, This is my first post here, so I'm not totally sure this is the correct place - hopefully it is I'm trying to find some script/code that I can use in an Excel macro to change the user's default...
View ArticleHow do you specify TLS for xp_startsmtp?
Hello, I am trying to send email via mail.office365.com, but xp_startsmtp fails because a secure connection is required. I understand that a certificate can be specified, but I am not sure how/where...
View Article[abap2xlsx] Uploading an excel file in the background
Hi, What would be the best way to upload an excel file to be used with abap2xlsx for a program running in the background? zif_excel_reader->load_file() works great in the foreground. Anything...
View ArticleRe: [abap2xlsx] Uploading an excel file in the background
Thanks Ivan, Demo 15 also cannot run in the background. -Brian
View ArticleRe: [abap2xlsx] Uploading an excel file in the background
Is the file on your frontend (your PC)?You can process the file in background if it resides on the application server or if it is sent as a binary data (e.g. PI, RFC,...). Check also method...
View ArticleRe: Can anyone help with a script/macro to change default number format?
Hi Graham, welcome to the forum. But I think you should post your issue to the following place: Scripting Languages Regards,ScriptMan
View ArticleRe: [abap2xlsx] Uploading an excel file in the background
Thanks for your help ivan! The issue was that the server did not have access to the file I was trying to upload!
View Article