Table which stores both creator and requestor names

Hi Experts,
We are using SRM 7.0 with extended classic scenario.We got a requirement that when Shopping cart rejected  then rejection email should go to both creator and requestor in case of Shop on behalf.
But as per standard SRM rejection email going only to requestor.As we are trying to figure out how to trigger the mail to creator aswell,
Can some one help with the table name if any which stores both creator and requestor names so that we try to build some logic.
Thanks in advance.
Regards,
Kalyani

Hi Sankara,
Thanks for your response.
Yes i checked the FM bbp_pd_sc_getdetails it didn't solved the purpose.
Thanks.
Regards,
Kalyani

Similar Messages

  • Trigger Email to SC Requestor when SC Creator and Requestor are different

    Hi SRM Gurus,
    I need to trigger an email to SC Requestor when the SC Creator and Requestor are different.
    I searched in the forum but i couldn't get any details related to this.
    Please throw some light on this.
    Thank You.
    With Regards,
    P.Arunkumar

    Hi,
    A couple of approaches are possible:
    1) Incorporate the check into the approval-workflows. The information you need (both creator and requestor) are in the business-object (bus2121). This will require someone with knowledge of workflow, but it's not really all that difficult. Note that you use a notification-task and not a workitem to inform the requestor (you want them to get an email with info, not a workitem like an approver gets).
    Check out the workflow WS10400051 which is used at the end of all SC-workflows. It already contains checks on "sending mail" to approvers, reviewers etc. and a sub-workflow to generate mails to these agents. This would be an "easy" place to add your check and your mail-sending.
    2) Create a Z-copy of the BUS2121 and adapt the setreleased-function to handle sending the mail (less work but more invasive).
    If you have further questions, please report. I will check this thread in the coming time.
    If this helps you, please awards points.

  • Table which Stores Program, and its source code

    Dear All,
    Can you please let me know the tables which stores program names,its variant, soruce code and related information.
    Appreciate your early help

    Hi,
    check this FM : SVRS_GET_REPS_FROM_OBJECT. you can get all the information about programs.
    code sample
    DATA :repos_tab_old      LIKE     abaptxt255 OCCURS 0 WITH HEADER LINE,
           trdir_tab_old      LIKE     trdir OCCURS 0 WITH HEADER LINE.
    DATA : object_name     LIKE     vrsd-objname,
           object_type     LIKE     vrsd-objtype,
           versno            LIKE     vrsd-versno,
           destination     LIKE     rfcdes-rfcdest.
           CALL FUNCTION 'SVRS_GET_REPS_FROM_OBJECT'
              EXPORTING
                object_name       = object_name
                object_type       = object_type
                versno            = versno
        DESTINATION       = ' '
              TABLES
                repos_tab         = repos_tab_old
                trdir_tab         = trdir_tab_old
             EXCEPTIONS
               no_version        = 1
               OTHERS            = 2
            IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
            ENDIF.
    Laxman

  • Name of the table which stores all the cubes

    hi all,
    can any one of you give me the name of the table which stores all the names of the cubes which are been using in the system.
    and please give me the way of finding it also.

    hi Antony,
    the table is RSDCUBE, and RSDCUBET is the text table
    also check related tables RSDCUBE*,
    you can open 2 sessions, one run ST05 and activate sql trace,
    another session right click infocube and 'change' or display,
    then go back to ST05 session, and deactivate trace, and display trace
    a list of tables will come out.
    hope this helps.

  • Table which stores SO36 details?

    Hi Friends,
    I want to know the table which stores the internet email address that is stored by user thru Tcode SO36.
    ( same can be maintained thru SBWP->Settings->Office settings->Automatic forwarding )
    Purpose: i want to know User Id - Vs - email addr entered. As some users have maintained email id of other's, causing confusion.
    Any info on this is highly appreciated.
    Regards,
    Simha

    Hi Mate,
    Its not a straight forward way we can zeroin on the details.
    I searched many tables ( i don't remember them )
    but do a search in forums with 'Tables involve in SO36' and you would get a thread which states many tables. just look into one by one.
    (I am not able to paste the link here)
    i even used one FM which gets the mail id stored for the given user id. i don't remember the fm name.
    Regards,
    Simha

  • Need config table which stores data for Vendor Master changes

    Hi Gurus,
    I need to have the name of the config tables which store the details of the Vendor Master configuration changes based on account group information.
    For Example,
    For a given Account Group(ZM09), the VAT Registration field in the control data tab of the transaction XK02 is suppressed. and for other Account Groups the VAT Registration field is appearing in the Control data tab of the XK02 transaction.
    So I need to determine at run time for which vendor account group the VAT Reg field is suppressed and for which it is appearing.
    Hence I require the name of the Config table in SAP which stores this information.

    Hi,
    Use this transaction S_ALR_87010039 (Program RFKABL00)
    You can select all levels of changes (i.e. General, Company Code, purchasing org)or individual levels only.
    If you want the tables then CDHDR & CDPOS will provide all the details.
    Regards
    Hiren K.Chitalia

  • Hi Guru Can we Delete transparent table which store Temperaroy data.

    Hi Guru,
    Can any tell me i want to delete data from transparant table which store temperaroy data in table ARFCSDATA (ARFC Call Data (Callers) ) and ARFCSSTATE (Description of ARFC Call Status (Send)) from production server.
    Basically it stores Temp data. Any effect in production server.
    Can we delete or no . Please help me out .
    Points will rewarded.
    Thanks
    Jagnesh

    Hi,
        Try doing by using the transaction SM58. Give the date parameter and user name parameter as space. and execute it. this gives the list of errors occurred and will be equivalent to the number of entries in the table mentioned. you can select the one you want to delete and click on delete icon.
    Rewards points if it is helpful.
    Thanks,
    Prasanna

  • I need to implement Drag N Drop between two tables which saves both records

    I need to implement Drag N Drop between two tables which saves both records in a third page, by using drag n drop.

    check this video http://baigsorcl.blogspot.com/2011/01/drag-and-drop-collection-in-oracle-adf.html

  • Tables that store Schemas, PCRs and Features

    Hi All,
    I wanted to check with al you, if there are any tables which store all the Schemas, PCRs and Features in one place.
    If yes, it would be very helpful if you can share these tables.
    Thanks in advance !!
    Naveen

    Hi Naveen,
    Table for Payroll schemas are
    T52C0  and   T52C1 and
    Table  T52C5   for  Personnel Calculation Rules 
    and table T549D for Feature Directory 
    Warm Regards,
    Kapil Kaushal

  • Table which stores the dates in different languages.

    Hi experts,
    Do we have any table which stores dates in different languages
    like
    December in EN
    Dezemer in  DE.

    Hi,
    You may use T247 table for this getting the name of the month(LTX feild) as per the language specified.
    Rewards if useful,
    Regards,
    Saurabh

  • Is there any standard SAP table which stores the license number assigned to a delivery item

    Hi Experts,
    This is in relation to license number assigned to a delivery item under ‘Export License Log’. Our scenario is for delivery of type NLCC created for an inter-company stock transport order. (i.e.not a sales order case where the license may get copied from sales order to delivery through copy control)
    As we understand, for legal control – relevant scenarios, export license for each item shall be determined afresh every time the delivery is accessed. (Depending on legal regulation, grouping, destination country, export control class, delivery partners vis-à-vis license master customer assignments etc.)
    To print the license text on one of the delivery output types, we want to access the license number for each item. (determined under export license log)
    Our question is:  is there any standard SAP table which stores the license number assigned to a delivery item?
    We have checked some of the license tables (T606*, VAEX, EMXX etc.) but couldn’t get any specific table storing delivery-item-specific license data.
    Helpful answers Text Removed
    Regards,
    Jagan
    Message was edited by: G Lakshmipathi
    Dont add such text in your post

    Hi Lakshmipathi,
    The export control log can be accessed by going to delivery Extras-> Export license log
    We need a table that stores the determined license for each item in a delivery document ( as shown in the below screenshot)
    Regards,
    Jagan

  • Both type and assembly name must be specified

    Hi All,
    I have 3rd party dll, I am adding the ref to it in my project.
    I have created a wrapper class for one of the 3rd part dll class, my wrapper class is inheriting for IPofSerializer and serilizing the object.
    In my pof-config.xml file I have created a new user-type for the class in the 3rd party dll.
    <pof-config xmlns="http://schemas.tangosol.com/pof">
    <user-type-list>
    <!-- include all "standard" Coherence POF user types -->
    <include>assembly://Coherence/Tangosol.Config/coherence-pof-config.xml</include>
    <!-- include all application POF user types -->
    <user-type>
    <type-id>1002</type-id>
    <class-name>DCBOMLib.DCStockMarketClass</class-name>
    </user-type>
    </user-type-list>
    </pof-config>
    While starting the Cache i am getting the error "Both type and assembly name must be specified", where so i find the assembly info for the type DCBOMLib.DCStockMarketClass(its a 3rd party dll)
    Regards,
    Akhil

    Hi,
    Thanks for the reply, pls find some more details below:
    1. Contents of pof-config.xml
    <pof-config xmlns="http://schemas.tangosol.com/pof">
    <user-type-list>
    <!-- include all "standard" Coherence POF user types -->
    <include>assembly://Coherence/Tangosol.Config/coherence-pof-config.xml</include>
    <!-- include all application POF user types -->
    <user-type>
    <type-id>1001</type-id>
    <class-name>Examples.ContactInfo,ContactCache.Windows </class-name>
    <serializer>
    <class-name>Examples.ContactInfoSer, ContactCache.Windows</class-name>
    </serializer>
    </user-type>
    <user-type>
    <type-id>1002</type-id>
    <class-name>DCBOMLib.DCStockMarketClass, Interop.DCBOMLib</class-name>
    </user-type>
    </user-type-list>
    <allow-interfaces>true</allow-interfaces>
    <allow-subclasses>true</allow-subclasses>
    </pof-config>
    If i dont specify type-id 1002 it says unknown user type DCBOMLib.DCStockMarketClass
    2. Pls find the code
    public class ContactInfoSer : IPofSerializer
    public object Deserialize(IPofReader reader)
    string Name = reader.ReadString(0);
    string Street = reader.ReadString(1);
    string City = reader.ReadString(2);
    string State = reader.ReadString(3);
    string Zip = reader.ReadString(4);
    DCBOMLib.DCStockMarketClass DCSCM = (DCBOMLib.DCStockMarketClass)reader.ReadObject(5);
    reader.ReadRemainder();
    return new ContactInfo(Name, Street, City, State, Zip, DCSCM);
    public void Serialize(IPofWriter outo, object o)
    ContactInfo cinfo = (ContactInfo) o;
    outo.WriteString(0, cinfo.Name);
    outo.WriteString(1, cinfo.Street);
    outo.WriteString(2, cinfo.City);
    outo.WriteString(3, cinfo.State);
    outo.WriteString(4, cinfo.Zip);
    outo.WriteObject(5, cinfo.DCSCM);
    outo.WriteRemainder(null);
    During runtime I am getting following exception for the below code
    DCBOMLib.DCStockMarketClass dc = new DCBOMLib.DCStockMarketClass();
    ContactInfo contact = new ContactInfo(txtName.Text,
    txtStreet.Text,
    txtCity.Text,
    txtState.Text,
    txtZip.Text,dc);
    cache.Insert("124", contact);
    Exception -
    {"Missing IPofSerializer configuration (Config=file://Config\\pof-config.xml, Type-Id=1002, Type-Name=DCBOMLib.DCStockMarketClass, Interop.DCBOMLib)"}
    Is it required that the 3rd party dll having DCBOMLib.DCStockMarketClass should be inheriting from Serializable or Object?
    Regards,
    Akhil

  • What is the table which stores the SM04 currently active users data

    HI all,
    what is the table which stores the SM04 currently active users data in sap?
    plzzzzzzzzz help me..
    Thanks  all in advance ,
    Malti

    Hi,
    Pl. check in tables USR02/USR01 for the list of users & logon data.
    Regards,
    SDS

  • Tables which stores PRT details of QM inspection plans

    Hello All,
    I would like to know the tables which store the details of the Production Resource Tool (PRT) which are assigned to an activity in a QM Inspection plan?

    hi,
    try these tables:
    AFFH PRT assignment data for the work order
    CRVD_A Link of PRT to Document
    CRVD_B Link of Document to PRT
    CRVE_A Assignment PRT data - equipment
    CRVE_B Assignment equipment - PRT data
    CRVM_A Link of PRT data to a material
    CRVS_A Relationship of PRT internal number to PRT external number
    CRVS_B Relationship of PRT external number to PRT internal number
    Customizing tables:
    TCF02 PRT categories
    TCF03 Texts for the production resources/tools category
    TCF04 Status of the PRT master
    TCF05 Language-dependent text table for PRT status
    TCF06 Field groups in the PRT master for reference
    TCF07 Language-dependent texts for field groups in PRT master
    TCF08 Assignment of PRT master fields to field groups
    TCF10 PRT control key
    TCF11 Language-dependent text table for PRT control keys
    TCF12 PRT group key
    TCF13 Language-dependent text table for PRT group keys
    I hope it helps
    arjun

  • Tables which stores Variables information

    Hi Gurus,
    I want to know how to find the vaiables information ???
    where can i find the complete information of the Variables of Bex reports . there must be tables which stores complete info.. right
    kindly help me in this regard
    Regards
    AK

    Hi,
    Below is the table whcih stores variables.
    V_RSZGLOBV
    Other tables for your refrence.
    RSZELTDIR
    Directory of the reporting component elements
    RSZELTTXT
    Texts of reporting component elements
    RSZELTXREF
    Directory of query element references
    RSRREPDIR
    Directory of all reports (Query GENUNIID)
    RSZCOMPDIR
    Directory of reporting components
    Assign points if it helps.
    Cheers,
    Malli.

Maybe you are looking for

  • What are the different types of parameters available in function builder an

    What are the different types of parameters available in function builder and where do we use them.

  • How can I register to Mozilla support? - simple link missing

    This is more of an observation (rather than a question) that IMO would require some attention from Mozilla as this (https://support.mozilla.org/en-US/questions/987165) seems to answer the issue. .. But since that can't be commented on I'll add that w

  • Documents shared from Pages only open in browser?

    I showed my wife how to use the new Share (collaboration) feature in Pages. She sent me a link to a Pages document via Messages, and I received the link in Messages. But clicking the link opens the file in Safari. While that is ok (it works),  I'd pr

  • Why does my launchpad background change automatically??

    i just fingered my launchpad background chagnes automatically. and also i found out that people say if u wanna change your background of laucnpad, you can just press option+command+control+b, i tried it several times and it works. but when the launch

  • Process that cannot be "killed"

    Hi, There is a process, "PocketCloudService" that I cannot finish even from terminal (kill PID), the response is "Operation not permitted". I did the same of killing proceses from terminal and it worked, but it doesn't with this process. It belonged