Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

problem in T.code f-36

Former Member
0 Likes
1,246

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

7 REPLIES 7
Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,126

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.

Read only

Former Member
0 Likes
1,126

Hi Suhas Saha

thanks for answer my question

but this transaction don't have standard script to modify it i created a new one

Read only

Former Member
0 Likes
1,126

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

Read only

0 Likes
1,126

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

Read only

0 Likes
1,126

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.

Read only

0 Likes
1,126

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???

Read only

0 Likes
1,126

hi to all

the problem empty layout is solved but my layout is not have data value why ?

please help me