FM not getting read in Idoc ?

Hello All,
    In WE20 --> Partner Type KU --> kunnr --> Outbound Parameters -->
                   Partner function and Message Type --> Message Control --> Process Code --> Function MOdule (IDOC_OUTPUT_DESADV01).
I found a user-exit in this and want to check whether the program stops at this User-exit or not.
So when I keep a break-point in this FM : (IDOC_OUTPUT_DESADV01) it's not stopping but the Idoc is generated.
I went to Tcode VL02N --> Extras --> Delivery Output --> Header --> Selected an already existing record --> Repeat OUtput Button --> save.
The Break-point is not getting stopped at the FM : (IDOC_OUTPUT_DESADV01).
Can anyone tell me how to stop the processing when this FM is triggered ?
Regards,
Deepu.K

Hi,
Hi, your program is not stopping at user-exit because <b>IDOCs are generated in V2 update</b> when document is created.  You can not debug it directly unles you turn the <b>"update debuggin" on</b>
Follow these steps.
- Go to VL02N.
- Select  Extras --> Delivery Output --> Header --> Selected an already existing record --> Repeat OUtput Button.
- Now here, before saving active debugger using command '/h'. Now save the document
- As you have turn the debug on, it will start debugger.
- In debugger go to the tab "setting".
- <b>Here you select the checkbod "Update debugging" and hit save on top</b>.
- Now press F8. It will open one more session for you to debug in update.
- Now in this session you select breakpoints from menu> breakpoint at> function module--> give fm IDOC_OUTPUT_DESADV01.
- Now when you press F8, it will stop in the FM.
- Similarly if you know the function module name of your user-exit "EXIT_XXXXXXX_YYY", you can can put a break-point at that also with
menu> breakpoint at> function module--> give fm EXIT_XXXXXXX_YYY. This will stop the debugger in your exit. ( this also you do in update debuggin in the extra session which opens).
Let me know if you have any question.
Regards,
RS

