BAdi / ES in transaction CBIH82 to get Person Responsible

Hi,
In transaction CBIH82, I am having a requirement to send a mail to 'Person Responsible' when new entry is created. We can see person responsible by clicking on 'Safety Measure' button. I am using BAdi  - 'BADI_EHSI_IH_POST_COMMIT'. But I am not able to get Person Responsible in it. That BAdi seems to be for the main screen and does not catch data of the subsequent screen. Any idea of any other BAdi / ES which will give me data for 'Edit safety measure'.

Check these exits:
EHSIAHM1            EH&S: Menu Exit 1 for Incident/Accident Log Header
EHSIAHM2            EH&S: Menu Exit 2 for Incident/Accident Log Header
EHSIAPM1            EH&S: Menu Exit 1 for Incident/Accident Log Person
EHSIAPM2            EH&S: Menu Exit 2 for Incident/Accident Log Person
EHSMPHM1            EHS: Menu Exit 1 for Measurement Project Header Data
EHSMPHM2            EHS: Menu Exit 2 for Measurement Project Header Data
EHSMPJM1            EHS: Menu Exit 1 for Measurement Project Measurements
EHSMPJM2            EHS: Menu Exit 2 for Measurement Project Measurements
EHSSARA             EHS: Check/Edit Lines in SARA List Before Printout
Reddy
Edited by: V.V.Reddy on Apr 22, 2010 1:47 PM

