2011 Jan 03 8:14 AM
Hi to all
i have FI T.code F-36 i need to add script layout on this transaction code but this is standard and i can't edit on it So i copied to z program but my Z T.code display empty layout when i press F8 ِalthough i added in my script
PERFORM WRITE_TEXT IN PROGRAM ZR2_FI_BILL_EXCHANGE_F36
please help me .
Thanks
2011 Jan 03 8:56 AM
Hello,
You don't have to copy the program! You need to check which form is configured against the correspondence & modify it accordingly.
BR,
Suhas
PS: If you're not able to get the form on your own your FI functional can help you.
2011 Jan 03 10:27 AM
Hi Suhas Saha
thanks for answer my question
but this transaction don't have standard script to modify it i created a new one
2011 Jan 03 12:04 PM
Activate debugger for script and run the transaction.
Then check if at all the perform WRITE_TEXT IN PROGRAM ZR2_FI_BILL_EXCHANGE_F36 is beeing triggered and carrying back the values to script.
Regards,
Shaik
2011 Jan 03 2:08 PM
Hi Shaik,
How to debugger for script although i add breakpoint in my source code script but when i run transaction not excute in debugger mode when i put breakpoint in my program it is excuted in debugger mode but i don't see my script .
what can i do ??
and how triggered and carrying back the values to script?
thanks 4 ur replay and waiting ur answer .
Regads ,
Eman
2011 Jan 03 2:13 PM
To activate debugger -
goto se71 -.. give your form name -> utilities -> activate debugger.
then when you execute your form.. you will get a pop up.. give the exact place where you want to put the break point.
2011 Jan 03 3:05 PM
thanks a lot Pankaj Singh
but my debugger show header and first two line in main then debug header again then display empty layout why???
2011 Jan 09 7:40 AM
hi to all
the problem empty layout is solved but my layout is not have data value why ?
please help me