Similar Messages

  • Replaced value is not getting relected in IDOC segment field

    Hi,
    Need your help for the below issue.
    I am replacing the PO # with Delivery Doc # . But the replaced value is not getting reflected in the IDOC segment field(e1bp2017_gm_item_create-po_number.).
    Function Module  which I am using is IDOC_INPUT_MBGMCR as a copy.
    Here is my code given below:
    SELECT
                SINGLE vbeln
                  INTO lx_vbeln
                  FROM lips
                 WHERE vgbel EQ e1bp2017_gm_item_create-po_number.
    Move lx_vbeln TO e1bp2017_gm_item_create-po_number.
    MOVE-CORRESPONDING e1bp2017_gm_item_create
                   TO goodsmvt_item.
    Then this is passed as  TABLE in "BAPI_GOODSMVT_CREATE".
    Please do the needful.

    Hi Dheepa,
    Check it in debug whether the filed is empty or having po#, when ur code is executed for the replacement. if it is empty, po# is populated after ur code. in this case you need to write the code in suitable place.
    Reddy

  • Can not get reader to work e_books Sony.request sign in but refuses to accept password.

    Can not get e_books Sony to work  keeps wanting to sign into adobe

    this si the Reader forum; you should ask in the Digital Editions one,
    http://forums.adobe.com/community/adobe_digital_editions

  • I can not get reader to work on xp.

    I have installed the 9 on  Reader and can not get it to work. I installed Fixit to see and it does not work either. Is there a place on XP that needs to be checked or opened. This started after the the computer was attacked by virus and they got into the registry. Had this repaired and this is what makes me think  something is  not opened for readers to work. Any ideas out there.

    chuck59c wrote:
    I have installed the 9 on  Reader and can not get it to work. I installed Fixit to see and it does not work either. Is there a place on XP that needs to be checked or opened. This started after the the computer was attacked by virus and they got into the registry. Had this repaired and this is what makes me think  something is  not opened for readers to work. Any ideas out there.
    Sounds like your sytem didn't get repaired. I would take it back to the tech that worked on it.
    In the meantime, you haven't mentioned what happens when you try and get it to work so we have no syptoms to go on to help you. Plus, what is fixit?
    There is no place on XP that you need to do anything special to get Reader to work so again, sounds like your system is still hosed.

  • Texts not getting populate in idoc for Purchase Order

    Hi,
    While transfering PO from MM to SRM thru XI texts at the item level n header level are not populating in ithe idoc segments.
    Please let us know the solution.
    Regards,
    Manu

    Hi Acel,
    You will need to check the settings in transaction WE20 - You will be using a Partner Profile to determine the outbound message, either for each vendor or a generic one.
    on the outbound parameters, you will need to ensure that ORDCHG is set up as a message type. If not, add it, ensuring that you use the message ORDCHG, the basic type (or extension) that you are using, usually ORDERS05 and make sure that in message control, you have process code ME02 set up. This should enable the correct message type to be determined.
    Regards,
    Rob

  • Status does not get updated in IDoc

    We are facing one problem in Inbound IDOC processing,
    In most of the cases IDoc gets excuted properly but in some cases though IDoc completes its execution, it remains in 64 status.
    i.e. IDoc completes all processing but remains in 64 status and does not go to 53.
    This happens for very less number of IDocs.
    We suspect that this may happen because of heavy system load at that time, statuses are not saved in ALE layer.
    Can anyone please tell about other possibilities?

    San,
    After adding the function module 'IDOC_STATUS_WRITE_TO_DATABASE' it is giving the below message with the status  '51'
    ' IDoc '0000000090995823 ' is already open in process mode'.
    When I tried to process this idoc using the Transaction WE19 MANUALLY after getting the above message with status '51', it was processed successfully with the message '53'.
    When I do it manually even after error message it is still processing successfully, but it is not doing automatically.
    Do you think am I missing any parameter or any thing while calling the above function module.
    I think I am close to solve the issue.
    Appreciate your early response.
    Thanks and Kind regards for your replies.
    Kalikonda.

  • Receipient port not getting populated in IDOC

    Hi,
    I have checked the adapter specific identifiers, rfc destination and everyting seems to be correct.
    Still, my receiver idocs are not populated with receipient port.  What should i be doing
    My scenario is xi-idoc(r/3)  Partner number is getting populated

    Hi,
    Can you please tell me from which  source you are trying to send to the IDOC.Is it IDOC to IDOC or a File to IDOC ...
    For example if it  is idoc-XI-idoc scenario then the recipient port will be populated automatically.If it is anyother third party - XI - IDOC then we need to map the repcipient port in the message mapping.
    Hope I have answered wht u expected else please let me know .
    Regards,
    sharath

  • Invoke checkoutView failing, map not getting read correctly?

    Hi folks,
    As part of our account claiming process, we change the accountId and set the password of the claimed users account. This happens in a single update. I seemed to be running into problems where the password update was happening in LDAP during the account update, then the LDAP active sync is firing off. This seemed to be causing problems (think race conditions), so I figured I would change the order, so the lighthouse provision happens first, then the password update. The password view is fetched using the following code that is being called from our update workflow:
        <set name='pwdView'>
          <invoke name='checkoutView'>
            <invoke name='getLighthouseContext'>
              <ref>WF_CONTEXT</ref>
            </invoke>
            <concat>
              <s>Password:</s>
              <ref>user.waveset.accountId</ref>
            </concat>
            <map>
              <s>authorized</s>
              <s>true</s>
              <s>subject</s>
              <s>Configurator</s>
            </map>
          </invoke>
        </set>This code is throwing errors, stating that the subject is WF_CASE_OWNER, which is the old accountId. So they run into permission denied problems. Now, why isn't the authorized or subject in the map overriding the WF_CASE_OWNER? Shouldn't it be? I can't seem to get it to check this view out this way...

    I've solved my problem by using authenticated contexts. I'm not sure I saw this here, I think I found it digging through IDM APIs. I had used it in a few other spots, and remembered about it. Here is what the code looks like.
        <set name='pwdView'>
          <invoke name='checkoutView'>
            <invoke name='getAuthenticatedContext'>
              <new class='com.waveset.session.InternalSession'/>
              <s>Configurator</s>
            </invoke>
            <concat>
              <s>Password:</s>
              <ref>user.waveset.accountId</ref>
            </concat>
            <map>
              <s>authorized</s>
              <s>true</s>
              <s>subject</s>
              <s>Configurator</s>
            </map>
          </invoke>
        </set>
        <invoke name='checkinView'>
            <invoke name='getAuthenticatedContext'>
              <new class='com.waveset.session.InternalSession'/>
              <s>Configurator</s>
            </invoke>
          <ref>pwdView</ref>
          <null/>
        </invoke>

  • IDoc output type not getting configured in IDoc-File scenario

    Hello
    I am having IDoc to file scenario where I want to post Delivery Document to legacy system. For this I have configured following EDI configuration for Delivery through NACE transaction
    1] Created output type
    2] Created partner function as EDI LS for this output type
    3] Configured RSNASTED as Processing Routines for output type
    4] Included this output type in the Header output procedure
    5] Configured XI system as the partner in partner profile with appropriate Message control
    Still when I attempt to include this output type in the Delivery it gives me "Output for partner could not be configured". The detail message says "In Customizing, the 'CannotBeChanged' indicator has been set for output type".
    I checked in SPRO but could not find such flag.
    Does anyone had came across such output type configuration.
    Thanks in advance.
    I know this question might be not appropriate in XI forum as it comes under EDI but it has become necessary for XI profs -:)
    Regards
    Rajeev

    Hi,
    Please check the following
    1. Condition Table
    SPRO > Material Management> Purchasing -> Message -> Output Control->Condition Tables->Define Condition Table for Purchase Order
    Select:
    Purchasing Doc. Type,
    Purch. Organization,
    Vendor
    2. Access Sequences
    SPRO -> Material Management-> Purchasing -> Message -> Output Control->Access Sequences->Define Condition Table for Purchase Order
    3. Message Type
    SPRO -> Material Management-> Purchasing -> Message -> Output Control->Message Types->Define Message Type for Purchase Order
    Copy NEU to ZNEU or YNEU
    4. Message Determination Schemas
    4.1. Message Determination Schemas
    SPRO -> Material Management-> Purchasing -> Message -> Output Control->Message Schema->Define Message Schema for Purchase Order-> Maintain Message Determination Schema
    4.2. Assign Schema to Purchase Order
    SPRO -> Material Management-> Purchasing -> Message -> Output Control->Message Schema->Define Message Schema for Purchase Order-> Assign Schema to Purchase Order
    5. Partner Roles per Message Type
    SPRO -> Material Management-> Purchasing -> Message -> Output Control-> Partner Roles per Message Type ->Define Partner Role for Purchase Order
    6. Condition Record
    Navigation Path: SAP Menu-> Logistics -> Material Management -> Purchasing-> Master data->Messages-> Purchase Order-> MN04-> Create
    Now you create PO (ME21N) and save it. Go to ME22N and print the PO by giving output type ZNEU or YNEU.
    G.Ganesh Kumar

  • Charater  '¿' not getting read by Oracle.

    I have a oracle function,
    This oracle function has 3 parameters ;
    1 - a concatenated string separated with ‘¿’ ,
    2 - the position number of the specific variable in the concatenated string in first parameter,
    3 - the separator used in ‘¿’
    This Oracle function is getting called from a JSP file inside Websphere Application server 6.0.
    The Oracle server is on 1st machine.
    The JSP file, Websphere Application and Crystal Report are on 2nd machine.
    When the report is generated through Crystal Report then places where the Oracle function is called nothing is
    displayed on the.
    Is there some problem with the character set which is - 'NLS_CHARACTERSET' = WE8ISO8859P1 which is being used.
    Thanks.
    Edited by: Amm-K on Feb 13, 2009 12:06 PM
    Edited by: Amm-K on Feb 13, 2009 12:43 PM

    not all 8GB dimms mix with other densities as you are finding out. Buy Mac Pro memory from OWC or DataMemory.
    http://www.datamemorysystems.com/apple-mac-pro-quad-core-intel-xeon-nehalem-2-66 ghz-mb871ll/a-early-2009-memory-upgrades/

  • Work_item id not getting read in the web dynpro application

    Giving Error like 'Parameter WI_ID contains an invalid value' while calling Work Item ID in Webdyn Pro ABAP Application. I followed the documentation that I got from SDN. We are trying to display a Webdynpro Application with data of Requtester when a user clicks work Item In UWL.
    Can you please tell me what i might be missing here.
    Thanks,
    Rajat

    Hi rajtg,
    The details you have described is not enough to analyse the error. I would debug the error in any case to see the window inbound plug , probably you are passing some data which is not matching the type of the data expected in WDA.

  • Group Policy not getting read on new laptops

    I have a batch of new Dell Latitude E5500 laptops.. Using Zen 7 on
    netware 6.5.. downloaded the latest agent as a troubleshooting plan.
    The agent read enough of the assigned policy to create a DLU but does
    not read enough of it to apply the group policy and does not read the
    profile or re-save the profile to the users home folder.. the same
    policy works just fine on the other 1200 computers in the school
    district.. any ideas ??
    Thanks in advance
    Doug

    Doug,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Ipod not getting read on the computer

    i have a nano that alwaysed worked fine but then i pluged it in and itues is not reading it i have the latest update of ituenes and i just cant figure out why its not reading my ipod

    I recently had the problem where my computer wasn't recognising my ipod. The thing that fixed it, was to..
    1. Turn off computer
    2. Plug ipod in
    3. Reset ipod (turn the lock on the top on then off, and then press the middle and top button on the dial until the apple logo showed up)
    4. Turn on computer
    ..and then it worked.
    To avoid this problem, I now not only click the eject icon on itunes when I want to disconnect my ipod, but I also click the windows "safely disconnect hardware" system tray icon. Has worked fine since.

  • We have an iMac 2011 and can not get reader to work and even view our tax forms we are working on 2290

    help

    Hi bpughtify,
    What version of Adobe Reader are you using?
    Were the forms working earlier?
    Are you able to view other pdfs?
    Do the forms work fine with Mac's inbuilt pdf Preview application?
    Regards,
    Rave

  • PF No. Not getting displayed in payslip

    Dear All,
    The PF No. is not getting displayed in the payslip. In pe51 transaction for the form created under Single fields i can see the table maintained as p0587as Table and Table field as EEPFM. The master data is maintained for this employees in IT 0587 and the dates are also maintained correctly but this specific data of PF number is not reflecting in cluster tables. PC00_m40_clstr - > EPF table.
    In EPF table i can see the trust ID but the PF number is not getting displayed..
    Could anyone of you suggest how to proceed further..
    Regards,
    Srikanth

    Hi Rohith,
    Thanks for your response. We are currently on ECC 604 and SP Level 45.
    As mentioned earlier here the issue is with PF number. As far as Pan # is concerned we don't have any issue.
    The PF number is not getting read in the payroll log itself however it is reading Trust ID field. The data is maintained in IT 0587 for all employees and in PE51 both table and table field are mapped correctly for Provident Fund number Single field. Could anyone suggest and let us know why the PF number is not getting fetched in the payroll log..
    Regards,
    Srikanth

Maybe you are looking for