Tagged Questions
2
votes
1answer
604 views
Change the sender for an external email in SO_NEW_DOCUMENT_ATT_SEND_API1 function
I'm using SO_NEW_DOCUMENT_ATT_SEND_API1 function to send an email with an attachment both for a sap user and for an external email. So far, so good. I discovered that the sender of these emails is the ...
1
vote
2answers
426 views
XML-RPC call to SAP
I'm trying to figure out what is the XML-RPC request format expected by SAP, when a client wants to invoke a Function Module or a BAPI, exposed as Web Service.
For example, here's what the format ...
0
votes
1answer
365 views
Overwrite functions in ALV ABAP
I want to overwrite some function in an ALV grid. But i can't manage to do it with a i callback usercommand. this is just for non-standard functions. any idea? should i use i event exit? I tried ...
0
votes
1answer
335 views
Why This ABAP Funtion Module Always Set the Importing Parameter with <Initial>?
We have a function module which contains an importing parameter IS_USER, which is of type S_USER, S_USER is a structure and contains the following fields:
USER_ID USER_ID CHAR 60
IP_ADDR IP_ADDR ...