Activities from the campaign

Hi experts,
We are generating activities from the campaign execution(campaign automation). The activities are generated with person responsible same as activity partner where as it should determine the preceding doc --> user as per the Partner determination procedure of activity type.
Can anybody help me how to solve this
Regards,
Madhu

hi madhu
I was  trying to find a way to link an activity record back to the
campaign it's related to. I seem to have the campaign description located on
several of the ACTIVITY tables/views (CRMV_WORKLIST_AC is the main view I am
using) but cannot seem to get a GUID which links the activity back to the
campaign description in CGPL_TEXT and ultimately to CGPL_PROJECT table (where I
need to extract the EXTERNAL_ID field related to the activity).i was confused regarding
know how to translate the GUID on the CRMV_WORKLIST_AC (same GUID as on
CRMD_ACTIVITY_H and CRMD_ORDERADM_H) to either of these tables
solution i found was like:
Function module
CRM_DOC_FLOW_READ_OB can be used to retrieve the link of activities to
campaign elements.
as the tables for the activity and campaign element was there,but this FM depict the exact link between the campaign and acitivites.
i am asking u to use this FM because if at the table level u wanna see the relationship then u have to do what is like go to crmd_order index and give ur object id and copy the generated guid and paste it in table crmdorderadm_h,to retrieve the relationship between activity and campaign.
guess it will definitely helps
best regards
ashish

