Debugging of transaction FPVA

Hi Experts,
I am working in IS-U project in module and I have to debug the transaction FPVA, but I am trying to find out one FM during debugging but I am not getting it, is there any method to debug this transaction.

Yes, here it goes:
1. set a breakpoint in your function module
2. go to transaction FPVA and enter DBUG in the OK-code field
3. it will stop at some macro. You can press F8 in the debugger. All steps from now on will be executed in the foreground so it will stop at your breakpoint set in 1)
Edited by: Janos Haupert on Jan 15, 2010 2:20 PM

Similar Messages

  • Reg:Transaction FPVA - Dunning proposal notice running late

    Dear Friends,
    Transaction FPVA - Dunning proposal notice running late to complete the process.
    Kindly advice me if you have any suggestion to improve the performance .
    Thanks and Regds
    V.Rajasekaran.

    HI Sajimon Chandran,
    Thanks for your help.
    Actually I am running daily basis . So always its running for one day only even though its taking too much time.
    Thanks and Regds
    V.Rajasekaran

  • Help in debugging BADI_FDCB_SUBBAS03 (transaction FB60)

    Hi Gurus,
    I need some
    help in debugging BADI_FDCB_SUBBAS03.
    Screen Enhancement 3 on FDCB Basic Data Screen (010, 510)
    I have created a new BADI   "YTESTBADI"   in transaction SE19
    using the Definition "BADI_FDCB_SUBBAS03"
    The below 2 methods are available.
    PUT_DATA_TO_SCREEN_OBJECT
    GET_DATA_FROM_SCREEN_OBJECT
    I have been trying to debug
    using statement "BREAK-POINT" , but was not successful.
    <b>Am I using the correct procedure for
    enhancing FB60  "Enter Incoming Invoices"  transaction?
    Can someone help me out?</b>
    Thanks,
    Aby Jacob

    Hi All,
    I am trying out the below suggestion from a previous posting.
    <u>Can I have any userexit to populate date for FB60 & FB65 ?</u>
    <b>
    OBBH is customizing transaction, after running it u should see a view with company code:
    - do a doubleclick on your company code;
    - go to ITEM LINE level
    - Choose the substitution of your company (if there are more subst than one)
    - Create a new step
    - In the Prerequisite u insert a filter on SYST-TCODE
    - In the Substitution check if your field can be replaced, if it can't, create a routine to replace it.</b>
    I am also closing this thread.
    Thanks to all who have read/responded
    Aby Jacob

  • Steps for debugging a transaction VA01

    dear experts,
    can you please guide me through the steps I need to take to debug a programme transaction VA01?
    Thanks

    Hello
    Search the forum for 'debug popup' . 
    This wll help you to get into debug after the popup appears. 
    This will let you look at the call stack and perhaps determin how you got there.
    Regards
    Greg Kern

  • DEBUGGING EWT transactions in SRM system

    Hi Gurus,
    Can you guide me how to debug an ITS base EWT transaction while running it from browser.
    A step by step approach would be helpful.
    Regards,
    Rohit

    Hello Rohit,
    Please see note 744735.  You will need to change the transaction to a standard professional transaction before debugging.  EWT transactions cannot be debugged from the browser.
    Best regards,
    Edgar

  • How to Debug  Call transaction  ?

    Hi ,
    I want to debug a  BDC program  . In the debug I want to  change the  MODE value to 'A '. Currently it is hard coded . Statement in the code looks like this
    CALL TRANSACTION 'VL01N' USING bdcdata
                                    MODE 'N'
                                    UPDATE 'S'
                                    MESSAGES INTO messtab.
    I dont have the  option to modify or copy the code. 
    Please let me know is theer a way to do it ? Thank you very much in advance.
    Thanks & regards
    Nanaiah

    HI,
    Put a Break point in the Call transcation and change the mode value to 'A' during the Debugging or change the mode value to 'A' for the testing part or do the below declaration
    DATA opt TYPE ctu_params.
    opt-dismode = 'E'.
    opt-defsize = 'X'.
    In that give the dismode = 'A'.
    CALL TRANSACTION 'VL01N' USING bdcdata_tab OPTIONS FROM opt
    UPDATE 'S'
    MESSAGES INTO messtab.
    While doing that take care u r not saving any data .
    With Regards,
    Sumodh.P
    Edited by: Sumodh P on May 11, 2010 11:09 AM

  • Debugging call transaction statement

    hi,
    I am triggering a remotely enabled function module from a webdynpro application from portal. i am debugging this process from SM50 transaction. The function module has a call transaction statement calling VA42 transaction.
    I tried below options and these did not work.
    I tried changing the mode in debug mode to 'A'.
    I tried to complete execution of this statement in background mode only, giving a breakpoint after this statement so that i can get bdcmsgcoll table and see the details.
    But at the call transaction statement, the debug operation fails and the process is end abruptly.
    Please tell me whether debugging for a call transaction statement from SM50 screen is possible and how?
    Thanks in advance,
    Padmini
    Message was edited by:
            Padmini Manickaraj

    If this is a custom code, modify it to write the contents of the internal table of type BDCMSGCOLL to a file in the unix system (the files that you can view using transaction AL11). The error message will probably give you an idea as to why the BDC has failed. Make sure that this piece of code should be executable only by you. This is just for debugging. You can remove this code after you have finished analysing it.
    IF sy-uname EQ <your user id>.
    ...code to transfer data to the unix file
    endif.

  • Debugging standard transaction MB1C - Queries

    Hi Experts,
    SAP standard transaction MB1C is not updating the database table MSEG.
    Please help me in finding the cause of this issue.
    1. I have checked the ST22 for any errors - no errors logged.
    2. How is the transaction insert entries into the trans. table MSEG. ( any update, modify queries)
    3. How to debug the MB1C tx to find the issue..
    When I post the documents, it says "Document #### posted". When I go and check the table.. I get "No table entries found".
    Please provide me some ideas where is the problem.

    > SAP standard transaction MB1C is not updating the database table MSEG
    I don't know MB1C, but if you use the normal transaction MB03 (?) to display the goods receipt (or whatever its name is), does it display normally? (ask the functional people if you don't know the transaction)
    If yes, then maybe it's normal that MSEG is not filled (sorry if it makes some people howl). In that case, you should trace MB03 transaction via ST05 and other techniques (see Brad's answer) to check from which tables the data comes from.
    If you can't see the goods receipt using any transaction, then it's probably a bug and you have to contact SAP support.

  • Debuging sap transaction iview

    Hi,
    Mayby someone here knows -
    is there a way to debug a sap transaction iview?
    (as there is a way to debug the rfc functions)
    Thanks.
    Ruthie.

    <i><b>is there a way to debug a sap transaction iview?</b></i>
    just place a normal break point in the program (attached to the transactino code) and if you now call the transaction iview it will trigger the debuggin -(both in case of wingui or webgui - not sure about java gui)
    <i><b>(as there is a way to debug the rfc functions)</b></i>
    to debug RFC  FMS, place an external (HTTP) break point inside the RFC source.
    Regards
    Raja

  • Debugging MIGO transaction

    Hi to all,
             i am debugging standard <u><i><b>MIGO</b></i></u>. In the migo program <u><i><b>SAPLMIGO</b></i></u>
    [SE38] there is a include <u><i><b>LMIGOST2</b></i></u> in that include there is a code on line 113 col 31  <u><i><b>WHEN 'OK_POST' OR 'OK_POST1'</b></i></u> <b>{ [</b> <u><i><b>OK_POST/OK_POST1</b></i></u> is the fct code for <u><i><b>SAVE</b></i></u> Button <b>] }</b>. After this code there is a method  <u><i><b>CALL METHOD LCL_MIGO_GLOBALS=>KERNEL->DOCUMENT_POST.</b></i></u>. i want to enter into this method but i am unable to enter.Can anyone tell me how?

    Hi Nikhil,
    You will find it here...
    Include LMIGOKE1   Line 181....
    Regards,
    Raj

  • Debug ME22N transaction to find out the message class

    Hi All,
    I want to know the best way of debugging for the following process:
    Create ME22N
    went to item level account assignment and selected the cost center.
    Got an error message in the status bar
    I wanted to find out where the message class is used in the background program
    Any help is appreciated.
    Thanks

    Hi,
    Take the message id and message number from the error message..
    Go to SE91..
    Give ID and display..
    Choose the message number..
    Press the where used list button..It will show all the programs that is using this message number..
    Thanks,
    Naren

  • Debugging WPMA transaction to find out hw idoc gets populated!

    Hi Experts,
                          in the transaction code WPMA , an idoc WP_PLU02, get populated. Current requirement is to find out hw does the segment e1wp11 gets populated. Is there any short cut,, becasue this proces uses several standard programs and perform routines ,, after which it generates the idoc,,,,, so is there any special technique to find that out???
    Regards,
    Arnab.

    Hi,
    Can you explain how you found out the way IDocs are populated?
    Regards,
    Karen

  • Dunning with transaction FPVA and FPVB

    Hello,
    who has experience with the mentioned transactions ? I understood from the documentation that these transactions are only used in the Industry Solution Utilities ?? And that in the Centeral ERP system F150 must be used for dunning?
    We want to create dunning forms with Adobe, but we have already some company codes in the system who are using Smart Forms. Is it possible to use different forms for the dunning output ?

    Thanks Prabu.
    I've checked tha data I pass to the BDC table and they are correct. I run in visible mode and I`ve verifyed this.
    One thing ... My recording stops when I confirm the execution of the job, so I can`t verify the status of job after this step.
    Thanks in advance for your help.

  • Debugging ESS Transactions

    I have checked out my ESS PDATA application and trying to debug the navigation (we want to make a read-only version).
    It deploys and runs on my local server. When I try to create a debug session on the application, NWDS throws and error stating "no tab group defined for launch configuration type com.sap.ide.webdynpro.projectbrowser.launch.configtype.debug.
    I know this works with local apps not checked from the DTR. Why can't I debug my app and what does this error mean?

    Hi,
    You should create a debug configuration.
    Go to Run --> Debug. Create a debug configuration for Web Dynpro application. Then select WebDynpro Application in the tab. In that you will have to go and select the Debug server fromt he second tab to configure the Debug Server.
    Which NWDS version are you using ?
    Have you created Debug configuration for your Web Dynpro application ?
    Regards,
    Ashwani kr Sharma

  • Debugging of standard transaction(screens)

    Hi,
      How can I debug standard transactions and screens.
      I have program name and screen number.
    How can I go ahead for debugging.
    Regards
    Sasi

    Hi,
    Debugger is the best weapon an Abaper has. SO go ahead and debug.
    Find what the program does.
    If you know the program name.. GO to the program. Keep the breakpoint where it is necessary. and run the transaction
    Else type /h on the prompt press enter.
    Then enter the tcode in the prompt and press enter
    Regards
    Vijay
    Edited by: Vijay on Jul 3, 2008 11:13 AM

Maybe you are looking for