‎2005 Dec 19 1:22 AM
Hi,
i am facing a problem to extract data from SAP to Lotus notes.
this is my requirement.
Selection criteria for material extract out of SAP and send to the LOTUS notes ( <b>Must have selection criteria defined in order to create Data Extract program wihch will pull data out of SAP and send to notes on some regular time table).</b>
thanks in advance,
regards,
kannan.
‎2005 Dec 19 4:49 AM
Hi,
If the data extracted from SAP should go to LOTUS notes, you can write small abap utility with the Material number range as the selection criteria, the data can be pulled from MARA, MARC, MARD depends on the fields and can be sent to Lotus using the following FM's,
LOTUS123_ALE_STANDARD_DAT
ALV_START_LOTUS123
You can schedule a periodic job so that the job will run in background and will send the data to Lotus,
Hope this helps,
Rgds,
‎2005 Dec 19 4:49 AM
Hi,
If the data extracted from SAP should go to LOTUS notes, you can write small abap utility with the Material number range as the selection criteria, the data can be pulled from MARA, MARC, MARD depends on the fields and can be sent to Lotus using the following FM's,
LOTUS123_ALE_STANDARD_DAT
ALV_START_LOTUS123
You can schedule a periodic job so that the job will run in background and will send the data to Lotus,
Hope this helps,
Rgds,
‎2005 Dec 20 2:40 PM
Hello,
Thanx for ur quick mail. My Client need, Using BAPI to transfer the SAP to Lotus notes . U have any idea.
Kannan
‎2005 Dec 20 2:46 PM
Kannan-
I guess you are trying to pull Material information from SAP to Lotus Notes. Assuming Lotus Notes is pulling data, you can use BAPI -> BAPI_MATERIAL_GET_DETAIL
However, if you are looking at SAP Pushing data to Lotus Notes, you may as well use MATMAS IDOC with ALE distribution.
Hope this helps.
KK
‎2005 Dec 20 4:11 PM
Hello KK,
Yes iam Pull Material Information from SAP to Lotus Notos.
Can you explain detail. It will helpful for me..
Thanking you and regards
Kannan
‎2005 Dec 20 4:20 PM
Hi Kannan-
I haven't worked in Lotus Notes but from what I understand, you should have some form of SAP adatper in lotus notes which supports RFC calls.
If yes, you can use it to make BAPI calls to SAP and fetch the information.
Can you give me more detail on what is available for you in Lotus notes
KK
‎2005 Dec 20 8:50 PM
Hello KK,
I have to just ceate the BAPI, it will extract the Material master data send to lotus notes some reqular time table. I dont have any functioal specification on that.
They wants some seletion criteria so Standard BAPI its not suport on that. Can u please tell me What shall i do..
Thanx and regards
Kannan