Similar Messages

  • How to enable the "top activities" from the performance in OEM12C?

    We installed the 12C OEM. But the "top activities" and other options are not enabled from performance pane. I tried to set the parameter control_management_pack_access = "DIAGNOSTIC+TUNING" . Does not work. As was told that should be due to the databases we are running is 11.2.0.2 standard edition. We have the license for the tuning package. Does anybody knows how to enable the option on standard edition database?
    Thanks!

    Unfortunately, we are using SE and need to use OEM to monitor on the database performance activities.

  • Monitoring activities from the Time Capsule

    I have my TC since the first shipping of Apple and I'm searching for a way to see if there is any activity at all with the HD. I'm concern about a security issue, even if I use WPA2 Personal with time access control and a different psswd for the drive, the HD in the TC is still spinning while my computers are down. I took back the setting to "Flash On Activity" and the light is flashing all the time. The logs don't indicate access by another computer then the ones I authorized.
    Thanks for the help.

    You can chose between "Always on" (default value) or "Flash on activity" with Airport utility (TC version) in the manual setup under "Airport" view at Time Capsule tab there is a "option" button. There is also some optional parameters there.
    Thanks for the observation, I'll check again after an hour if the disk is still spinning.

  • Follow up of activities from old opportunity to new opportunity

    Hi Team members,
    I want to create a new opportunity for a customer, but the activities from the earlier opportunity (of the same customer) should get displayed in the new opportunity
    Please let me know the steps or hints
    Thank you and kindest regards

    Hi Team members,
    I want to create a new opportunity for a customer, but the activities from the earlier opportunity (of the same customer) should get displayed in the new opportunity
    Please let me know the steps or hints
    Thank you and kindest regards

  • Where to see activities, which are created for the campaign with target group

    Hi
    I have created a Communication Method in SPRO -> CRM -> Marketing -> Marketing Planning & Campaign Management -> Campaign Executtion - Define Communication Method : Activity has been configured
    Activities are not appearing after creation of campaign with target group.
    Where to see activities, which are created for the campaign with target group?
    Regards
    Hamid

    Hello,
    alternatively to check  table CRMD_ORDERADM_H directly you can use the related transactions search for the campaign:
    This should bring all activities generated by the campaign. If this is empty first check the job log of the campaign execution job again:
    This gives information if any target group members have business transactions created. If the log does not contain the required information you can debug from SM37. The business transactions (activities, leads, sales orders) are generated from function module CRM_MKTTGGRP_PROC_CREATE.
    best regards,
    Johannes

  • Generating Activities from Campaigns

    Is it possible to generate Activities from Campaigns or otherwise progress a Campaign?
    For example, you can send campaigns to a list of contact prospects etc. Is there any way to genereate an Activity within Web Tools to be used as a follow-up?
    I presume that you could use the DTW to create Activities directly within B1, but what about working in Web Tools only?
    More generally, what are you expected to do with a Campaign once you have sent emails to the contacts? There seems to be no way to progress a Campaign other than to make it inactive.
    Regards,
    Douglas

    Hi Douglas
    You can write a report to track people who clicked a link to a product in the campaign email, went to the site, viewed the item and checked out. There is a URL variable, campaignid= that is appended on the end of the url and stored on the ordermaster table for that order if present.
    How to progress a campaign forward is up to the sender of the campaign.
    You can view if a prospect or user has been sent a campaign on the user or prospect details as well.

  • Delete all entries from the following tables - Follow-up Activities (oracle)

    Hello,
    I performed a homogeneous system copy of our development BW system with the database (oracle 11.2.0.3) from the BW production system!
    I already start the oracle database and the SAP system in the target system/server (development BW system) and I´m doing some follow-up activities. One of this activities is (at the system copy guide 6.2.3.2 Activities at Database Level) is to delete all entries from the following tables:
    DBSTATHORA, DBSTAIHORA, DBSTATIORA, DBSTATTORA
    I tried to delete them using SQL Plus:
    sqlplus /nolog
    SQL> connect /as sysdba
    SQL> delete from DBSTATTORA;
    delete from DBSTATTORA
    ERROR at line 1:
    ORA-00942: table or view does not exist
    ... and it show me that error message.
    This is strange because when I go to transaction SE14 and check the DBSTATTORA I see that table exist and contain a lot of entries!
    Why this is happened in SQL Plus!? I´m running the correct SQL statement for doing this type of task or not?
    How can I delete the entries of that tables? Can I do that using the transaction SE14?
    Can you help me please?
    Thank you,
    samid raif

    Hello
    sqlplus /nolog
    SQL> connect /as sysdba
    SQL> delete from DBSTATTORA;
    delete from DBSTATTORA
    ERROR at line 1:
    ORA-00942: table or view does not exist
    It doesn't surprise me as you are not mentioning the schema name here. Instead it should be
    delete from SAPSR3.DBSTATTORA;
    Assuming the schema owner is SAPSR3. if the owner is different then replace that with the correct one.
    Regards
    RB

  • Display Columns from WBS and Activities in the same Report

    Does anyone know how to display Columns from a WBS and an Activity together so that they can be output to Excel?
    I need WBS Code, Actual Start, Actual Finish and Performance % Complete from the WBS and Activity Codes from Activities.
    I can produce them in a report but this gives me all the activities in a heirarchical format which then necessitates deleting the activity lines in Excel
    The Performance % complete which I want is available in Activities at the Summary Level but the Activity Codes are not at this level
    I could put the Activity Codes in as Project Codes at the WBS level but this will require a lot of maintenance
    Maybe someone knows an easy way to do this?
    John
    Edited by: user9088233 on Feb 3, 2010 11:50 PM

    user9088233,
    Your request interested me so I gave it the old college try. There are several ways to go about this task but here's one that is fairly quick and easy.
    I carefully read your description of what you need from P6. I've built a test layout using the fields that you outlined. Here's what I came up with. This should bypass the issue of having to create a P6 export. My solution is to build a customized layout in P6 and copy that info and paste it into an Excel spreadsheet.+
    Open P6
    Open neccessary projects & open a new layout containing these columns:
    ....Project, WBS,Activity ID, Activity Name, Perf. %, & (any codes or user defined codes)
    Group & Sort by: Project, WBS
    ....*Display Options* = "Show Group Totals" & "Show Summaries Only", Choose "OK"
    ....*Edit*, Select, All, Copy
    Open Excel
    ....Paste Highlighted data into your new worksheet.
    Hope this helps but it's usually hard to understand exactly what you need unless I can view your data,
    Good Luck & let me know how it turns out,
    p3_scheduler
    Edited by: p3_scheduler on Feb 8, 2010 2:40 PM

  • How to revert the released activities from NWDI

    Hi everyone,
    By mistake wrong activities are released from NWDI track.Now we want them to revert back so that we revert back to actual source code.
    Is it possible to revert the released activities from NWDI (CMS or CBS) ?
    if not what process we have to follow to get it ridoff the unwanted activities ?
    Regards,
    Govindu
    Edited by: Govindu Nagotla on Jan 26, 2012 9:08 PM

    Hi,
    you can use track connections.
    Best Practices: Track design for ongoing development
    Best Practices for NWDI: Track design for ongoing development
    Regards,
    Ervin

  • Ok, so I want to buy the new iPod touch 5g this week and I have an iPhone 4. I want to transfer all the data from the phone to the iPod and have the files the exact same. I don't want to redo data, say erase game data (campaigns, achievements)...

    Ok, so I want to buy the new iPod touch 5g this week and I have an iPhone 4. I want to transfer all the data from the iPhone to the iPod and have the files the exact same. I don't want to redo data, say erase game data (campaigns, achievements)... I have apps that have very important data on them and if I sync it to iTunes and then transfer all that data to the iPod Touch 5g, will that erase app data?

    iOS: Transferring information from your current iPhone, iPad, or iPod touch to a new device

  • Creation of sales document (DMR, CMR) from the archived billing document

    Hi all
    I read somewhere that one of the functionality in EHP3 is we can create sales document like debit memo request and credit memo request from the archived billing document. I am working on EHP3 system only but i am not able to create the sales document. the system throws an error that billing document doesnt exist
    If any one of you have worked on such functionality kindly suggest me why its not happening here also let me know Is ther any customization required for the execution of this functionality in spro.

    hi,
    the help says:
    You can use this business function to further optimize your electronic Sales and Billing Processes.
    Electronic data archiving regulations result in a high volume of data for sales documents and require invoices to be archived at an early stage. You can integrate archived billing documents in your business processes more easily. Since you still have electronic access to archived invoices during the sales process, you can manage archiving without delay and execute further sales processes electronically.
    You can more efficiently use the rebate agreements from SAP ERP for your marketing activities. In particular, customers who use SAP CRM (Trade Promotion Management) with a large volume of data for campaigns, target groups, and product segments can define a custom-made logic for their rebate determination and thus avoid potential database problems.
    Integration
    To implement the logic for rebate processing in SAP ERP, you use the Enhancements for Rebate Processing Business Add-In (BAdI). For more information, see the Implementation Guide (IMG) under  Sales and Distribution  Billing  Rebate Processing  Business Add-Ins (BAdIs)  Enhancements for Rebate Processing .
    Prerequisites
    You have activated the Logistics: S&D Simplification (SD_01) business function.
    Features
    You can integrate archived billing documents in your business processes as follows:
    Create sales documents with reference to archived billing documents, such as credit memo and debit memo requests.
    Display archived billing documents.
    When you do either of these steps, the system first looks for the invoice in the database and then in the archive.
    For the sales employee, the processing steps are identical, regardless of where the sales document is stored. As soon as the sales employee processes an archived billing document, they see the relevant information in the message line as well as in the title of the function.
    For rebate processing, you can store your company's check logic in the interface of the Business Add-In (BAdI) Enhancements for Rebate Processing.
    So check if you have activated the business function.
    I hope this helps.
    Balazs

  • Activity Documents Generated from a Campaign

    This question may be more appropriate for the ABAP board but as it's CRM I thought I would ask on here first.
    Is there a function module that exists that will return the document flow i.e. all activities generated from a Campaign?
    For example in the Marketing Planner you can select the object services menu drop down and select 'Relationships'.
    This then lists the Activity documents related to this campaign element.
    Any help/advice appreciated.
    Thanks
    David

    This question may be more appropriate for the ABAP board but as it's CRM I thought I would ask on here first.
    Is there a function module that exists that will return the document flow i.e. all activities generated from a Campaign?
    For example in the Marketing Planner you can select the object services menu drop down and select 'Relationships'.
    This then lists the Activity documents related to this campaign element.
    Any help/advice appreciated.
    Thanks
    David

  • Why Does iTunes Continuously Read From the Hard-drive?

    Hi. I have recently discovered an odd behaviour from iTunes: instead of reading an entire song from the harddrive and storing it in ram during playback, iTunes reads small chunks of data very frequently. For example, when playing a 128Kbps song the HD reads 68KB chunks approximately every 3 seconds, and when playing lossless WAVE files the HD is constantly reading at 200KB/s. I found this out by having iTunes open and playing music while having all other programs closed, and monitoring the disk activity from Activity Monitor (and I'm sure that it's iTunes that was reading from the HD because when the music was paused the HD was idle).
    So, my question is why would iTunes do this? This seems like an extremely inefficient use of the harddrive for several reasons:
    - Constantly reading small chunks from the HD uses much more power than reading large chunks infrequently because idle hard-drives use much less power than active hard-drives
    - This will slow down other applications that need to make heavy use of the HD because iTunes will be constantly interrupting anything else that is using the disk (this is especially true for Photoshop or any other program that uses lots of swapfile space)
    - It puts unnecessary wear on the HD heads
    - It is dangerous for laptops, which can easily get thrown around or bumped. Momentarily reading a large chunk of data and leaving the HD idle for the majority of the time will be much safer for the HD heads
    - Hard-drive-based portable music players read large chunks of data infrequently because it is well-known that this saves power and protects the HD in these devices.
    So... is there any reason that iTunes is exempt from these reasons??
    -Eric

    I too have wondered about this. You'd think with 1.5GB RAM that itunes would take 3MB of it and leave my drive alone for a few minutes. I don't really feel comfortable doing drive intensive activities such as file copying while itunes is running.

  • For some reason I am unable to load the updates from the App Store for ever notes. When I try to, I am told I am already on a new version, which in fact is not the case. Anyone else with exposure to this? I have also written to Evernote and App Store

    Similar configuration and circumstances incuding unexplaining lag time in keyboard and mouse both just s
    s
    Check your purchase history and see what shows?  Check to see if your Apple ID has had any pw changes recently and if it is still registered as before.  I found some unsual anomolies is this area where and Apple ID fail off the radar screen apparently and then reappeared and that was for I Tunes.  I am having the same problem with App Store as I did a recent wipe of my Mac OSX hard drive and I Pad 2.  Initially it appeared  a gap in records, so where are the other apps i know i purchased, then with I Tunes, restrictions around ability to download music on my Mac, which I had been doing all year, and transfer to I Pad 2 or I Phone, which i had been doing all year long as wll.  The I Tunes matter has gotten better, but I've engaged Express Support, Contacted Store, and others, have not received a definte explanation yet
    From an App Store perspective, I noticed at least 50% discrepancy verus what I have bought and what they had showing. Again, some i think will be linked to the disappearing and reappearing Apple ID  which i can only assume is a sporadic database issue, but quite stratling and problematic if you need your apps restored quicly.
    I have a similar configuration, plus had Lion Server, have not reinstalled server yet, awaiting stabiliztion of OSX, but i think that may have some relevance to the location of a variety of the elusive content, but only a hunch at this point.
    There are a number of virus elements which have not been picked up consistently. Some operating as bots within a platform where they actually take charge of certain activites and it becomes a struggle to rid them. I am using  Kaspersaky Universal One which has helped some we had over 17 threats in 1 hour yesterday, but they diffused them.  I've got so many odd issues happening now like downloads directed to the wrong folders for major loads to typing locking up  on both blue tooth and usb but i notice a quick switch makes a difference.  Hint Hint, so i feel like I am in the Bermuda Triangle right now with so many strange things happeining including the post below about Evernote, same here.  Pay close attention to Virus, Malware, and check your log files for unusual activities and and also watch your key chains closley for any attacks. Some of the problems i have encountered actually involve activities taking place within sttps: sessions, so I think a number of things are going on that require an intense focus from the user, Apple Tech and Security and outside resources, because it is becoming more widespread and even though I believe some can be explained relative to user error and lack of familierity, some cannot as the timing and acceleration is to coincendental in my humble opionion.  Hope these areas to look for offer some resolution for you as well as some insight into other areas that could be problematic if not closley monitored.

    I think not the question, but "What is your issue"?  Afraid to learn the truth of today's reality of Cyber threats and to give other community users the the benefits of such or too just mimize my response as a "wandering rant" ?
    I'm actually going to take the high road on this one "for the most part" in contrast to the response you provided to me which reflects your seemingly low road mentallity and lack of appreciation for a new member simply trying to add some value based on recent and current real world experience:
    1) I am a new community member and inadvertently may have submitted a response to a problem i saw versus submitting a question; however, i quickly noted that point.
    2) I selected Mac OSX 10.7.3 Lion, Lion Server and other products ( that's right, i do own Apple products) for their resiliency to virus, malware, and for their peformance, design and reputation. I still believe I made the right decison.
    However, I take exception to your inherent criticism and vailed insults on behalf of myself and the large number of excellent Apple Support representatives, many Sr. Advisors, and External Virus/Malware experts engaged, at the suggestion of Apple and others to help resolve my system issues.
    Downloading of Apps from AppStore, I Tunes, and Evernotes were in one way or another impacted by these virus, malware and hacker activites.  To the credit of Apple, i have not found a single fradulent transaction, however the trouble makers had broader objectives which have caused problems and easily could many others both consumer and enterprise class. Given ongoing criminal investigation, l'll keep those particlualrs confined
    If you actually took time to read my "rant" versus simply belittiling and criticizing my sincere efforts to help somone else you would see there are some meaningful points to take into consideration. You want the post removed, feel free, it only shows to further reflect your naivety and lack of consideration for others unless it suits your myopic and narrow minded perspective to the real cyber threats we all "can" face. Even selecting Mac arguably one of the very best platforms, still does not afford you the flexibiity to assume you or your company, as in my case, is immune.
    If i told you the specifics, of course, it would clearly be beyond your comprehension as your mind is obviously too closed to even consider the thought let alone understand the intricacies of their tools and tactics. Write to the Wall Street, NY Times, you suggest; please, you simply bury your self further in the sand by haphazardly suggesting such a foolish idea. Just another petty attempt to diminish the threat and again show your lack of respect for a quality company and organizaton as Apple who is aggressively working to address my concerns and plan for the next product release without giving up IP and wasting time answering to the media when there is real work to be done industry wide.
    In contrast, I will let Apple to what Apple does best...get it or still not ??  See, they have seen for a long time what you clearly don't, and that is that no system is ever perfect. That is why Mountain Lion will have a NextGen Firewall & associated tools a.k.a Cyber Castle, which has been under  development for sometime and reviewed by industry experts before release so as usual Apple will do their very best to get it right and will again be advanced in many ways ahead of the pack.
    So, i've wasted too much important time trying to open your eyes to reallity. When you wake up in the morning, remove your head from the sand and wipe the grains from your eyes, have a read of this....oh, and don't bother responding or apologizing.  As you said, it's not worth your time to hear from me; in contrast, I felt it was worth my time to keep you from misleading others by your lack of respect for the real Cyber threats we face and that any system designed can be penetrated if the bad guys want in bad enough.  Time to get real Sand-man.....

  • Any hints of how to exclude these lines from the following BEx output?

    Hi,
    I have a BEx report which outputs the following shipment activities, showing Doc and Items numbers, Requested and Received dates, actual and PO quantities.
    DocNoItmNoReqDate-RcvdDate-PO_Qty-Act_Qty---TB%
    1101-----5--12/10/05-12/5/05020--
    80
    1101-----5--12/10/05#00--80
    1101-----5--12/10/05#200--
    80
    1101-----7--12/10/05-12/5/05030--
    50
    1101-----7--12/10/05-12/8/0505--
    50
    1101-----7--12/10/05#00--50
    1101-----7--12/10/05#350--
    50
    Somehow, I am getting some activity lines which I do not understand but do not want in the output. Those are the lines which show u201CPO_Qty = 0 AND Act_Qty = 0 at the same time.u201D i.e. the highlighted lines.
    Any hint on how to eliminate the highlighted lines from the output?
    I played with calculated key figures but could not reason it out.
    Thanks

    DocNoItmNoReqDate-RcvdDate-PO_Qty-Act_Qty---  Formula                        TB%                                                                               
    PO QTY + ACT QTY
    1101-----5--12/10/05-12/5/05020-----               20                        -
    80
    1101-----5--12/10/05#00--                 0                         -80
    1101-----5--12/10/05#200-----                  20                     -
    80
    1101-----7--12/10/05-12/5/05030-----                30                      -
    50
    1101-----7--12/10/05-12/8/0505--
                    5                         -
    50
    1101-----7--12/10/05#00-----                  0                         -50
    1101-----7--12/10/05#350-----                 35                        -
    50
    Create Conditions over the Formula. Since the sum would be always 0 only when both the KF's are zero I think you can create condition over this formula.
    Would this help?
    Regards
    VJ

Maybe you are looking for