Dear Experts,
I use Outlook to read subjects form the E-Mails into a internal table and It works fine!
At the end of the day, there are 2 problems left and I hope, somebody can help me:
1) I need to know the amount of E-Mails in the Standard-In...
Hello folks We have a custom-field in table EKPO (called: zzkund4) and we have a custom-field in table BSEG (called: zznkfkont). The field in BSEG was created because it is needed in various FI/CO-Reports. This field (from BSEG) is available now in ...
You have to expand the table BSEG with an append of your custom-fields. Then you must do a hard modification of the standard screens for transactions MIRO and MIR7 and add there the custom-fields. At the Enhancement-Points "document_read_output_02" a...
Thanks a lot. Now I have the additional request by the specialist department, to save the attachment, too. I tried to translate this VBA-Code (that works fine): Sub Test()
Dim OutlookApp As Outlook.Application
Set OutlookApp = New Outlook.Ap...
I found out for myself. Here is my solution, which I have to integrate now in my main-program:REPORT Z_TEST2.
INCLUDE: ole2incl.
TYPES: BEGIN OF type_email,
mailsen TYPE c LENGTH 1024, "+ E-Mail Absender
mailhdc TYPE c LENG...
Sorry, my fault.Here is the code I need in ABAP (works fine in VBA, Early Binding):Sub MoveItems()
Dim OutlookApp As Outlook.Application
Set OutlookApp = New Outlook.Application
Dim myNamespace As Outlook.NameSpace
Set myNamespace = ...