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

How to debug the tcode f.27

Former Member
0 Likes
1,791

Hi,

I need to debug the tocde f.27.

Issue:

f.27 gives the account statemnt for a customer.

the statement contains all chinese fonts.

but there is just one word in english.

i need to find why and how this one word is coming is english.

I understand there is this issue with translation.

where and how to find that please guide.

Regards,

Surya D.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,610

Hi,

There is little bit of settings needed both at windows as well SAP side.

Windows->Settings>Control Panel>Regional and Language Option>Language Tick both the checkboxes over there.

SAP->Customizing of local layout[nothing but last button of the toolbar at sap screen->Option--->I18N (Activate Multibyte Function Support)

And then try to logon in SAP and use your

transaction.

Karthik.R

Hi,

I need to debug the tocde f.27.

Issue:

f.27 gives the account statemnt for a customer.

the statement contains all chinese fonts.

but there is just one word in english.

i need to find why and how this one word is coming is english.

I understand there is this issue with translation.

where and how to find that please guide.

Regards,

Surya D.

8 REPLIES 8
Read only

Former Member
0 Likes
1,611

Hi,

There is little bit of settings needed both at windows as well SAP side.

Windows->Settings>Control Panel>Regional and Language Option>Language Tick both the checkboxes over there.

SAP->Customizing of local layout[nothing but last button of the toolbar at sap screen->Option--->I18N (Activate Multibyte Function Support)

And then try to logon in SAP and use your

transaction.

Karthik.R

Read only

0 Likes
1,610

Hi Surya,

How your customer statement is getting printed. There must be a samrtform behind that... Find out the smartform and check inside the smartform. You must have missed a translation of the some Text module.

Or the English text must be coming as a some sort of selection from some table..

You will need to do the backtracing from the Smartform

Read only

0 Likes
1,610

Hi thanks for your replies.

I am trying to find the smarform./script attached to the tcode f.27.

but unable to find it in runtime cuz am not able to get this to debug.

Regards,

Surya D.

Read only

0 Likes
1,610

Dear Surya,

Please check the  below thread:

http://scn.sap.com/thread/1907936

With regards,

Read only

0 Likes
1,610

Scirpts from Standard T Codes are usually linked to

1.Output types -NACE for SD/MM or

2. CORRESPONDENCE settings in SPRO for FI.

Karthik.R

Read only

kumud
Active Contributor
0 Likes
1,610

Hello Surya,

If the intention is to find the form attached with the report, you may follow the below steps:

1. Find the report name being called. This can be found from the spool request generated.

2. You may goto SPRO and then F5. Search 'Correspondence' and then 'Assign form names to Correspondence '. With the report name, it will be easy to find the form name.

If you are not able to find the report name then in SPRO you may search with Company code but it may have several records. Alternatively, if you following naming standards, form name could be guessed from Report name as well.

Do let know if you could find out the form name now?

Regards,

Kumud

Read only

0 Likes
1,610

U can check it in the NACE transaction  or TNAPR table for the corresponding program of Tcode

Also, check this link - http://scn.sap.com/thread/709564

Read only

0 Likes
1,610

yes i was able to find hte form name via the spool number .thank you kumud.