Similar Messages

  • PM Order: Get Person Responsible

    Hi All.
    Does anybody know where the table is where I can find the personnel number and/or personnel name of the person responsible that links to a specific order?
    If I have the pernr, I know how to find the employee
    in the relevant HR table.
    I apppreciate any help.
    Sincerely
    Ryno

    Hi Ryno Boyens ,
    <b>1</b>.
    Use AUFK-ERNAM field .This is user ID of Who has created ORDER .
    <b>2</b>.
    Use Infotype table PA0105 (Communications IT).
    Get the PERNR from this table like this
    Select single PERNR
    from PA0105
    into l_pernr
    where subty = '0001'
      and usrid = AUFK-ERNAM
      and begda le sy-datum
      and endda ge sy-datum.
    <b>3</b>.
    The below is must.
      and begda le sy-datum
      and endda ge sy-datum.
    <b>4</b>.
    After getting PERNR from that table get emp name from PA0001
    Select single ENAME
    from PA0001
    into l_ename
    where pernr = l_pernr
      and begda le sy-datum
      and endda ge sy-datum.
    I think that it helps u .
    <b>Thanks
    Venkat.O</b>

  • Person Responsible for Corrective-Preventive action in Audit Management

    Hi,
    I am creating Corrective-Preventive action in audit (PLMD_AUDIT). I am using BAdi PLM_AUDIT_COR_UPDATE. I am getting all other info I need in it but not able to get person responsible (under 'Contact Persons' tab).
    Since the BAdi methods are 'before save' and 'update' we can not fetch from the database also.
    Can anyone help??

    Hi,
    If you want to get the list of CARs linked to audit , you can refer to bapis.
    BAPI_BUS20350_GET_DETAIL - pass the audit external id & guid to get the audit & CAPA details.
    BAPI_BUS20370_GET_DETAIL - pass the CAPA details
    Regards
    Keerthi

  • How to default Roles on Person Affected screen (transaction cbih82)

    Hi, Experts
    When an Iincident / Accident Log Entry of a specific type is created, I would like to default a few roles e.g. INJ / "Injured Person" on the persons affected screen in transaction CBIH82.
    Is there a USER EXIT to achieve this?
    Regards,
    Nhlanhla Ndlovu

    Hi Nhlanhla,
    There is an user exit "IAL_TYPE"  which you can assign against the "log entry type"  at "Specify Incident/Accident log entry types" in spro. But, this user exit performs a check function, which compares the number of persons affected with the Incident/Accident log entry type and outputs a warning if it finds inconsistencies.
    A reference function module "CBIH_LB14_IAL_UPD_CRE_CHECK" is assigned to this user exit at Basic Data & Tools>Basic settings> Manage user exits.
    For your requirement, you may probably use this reference function module as a template for defining your own logic.
    Regards,
    Pavan

  • Exit/Badi in the transaction of production order create or change (CO02)

    hi all,
    I need an exit/Badi in the transaction of production order create or change (preferably during SAVE).
    I want to change structure AFVGD-usr02,AFVGD-usr03 .
    <b>PPCO0007 Exit when saving production order</b>
    the exit is not applicable EXIT_SAPLCOZV_001 .

    Hi
    we around 200 exit for this tcode i found only three badi for this tcode.
    AFABD_CHANGE          Change Relationship
    CAUFVD_CHANGE        BAdI: Overall Network Scheduling with Selection Option
    SIDAT_UPDATE            Change date of price simulation.
    check with this goto se18 and F4 thn give the Package as CO.enter u get this three.
    reward pointd if use full

  • How to search for a BADI in a transaction

    Hi All,
    Please let me know the steps to find a BADI for a transaction.
    Thanks,
    Jaffer Ali.S

    check this.
    u can find BADI's in different ways...
    1>First go to any transaction->iN THE menu bar SYSTEM->STATUS->Get the program name ->double click->u will go to the program attached to the tcode.Now search term will be CALL CL_EXITHANDLER.Now u will get list of BADI'S available..
    2>Goto SE24->Give class name as CL_EXITHANDLER->Display->double click on get_instance mathod->Now u will go inside the method->Now put break point on the cl_exithandler.Now go to any transaction code and pass dat..U will see that it will be stopped on the break point which u set on the cl_exithandler...In the exit name u can find list of badi's attached to the tcode..
    There are multiple ways of searching for BADI.
    • Finding BADI Using CL_EXITHANDLER=>GET_INSTANCE
    • Finding BADI Using SQL Trace (TCODE-ST05).
    • Finding BADI Using Repository Information System (TCODE- SE84).
    1. Go to the Transaction, for which we want to find the BADI, take the example of Transaction VD02. Click on System->Status. Double click on the program name. Once inside the program search for ‘CL_EXITHANDLER=>GET_INSTANCE’.
    Make sure the radio button “In main program” is checked. A list of all the programs with call to the BADI’s will be listed.
    The export parameter ‘EXIT_NAME’ for the method GET_INSTANCE of class CL_EXITHANDLER will have the user exit assigned to it. The changing parameter ‘INSTANCE’ will have the interface assigned to it. Double click on the method to enter the source code.Definition of Instance would give you the Interface name.
    2. Start transaction ST05 (Performance Analysis).
    /people/alwin.vandeput2/blog/2006/04/13/how-to-search-for-badis-trace-it
    3. Go to “Maintain Transaction” (TCODE- SE93).
    Enter the Transaction VD02 for which you want to find BADI.
    Click on the Display push buttons.
    Get the Package Name. (Package VS in this case)
    Go to TCode: SE84->Enhancements->Business Add-inns->Definition
    Enter the Package Name and Execute.
    Here you get a list of all the Enhancement BADI’s for the given package MB.
    The simplese way for finding BADI is
    1. chooes Tcode Program & package for that Tcode.
    2. Go to Tcode se18
    3. Press F4
    4. search by package or by program.
    Regards
    Kiran Sure

  • BADI/Exit for transaction FB05/F-36

    Can anybody help me regarding exit/BADI for transaction FB05/F-36?
    I have tried exits in CMOD such as: F050S001 FIDCMT, FIDCC1, FIDCC2: Edit user-defined IDoc segment
    F050S002 FIDCC1: Change IDoc/do not send
    F050S003 FIDCC2: Change IDoc/do not send
    F050S004 FIDCMT, FIDCC1, FIDCC2: Change outbound IDoc/do not send
    F050S005 FIDCMT, FIDCC1, FIDCC2 Inbound IDoc: Change FI document
    F050S006 FI Outgoing IDoc: Reset Clearing in FI Document
    F050S007 FIDCCH Outbound: Influence on IDoc for Document Change
    F180A001 Balance Sheet Adjustment
    FARC0002 Additional Checks for Archiving MM Vendor Master Data
    FEDI0001 Function exits for EDI in FI
    RFAVIS01 Customer Exit for Changing Payment Advice Segment Text
    RFEPOS00 Line item display: Checking of selection conditions
    RFKORIEX Automatic Correspondence
    SAPLF051 Workflow for FI (Pre-Capture, Release for Payment)
    But none of these seem to work.
    Can anybody tell me which BADI or Exit that I can use?

    To check for the suitable badi, Go to transaction SE24 and give the Object type as CL_EXITHANDLER and click on Display button.
    Double click on method GET_INSTANCE, put a break point on case statement.
    Execute your transaction and look for variable EXIT_NAME at your scenario then It will show the available badi's.
    You can find the exits in many ways.
    Get the developement class of the transaction code from SE93.
    Then go to transaction SMOD and press F4 and give the Development class in Press ENTER, then it will show all the exits available for that transaction.
    Or
    Go to transaction SE80 and give the development class name and then expand the enhancements tree view then you will get the list of userexits for that corresponding dev class.
    Reward if it is useful.
    Thanks,
    Srinivas

  • Getting the Person Responsible from Requiremts Assignmts Tab in Service Ord

    Hi,
    I am trying to get the person responsible for a particular operation from the Requiremts Assignmts Tab in Service Order.In the IW32 transaction,in the requirements assignment tab for a particular operation when
    I look at the technica information of the field where the person is assigned, I see that it is on Structure : CYSPLITIN, field: SHORT.
    I need to know the actual database table or link to the operation/activity where I can read the person from in an ABAP program.
    Please find below the SQL trace for your reference.
    Transaction          ?     Work process no                    18     Proc. Type               UP2          Client          100          User          AAAAAAAA          TransGUID          4877F6D607E15917E1000000C0A8D032          Date          12.07.2008
         Duration     Obj. name                    Op.     Recs.               RC     Statement
                 7     VBHDR                    REOPEN                         0     SELECT WHERE "VBKEY" = '4877F6D607E15917E1000000C0A8D032' FOR UPDATE
               697     VBHDR                    FETCH         1                    0
                 6     VBMOD                    REOPEN                         0     SELECT WHERE "VBKEY" = '4877F6D607E15917E1000000C0A8D032' AND "VBRC" <> 0 AND ( "VBMODE" = '2' OR "VBMODE" = '4' OR "VBMODE" = '5' )
               241     VBMOD                    FETCH         3                 1403
                 6     VBDATA                    REOPEN                         0     SELECT WHERE "VBKEY" = '4877F6D607E15917E1000000C0A8D032' AND "VBMODCNT" = 1 AND "VBBLKNO" >= 0 ORDER BY "VBKEY" , "VBMODCNT" , "VBBLKNO"
               233     VBDATA                    FETCH         1                 1403
                 7     TMC2F                    REOPEN                         0     SELECT WHERE "MANDT" = '500' AND "ZEITP" = 'I3' AND "KBTCH" <> ' ' ORDER BY "MANDT" , "ZEITP" , "SUHIE" , "STAFO" , "KBTCH" , "FPROG" , "FROUT"
               363     TMC2F                    FETCH        44                 1403
               496     MCIPMIS                    REEXEC         1                    0     UPDATE SET "STWAE" = 'EUR' , "WAERS" = 'EUR' , "EQUNR" = '000000000003000200' , "BEGRU" = ' ' , "EQTYP" = '1' , "EQART" = ' ' , "INVNR" = ' ' , "ANSDT" = 00000000 , "ELIEF" = ' ' , "HERST" = ' ' , "SERGE" = ...
                 6     VBDATA                    REOPEN                         0     SELECT WHERE "VBKEY" = '4877F6D607E15917E1000000C0A8D032' AND "VBMODCNT" = 2 AND "VBBLKNO" >= 0 ORDER BY "VBKEY" , "VBMODCNT" , "VBBLKNO"
               273     VBDATA                    FETCH         1                 1403
                 8     VBDATA                    REOPEN                         0     SELECT WHERE "VBKEY" = '4877F6D607E15917E1000000C0A8D032' AND "VBMODCNT" = 7 AND "VBBLKNO" >= 0 ORDER BY "VBKEY" , "VBMODCNT" , "VBBLKNO"
               523     VBDATA                    FETCH         1                 1403
               774     VBMOD                    REEXEC         8                    0     DELETE WHERE "VBKEY" = '4877F6D607E15917E1000000C0A8D032'
               476     VBDATA                    REEXEC         8                    0     DELETE WHERE "VBKEY" = '4877F6D607E15917E1000000C0A8D032'
               173     VBHDR                    REEXEC         1                    0     DELETE WHERE "VBKEY" = '4877F6D607E15917E1000000C0A8D032'
               698                         EXECSTA         0                    0     COMMIT WORK ON CONNECTION 0
         Transaction          ST05          Work process no                    0     Proc. Type               DIA          Client          100          User          AAAAAAAA          TransGUID          4877F79907E15917E1000000C0A8D032          Date          12.07.2008
         Duration     Obj. name                    Op.     Recs.               RC     Statement
                10     TFDIR                    REOPEN                         0     SELECT WHERE "FUNCNAME" = 'PERFORMANCE_TRACE_OFF'
               461     TFDIR                    FETCH         1                    0
                 8     TFDIR                    REOPEN                         0     SELECT WHERE "FUNCNAME" = 'SQLT_TRACE_OFF'
               303     TFDIR                    FETCH         1     
                   0
    Regards,
    Sophia Xavier

    Hi Sophie,
    Check if these FMs helps you anyway -   RH_READ_OBJECT or RP_CHECK_PERNR
    I found them in include program - LCOI0F14 . Give a breakpoint in these FMs and check how they are working.
    My system unfortunately dont have any service order ( or i dont know how to see that )
    Cheers
    Kothand
    Edited by: Kothand on Jul 12, 2008 10:19 AM

  • MB1B User exit or Badi before saving transaction

    Dear friends ,
    I need to identify a user exit or badi that I can use to populate one field in tcode MB1B before saving.
    How could I find it ?!
    best regards,
    Ale

    Hi Alessandro,
      Hope you find this useful..
    For Finding user exits
    [http://www.erpgenie.com/sap/abap/code/abap26.htm]
    Find a BADI called from within an SAP transaction
    The following steps will allow you to simply find a BAPI that is linked to an SAP transaction code.
    1. Execute transaction SE37 or SE80 and find function module 'SXV_GET_CLIF_BY_NAME'.
    2. Insert a breakpoint in it.
    3. Now go to the SAP transaction you want to find a BADI in.
    4. When you execute it, it will stop at the above function module.
    5. Look at the value of field EXIT_NAME.
    6. This will provide you with the name of the BADI that is available in your SAP transaction code.
    This technique can be used to find out the BADI for given transaction.
    Follow below steps.
    Go to transaction ST05, select buffer trace and click on activate trace button.
    Now run your transaction code for which you want to find out the customer exits.
    Go back to ST05, click on deactivate trace and display trace.
    A popup screen "Set Restrictions for Displaying Trace" appears. Now, filter the trace on Objects V_EXT_IMP and V_EXT_ACT
    All the interface class names of view V_EXT_IMP start with IF_EX_. The BADI name is the name after the IF_EX_.
    E.G: in the name IF_EX_ME_PROCESS_PO_CUST BADI name is ME_PROCESS_PO_CUST.
    How to find BADI
    1. Go to the TCode SE24 and enter CL_EXITHANDLER as object type.
    2. In 'Display' mode, go to 'Methods' tab.
    3. Double click the method 'Get Instance' to display it source code.
    4. Set a breakpoint on 'CALL METHOD cl_exithandler=>get_class_name_by_interface'.
    5. Then run your transaction.
    6. The screen will stop at this method.
    7. Check the value of parameter 'EXIT_NAME'. It will show you the BADI for that transaction.
    Regards

  • BADIs for a Transaction

    Hi Gurus,
    Can anyone please tell me how to findout the available BADIs for a Transaction?
    regards
    sunil

    Hi Jaya,
    There are 2 methods to find a BADI for any transaction.
    Method 1:
    step 1. Execute transaction SE37 or SE80 and find function module SXV_GET_CLIF_BY_NAME'.
    step 2. Insert a breakpoint in it.
    step 3. Now go to the SAP transaction you want to find a BADI in.
    step 4. When you execute it, it will stop at the above function module.
    step 5. Look at the value of field EXIT_NAME.
    step 6. This will provide you with the name of the BADI that is available in your SAP transaction code.
    Method 2:
    step 1. Go to the TCode SE24 and enter CL_EXITHANDLER as object type.
    step 2. In 'Display' mode, go to 'Methods' tab.
    step 3. Double click the method 'Get Instance' to display it source code.
    step 4. Set a breakpoint on 'CALL METHOD l_exithandler=>get_class_name_by_interface'.
    step 5. Then run your transaction.
    step 6. The screen will stop at this method.
    step 7. Check the value of parameter 'EXIT_NAME'. It will show you the BADI for that transaction.
    Regards,
    SB.

  • How to find the list of USER-EXITS or BADI for the transaction ABSO

    Hi all,
    Please help me to find the list of USER-EXITS or BADI for the transaction ABSO & find the exact user-exit which meets the requirement.
    Thanks & Regards,
    gyanaraj

    Hi,
    Copy the problem  in SE38 and  Execute it
    Enter the Tcode  u want
    this  will the  list of Userexits and badis
    TABLES: TSTC,
    TADIR,
    MODSAPT,
    MODACT,
    TRDIR,
    TFDIR,
    ENLFDIR,
    SXS_ATTRT ,
    TSTCT.
    DATA: JTAB LIKE TADIR OCCURS 0 WITH HEADER LINE.
    DATA: FIELD1(30).
    DATA: V_DEVCLASS LIKE TADIR-DEVCLASS.
    PARAMETERS: P_TCODE LIKE TSTC-TCODE,
    P_PGMNA LIKE TSTC-PGMNA .
    DATA: WA_TADIR TYPE TADIR.
    START-OF-SELECTION.
    IF NOT P_TCODE IS INITIAL.
    SELECT SINGLE * FROM TSTC WHERE TCODE EQ P_TCODE.
    ELSEIF NOT P_PGMNA IS INITIAL.
    TSTC-PGMNA = P_PGMNA.
    ENDIF.
    IF SY-SUBRC EQ 0.
    SELECT SINGLE * FROM TADIR
    WHERE PGMID = 'R3TR'
    AND OBJECT = 'PROG'
    AND OBJ_NAME = TSTC-PGMNA.
    MOVE : TADIR-DEVCLASS TO V_DEVCLASS.
    IF SY-SUBRC NE 0.
    SELECT SINGLE * FROM TRDIR
    WHERE NAME = TSTC-PGMNA.
    IF TRDIR-SUBC EQ 'F'.
    SELECT SINGLE * FROM TFDIR
    WHERE PNAME = TSTC-PGMNA.
    SELECT SINGLE * FROM ENLFDIR
    WHERE FUNCNAME = TFDIR-FUNCNAME.
    SELECT SINGLE * FROM TADIR
    WHERE PGMID = 'R3TR'
    AND OBJECT = 'FUGR'
    AND OBJ_NAME EQ ENLFDIR-AREA.
    MOVE : TADIR-DEVCLASS TO V_DEVCLASS.
    ENDIF.
    ENDIF.
    SELECT * FROM TADIR INTO TABLE JTAB
    WHERE PGMID = 'R3TR'
    AND OBJECT in ('SMOD', 'SXSD')
    AND DEVCLASS = V_DEVCLASS.
    SELECT SINGLE * FROM TSTCT
    WHERE SPRSL EQ SY-LANGU
    AND TCODE EQ P_TCODE.
    FORMAT COLOR COL_POSITIVE INTENSIFIED OFF.
    WRITE:/(19) 'Transaction Code - ',
    20(20) P_TCODE,
    45(50) TSTCT-TTEXT.
    SKIP.
    IF NOT JTAB[] IS INITIAL.
    WRITE:/(105) SY-ULINE.
    FORMAT COLOR COL_HEADING INTENSIFIED ON.
    Sorting the internal Table
    sort jtab by OBJECT.
    data : wf_txt(60) type c,
    wf_smod type i ,
    wf_badi type i ,
    wf_object2(30) type C.
    clear : wf_smod, wf_badi , wf_object2.
    Get the total SMOD.
    LOOP AT JTAB into wa_tadir.
    at first.
    FORMAT COLOR COL_HEADING INTENSIFIED ON.
    WRITE:/1 SY-VLINE,
    2 'Enhancement/ Business Add-in',
    41 SY-VLINE ,
    42 'Description',
    105 SY-VLINE.
    WRITE:/(105) SY-ULINE.
    endat.
    clear wf_txt.
    at new object.
    if wa_tadir-object = 'SMOD'.
    wf_object2 = 'Enhancement' .
    elseif wa_tadir-object = 'SXSD'.
    wf_object2 = ' Business Add-in'.
    endif.
    FORMAT COLOR COL_GROUP INTENSIFIED ON.
    WRITE:/1 SY-VLINE,
    2 wf_object2,
    105 SY-VLINE.
    endat.
    case wa_tadir-object.
    when 'SMOD'.
    wf_smod = wf_smod + 1.
    SELECT SINGLE MODTEXT into wf_txt
    FROM MODSAPT
    WHERE SPRSL = SY-LANGU
    AND NAME = wa_tadir-OBJ_NAME.
    FORMAT COLOR COL_NORMAL INTENSIFIED OFF.
    when 'SXSD'.
    For BADis
    wf_badi = wf_badi + 1 .
    select single TEXT into wf_txt
    from SXS_ATTRT
    where sprsl = sy-langu
    and EXIT_NAME = wa_tadir-OBJ_NAME.
    FORMAT COLOR COL_NORMAL INTENSIFIED ON.
    endcase.
    WRITE:/1 SY-VLINE,
    2 wa_tadir-OBJ_NAME hotspot on,
    41 SY-VLINE ,
    42 wf_txt,
    105 SY-VLINE.
    AT END OF object.
    write : /(105) sy-ULINE.
    ENDAT.
    ENDLOOP.
    WRITE:/(105) SY-ULINE.
    SKIP.
    FORMAT COLOR COL_TOTAL INTENSIFIED ON.
    WRITE:/ 'No.of Exits:' , wf_smod.
    WRITE:/ 'No.of BADis:' , wf_badi.
    ELSE.
    FORMAT COLOR COL_NEGATIVE INTENSIFIED ON.
    WRITE:/(105) 'No userexits or BADis exist'.
    ENDIF.
    ELSE.
    FORMAT COLOR COL_NEGATIVE INTENSIFIED ON.
    WRITE:/(105) 'Transaction does not exist'.
    ENDIF.
    AT LINE-SELECTION.
    data : wf_object type tadir-object.
    clear wf_object.
    GET CURSOR FIELD FIELD1.
    CHECK FIELD1(8) EQ 'WA_TADIR'.
    read table jtab with key obj_name = sy-lisel+1(20).
    move jtab-object to wf_object.
    case wf_object.
    when 'SMOD'.
    SET PARAMETER ID 'MON' FIELD SY-LISEL+1(10).
    CALL TRANSACTION 'SMOD' AND SKIP FIRST SCREEN.
    when 'SXSD'.
    SET PARAMETER ID 'EXN' FIELD SY-LISEL+1(20).
    CALL TRANSACTION 'SE18' AND SKIP FIRST SCREEN.
    ENDCASE.

  • BADI 'CPDMBROWSEREXTENSION' in transaction CEWB

    Hello all,
    Does somebody has experience with BADI 'CPDMBROWSEREXTENSION' in transaction CEWB (EWB - Engineering Workbench) of PP module? I'm interesting if it is possible to add some columns in Browser (of this TA) within this BADI. Also I would like to know where activate this BADI, is it necessary to do in somewhere in customizing (SPRO)?
    Thanks in advance,
    Martin

    Check these exits:
    EHSIAHM1            EH&S: Menu Exit 1 for Incident/Accident Log Header
    EHSIAHM2            EH&S: Menu Exit 2 for Incident/Accident Log Header
    EHSIAPM1            EH&S: Menu Exit 1 for Incident/Accident Log Person
    EHSIAPM2            EH&S: Menu Exit 2 for Incident/Accident Log Person
    EHSMPHM1            EHS: Menu Exit 1 for Measurement Project Header Data
    EHSMPHM2            EHS: Menu Exit 2 for Measurement Project Header Data
    EHSMPJM1            EHS: Menu Exit 1 for Measurement Project Measurements
    EHSMPJM2            EHS: Menu Exit 2 for Measurement Project Measurements
    EHSSARA             EHS: Check/Edit Lines in SARA List Before Printout
    Reddy
    Edited by: V.V.Reddy on Apr 22, 2010 1:47 PM

  • 5. We need additional time to process your transaction You should get an email from us by next business day. If you don't hear back from us, you can check your order status on your account page or call us at +1 800-585-0774. If you're not in North America

    Step 5.
    5. We need additional time to process your transaction You should get an email from us by next business day. If you don't hear back from us, you can check your order status on your account page or call us at +1 800-585-0774. If you're not in North America, you can look up a local number here. For now, check out all the great free features of Creative Cloud! Get started with trials
    I keep getting this.
    The Bank and Paypal states that Adobe needs to process my transaction twice.
    I have no order number/ no status nor contact from Adobe. I called customer service and he transferred me to sales where the phone rang with no answer.

    Since this is an open forum, not Adobe support... you need to contact Adobe staff to help
    Adobe contact information - http://helpx.adobe.com/contact.html
    -Select your product and what you need help with
    -Click on the blue box "Still need help? Contact us"
    -or by telephone http://helpx.adobe.com/x-productkb/global/phone-support-orders.html

  • User exit or badi for me52n transaction.

    Hi all,
           i have a requirement to write a user exit or badi for me52n transaction. the requirement is in header section, only one plant should be accepted. that is in the first row one plant will be inserted. in the second row if we are inserting another plant other the first row plant, it should not accept it and it should raise an error.
    that is from the second row onwards, every plant should match with the first row plant.
    if any part of this issue is unclear, plz let me know so that i can explain it clearly
    this is urgent requirement.
    please let me know the solution as soon as possible.
    points will be awarded.
    thanking u in advance.
    A.srinivas.

    In this version exit EXIT_SAPLMEREQ_005 should exists (look at OSS <a href="https://service.sap.com/sap/support/notes/843446">Note 843446 - MEREQ001: Cannot call up external service data in user exit</a> this note refers to the exit and is applicable in  4.70. Look also at OSS <a href="https://service.sap.com/sap/support/notes/310154">Note 310154 - ME21N/ME51N: Customer-specific check, generating error log</a>
    Regards

  • Person Responsible Business Transactions

    Hi All
    We have a problem with business transactins in the web ui and the person responsible.
    if I select any transaction from the inbox and edit it, the person responsible is automatically updated to my username.  This may make sense but it is not functionallity that we require as we need to keep a record of the person responsible .
    Is there anyway of turning this functionallity off so the person responsible does not change.
    Thanks
    Darren

    Hi,
    I think the Partner determination Procedure has assigned to this transaction and the Partner function person responsible the access sequence is assign ed as the user. Go the transaction and check the PDP and go to that PDP and check the partner function and access sequence. You can find it in SPROCRMBasic Function--Partner Determination Procedure. Here you chack the partner function Person responsible and check the access sequence assigned to it. You can change the Access sequence for this partner function as you want to bring this Partner Function.
    Thanx
    Chinmaya

Maybe you are looking for

  • How can i reply to an email and attach a file to it?

    How can i reply to an email and attach a file to it?

  • How to define a hashed table?

    Hi.. I want to know that how we can define a hash table in ABAB. And what are the advantages of that table? Thanks

  • To remove a cube frm PC

    hI all, how do i remove a cube from several diff PC's, (the cube is to be no longer valid), when(the time) and how do i transport these PC's in this process. Thanks, Your help will be rightly appreciated

  • SCOM 2012 Map Availability

    I have a question about using the Summary Dashboard - Map feature. I am looking to setup several locations around the globe on this map. If all of the servers in this group are up, I want to display the site as green on the map.  If one of the server

  • Having trouble connecting a second airport express

    I currently have a third party router and have successfully connected one airport express and when I try to add another - I simply can't. The yellow light will continually flash and the computer won't recognize the added airport. I then restart the a