2022 Feb 18 12:00 PM
Dear Experts,
When I execute the correspondence tcode FPCOPARA, an application form for letters (EFRM) is called & has the logic to update a Z* table to store some values.
In our QA system (non-editable), during mass exec of FPCOPARA for 100 contract accounts(CA), some wrong entries are updated in that Z* table for some CA's. I want to debug the appl form via external break points during FPCOPRA run & its not stopping in the form code.
How can I do this (enter debug)?
2022 Feb 18 3:41 PM
Hello Ricky,
you need to end the command DBUG in the command field after the creation of your mass activity run. See the by Ronny mentioned KBA for more info about the way to do it.
Regards,
Pieter
2022 Feb 18 12:53 PM
Hello Ricky,
transaction FPCOPARA is a FI-CA mass activity. You can debug a FI-CA mass activity by using transaction code DBUG before you schedule the run. In SAP KBA 2032637 'How to debug a FI-CA mass activity?' you can find more details about it.
Best regards,
Ronny
2022 Feb 18 3:16 PM
2022 Feb 18 5:31 PM
DBUG is not a transaction code, it's a function code to be typed in the Command Field of FPCOPARA.
ricky.shaw2022 Feb 18 5:37 PM
But where is this Command Field of FPCOPARA. ?
I got it..I need to type =dbug in the box..
Pls suggest.
2022 Feb 18 5:57 PM
Just DBUG, not =DBUG (although =DBUG should also work)
2022 Feb 18 3:41 PM
Hello Ricky,
you need to end the command DBUG in the command field after the creation of your mass activity run. See the by Ronny mentioned KBA for more info about the way to do it.
Regards,
Pieter
2022 Feb 18 4:03 PM
Hi Pieter, I need to enter DBUG in separate session after scheduling FPCOPARA?.
I don't have access to that KBA 2032637..Can you copy paste it here?
2022 Feb 18 4:13 PM
2022 Feb 18 5:21 PM
Hi Again, when i enter in command field on top left box, It says below
like this below when i saved the parameters
Am i missing something.
Can you help?
2022 Feb 18 5:33 PM
Pieter didn't say that DBUG is a tcode. It's not a tcode, it's a Function Code like you define in GUI Status of Dynpro screens. Read the SAP KBA, it explains.
Pieter just said to enter DBUG in the command field of FPCOPARA, not /NDBUG, not DBUG in the command field of SAP Easy Access.
2022 Feb 18 6:24 PM
Hello Ricky,
1) Fill in your date ID and Identification
2) Type in 'dbug' in the command line and hit enter
3) confirm the pop-up
4) save your parameters (you can also do this before step 2)
5) click on 'Schedule Program Run' and FPCOPARA will be launched in debug mode.
Regards,
Pieter
2022 Feb 18 8:14 PM