LinkedIn
RSS

Archive for March 18th, 2010


Create activities

GA_googleFillSlot(“POSTSAP”); If you need to create activities via ABAP, the BAPI named ‘BAPI_ACTIVITYCRM_CREATEMULTI’ is the one you need. Since parameters filling are not very intuitive for starters, report CRM_CALL_ACTIVITY_INTERFACE was designed to help you using this bapi, with a little help of our debug friend.

Read More...

How to Debug a Job in SAP?

This is a problem that happens a lot of times, how to know what a job is doing by debug? Transaction SM37; Select the Job; In the OK-CODE field write JDBG; If you have any other solution for this problem feel free to comment and help other readers

Read More...