Is there any field named Promo Code or Promotion or Assignment (BI related)

Hi All,
I need to search any database table field having description Promo Code or Promotion or Assignment. As we dont know anything else so if anyone know anything about the same , then please reply.
Regards,
Neha.

Hi All,
I need to search any database table field having description Promo Code or Promotion or Assignment. As we dont know anything else so if anyone know anything about the same , then please reply.
Regards,
Neha.

Similar Messages

  • Is there any limit on JavaScript code used in forms?

    Hi,
    Is there any limit on JavaScript code that we can put in the submit button JavaScript Event Handler's 'onClick' event ?
    I have a code wherein I am calling alert 100 times , but till 90 times it works and if I include the last
    10 alerts in the code , it gives :
    "Exception from wwv_generate_component.build_procedure(WWV-01821) unable to
    generate UI form: ORA-06502: PL/SQL: numeric or calue error: character string
    buffer too small(WWV-16409)"
    Any help would be appreciated.
    Thanks and regards.
    Neeti.

    Hi Ketan,
    If your code can be put inside of a separate JavaScript function, you could either include the function inside of your template or write a separate PL/SQL procedure to print out your JavaScript onto your HTML page using the HTP.P() command (this would need to be called inside of your form).
    Regards Michael

  • Stock Transfer Order, is there any field called "commit to ship"

    Dear Experts,
    While doing Stock Transfer Order, is there any field called "commit to ship"  which means that the qty is confirmed to transfer from Plant A to B.
    Regards

    I am not sure exact field are you reffering in PO there is commited qty in delivery schedule tab this will shows commited qty in po once qty confirmed

  • Is there any field for shop on behalf indicator.

    Hi,
    My requirement is to find out whether the shopping cart is shop on behalf or normal shop scenario . Is there any field or any table where in i can get whether sc is shop on behalf SC or normal shop scenario SC.
    Regards,
    Neelima.

    hi
    Please check in the Table : CRMD_ORDERADM_H  for the shopping cart the name of the creator .
    from that you can findout whether who has created the SC
    (or) check in PPOSA_BBP for the particular user in the Attribute tab for the attribute :requistioner.
    Regards
    G.Ganesh Kumar

  • Is there any Specific naming standards needs to be followed ?

    Hi ,
    Is there any Specific naming standards needs to be followed while in the PL/SQL Programming.
    Please help me out , If any one have any documentation for the same.
    Please mail me @ [email protected]
    Regards
    raja K

    Hold it right there, Mister! Are you planning on another endless "please mail me too"-thread, hah? Wasn't PL/SQL Coding Standards bad enough?
    C.

  • Is there any field " Batch number index" in Batch Management

    Hi
    Is there any field " Batch number index" in Batch Management.
    My clients requirement:
    Currently  raw material batch allocation to the process orders is based on batch number index. Clent does not enter manufacturers date when materials are received and hence the numeric batch number serves FIFO correctly based on batch creation date.
    Change needed -  Planning to change the business process to enter the manufacturers date for each raw material batch receipt so that Shelf Life Expiry Date comes in to play and expired dated raw material does not go into Process production.
    Is there any other solution linked or not linked to the above "Batch number index" ??
    Kindly reply ASAP
    cheers
    Maruthi Ram

    hi,
    Hope Charge Number is the Batch Number.
    May be i am wrong.
    Reward points if it is helpful.
    Regards,
    Sangeetha.A

  • Is there any field on waste packaging information in MM03

    Please help me in finding any field on waste packaging information in MM03. If it is there please let me know in which view we can find it, if not let me know where else i can find information on Waste packaging.

    Hi Vinod,
    If i got you right,  you need the information on Packing material in material master, if this is the case then go to
    Material Master - Basic data1- Packaging Material Data here you get to see
    1) )Material group packing material -  here grouping of materials which require same kind of packing is done.
    2)  Reference material for material packing - here material number is given which is to be packed with the similar packing and there should be a material master record for the reference material.
    3) Product composition - if you check ithis tab then composition gets  printed on packing      
    For example - say you have two material X(glass bottles) and y( glass jars) since these two are one of a kind they require same kind of packing.
    hope this will help you
    Thanks
    Abdul

  • Is there any profiles let my code work effect but don't bounce server?

    Hi all,
    I shoule add some functions to a standard page in r12.
    As we can only debug on server.
    It's so trouble that i should bounce server frequently after update code.
    Is there any profiles or parameters let my code work effect but don't bounce server?
    thanks ,
    Tao

    Hi Tao,
    I wish it were like that!
    It also depends on the type of changes you are deploying. If you have MDS related changes, them only importing the files should b e enough(at times though you still need to bounce server). In case of BC4J files, there is no other option.
    Regards
    Sumit

  • Is there any kind of TIME CODE app for iMovie?

    It would be so much easier to edit, if you had a time code on, especially, things like long interviews. Am I missing something? It seems so obvious that this would be very useful. I have a Sony AVCHD camcorder, and the clock is set. Is there a data code I should be seeing, or is there a way to add it to the events?
    Thank you.

    There is no professional time code as in Final Cut Pro.
    However, you can see the time metadata by clicking View/Display Playhead Information. When you cursor over your event, you will see the timecodes.
    Also, it is helpful to go into iMovie/Preferences and put a check next to "Display Time as hh:mm:ss:frames". This lets you edit to the nearest frame (1/30th of a second). Without this checked you can only edit to the nearest tenth.
    For long interviews, be sure to check out the [Cutaway function.|http://www.kenstone.net/fcphomepage/imovie_09stone.html#cutaway%20pip]

  • Is there any way to color code my eMail folders?

    Good Evening All...
    I was wondering if I had missed something or if there was some freeware, shareware or inexpensive third party software, in that order that allows on the color code my eMail folders. I have to save a dread deal of my eMail and a method color coding would add in finding something down the road.
    Just a through or two
    As always, thanks in advance to those who replay and to all have a great 4th, stay safe and stay away from using "Bush Gas" as much as possible <GRIN>
    Rich

    Hi!
    Both questions have asked many times. Have a look at older threads.

  • Is there any alternative for this code to increase performance

    hi, i want alternate code for this to increase performance.
    DATA : BEGIN OF itab OCCURS 0,
                  matnr LIKE zcst-zmatnr,
                 checked TYPE i,
                 defected TYPE i,
               end of itab.
    SELECT DISTINCT zmatnr FROM zcst INTO TABLE itab WHERE
       zmatnr IN s_matnr AND
          zwerks EQ p_plant AND
          zcastpd IN s_castpd AND
          zcatg IN s_categ.
    LOOP AT itab.
        ind = sy-tabix.
    SELECT COUNT( DISTINCT zcst~zcastn )
           FROM zcst INNER JOIN zvtrans
           ON ( zcstzcastn = zvtranszcastn AND
                zcstzmatnr = zvtranszmatnr AND
                zcstzwerks = zvtranszwerks AND
                zcstgjahr  = zvtransgjahr )
           INTO itab-checked
           WHERE
               zcst~zmatnr = itab-matnr AND
               zcst~zwerks EQ p_plant AND
               zcastpd IN s_castpd AND
               zcatg IN s_categ.
    SELECT COUNT( DISTINCT zcst~zcastn )
          FROM zcst INNER JOIN zvtrans
          ON ( zcstzcastn = zvtranszcastn AND
               zcstzmatnr = zvtranszmatnr AND
               zcstzwerks = zvtranszwerks AND
               zcstgjahr  = zvtransgjahr )
          INTO itab-defected
          WHERE
              zcst~zmatnr = itab-matnr AND
              zcst~zwerks EQ p_plant AND
              zcastpd IN s_castpd AND
              zcatg IN s_categ AND
              zvtrans~zdcode <> '   '.
      MODIFY itab INDEX ind.
      ENDLOOP.
    i think, select within loop is reducing the performance
    pls reply

    Hi,
    types : BEGIN OF t_itab ,
        matnr LIKE zcst-zmatnr,
       checked TYPE i,
       defected TYPE i,
    end of t_itab.
    data : itab type table of t_itab,
             wa_itab type t_itab.
    and instead of looping as in ur code try to use for all entries and
    use nested loop.

  • Is there any unique per pc code(static) that Java can retrieve??

    Hi
    I need to find a unique code (eg maybe cpu or motherboard serial??) on pc via Java.
    HDD serials are only unique per batch of them coming out of the factory.
    If anyone has some idea as to how this might be achieved, that would be awesome!
    But, if Im clueless in my optimism I also need to know, I can humbly accept that ;-)
    Thanks either way!

    I need to find a unique code (eg maybe cpu or motherboard serial??) on pc via Java.
    Does the unique code you are seeking need to be bound to the available hardware on the machine or just so long as it is unique?
    Assuming that the need is simply to be unique, maybe this will help give you a start:
    import java.io.ByteArrayOutputStream;
    import java.io.IOException;
    import java.io.ObjectOutputStream;
    import java.io.Serializable;
    import java.net.InetAddress;
    import java.net.UnknownHostException;
    import java.rmi.server.UID;
    import java.security.NoSuchAlgorithmException;
    import java.security.SecureRandom;
            try
                UID                   id          = new UID();
                String                ip          = InetAddress.getLocalHost().getHostAddress();
                long                  now         = System.currentTimeMillis();
                long                  totalMemory = Runtime.getRuntime().totalMemory();
                long                  freeMemory  = Runtime.getRuntime().freeMemory();
                ByteArrayOutputStream bytes = new ByteArrayOutputStream();
                ObjectOutputStream    out   = new ObjectOutputStream(bytes);
                out.writeBytes(id.toString());
                out.writeBytes(ip);
                out.writeLong(now);
                out.writeLong(totalMemory);
                out.writeLong(freeMemory);
                out.flush();
                out.close();
                randomizer = SecureRandom.getInstance("SHA1PRNG");
                randomizer.setSeed(bytes.toByteArray());
            catch (UnknownHostException e)
            catch (IOException e)
            catch (NoSuchAlgorithmException e)
            }I am not sure just how unique of a code this would actually generate however...

  • Are there any BC client promo videos?

    I have a potential client and I would like to send them a link to a Business Catalyst client promotional video.  Most of the promotional videos I have found are for the designer, but I would like to be able to show my potential client the BC benefits in a video.

    Hi Sim085...How are you?
    So look this:
    http://forum.java.sun.com/thread.jspa?threadID=5148926&tstart=75
    I don�t know if is what you want...but I hope in this^^
    Ok man...If you have one example for help you is better.
    [ ]

  • Is there any BAPI for T-CODE:XK05?

    The same as the title. Thanks!

    Hi,
    1.Execute tcode xk05 find a package.
    2.execute se80 provide package name
    extend BUSINES ENGINERING
    BUSINESS OBJECT TYPES
    METHODS SELECT RELEASED ONE
    DOUBLE CLICK ON RELEASED METHOD
    ONE WINDOW WILL OPEN
    CLICK ON ABAP TAB
    HERE U WILL GET BAPI FOR U R TCODE.
    This is the way to find a BAPI for a prticular tcode.
    Thanks&Regards,
    Phani.

  • Is there any Nokia UK Promo going on now?

    I was sent a message that I won £70,000. That I should send my data to nokiaclaim.com to claim my gift.

    No ..
    Refer the threads HERE for more on this ..

Maybe you are looking for