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

Enhancement Tcode FB03

former_member230535
Participant
0 Likes
14,892

Dear all,

Tcode FB03

Enter

Documnet -> Print Preview

The problem is the width of Account short text is small to display the texts as needed. I want to make this width wider.

Anybody help me. Thanks a lot.

1 ACCEPTED SOLUTION
Read only

arivazhagan_sivasamy
Active Contributor
0 Likes
14,475

Hai Dai Nguyen Quang,

You can increase the width using below option..

In Menu bar,

Setting -> Columns -> Optimize Width.

Arivazhagan S

30 REPLIES 30
Read only

arivazhagan_sivasamy
Active Contributor
0 Likes
14,476

Hai Dai Nguyen Quang,

You can increase the width using below option..

In Menu bar,

Setting -> Columns -> Optimize Width.

Arivazhagan S

Read only

0 Likes
14,474

Hi

After Setting -> Columns -> Optimize Width, the width of other colums are optimized by the their contents but the width of Account short text column is the same (not optimized depend on its content)

Read only

Former Member
0 Likes
14,474

Hello,

Check the function : FI_DOCUMENT_LIST_DISPLAY

Under this two includes are preparing the field cat and displaying the output

PERFORM FELDKATALOG_BSEG.

PERFORM LIST_DISPLAY.

Check the include LF064F02 - try to modify the fieldcat - I guess enhancement is available.

Rg, Kira

Read only

0 Likes
14,474

Hi

Thanks for your reply, I will try your solution and feedback the result

Read only

0 Likes
14,474

Hi,

It's fine! I don't know how much length you want to optimize! with the settings I guess you can able to optimize upto 20 ! where as account short text is 35!

After optimized

Better to check once again required legth! if 20 is OK and its simple option

Rg, Kiran

Read only

0 Likes
14,474

Hi

Read only

0 Likes
14,474

This perfect! have you tried my solution!

Read only

0 Likes
14,474

Hi Dai

As correctly pointed out by Kiran please create explicit enhancement for  

ENHANCEMENT-POINT feldkatalog_bseg_01 SPOTS es_saplf064. in subroutine

FORM feldkatalog_bseg and modify field catalog output length. Please make sure you have put in proper check for the enhacnement to be called. It is getting reused at valrious places.

Nabheet

Read only

0 Likes
14,474

Hi,

I have set the column width = 50 but the width is still 20

Read only

0 Likes
14,474

What is the value of outputlen


Read only

0 Likes
14,474

Hi ,

internal table fieldcat is used when showing alv and I have changed the output lenght of field GL_LTXT to 50

Read only

0 Likes
14,474

The output lenght value of filed GL_LTXT is set to 50

Read only

0 Likes
14,474

What is the output like.?

Read only

0 Likes
14,474

Hi,

The output as below

Read only

0 Likes
14,474

Oh! let me check

Read only

0 Likes
14,474

Thanks a lot

Read only

former_member230535
Participant
0 Likes
14,474

Anybody help me

Read only

0 Likes
14,474

Hi,

The reason is that it is taking the standard varinat even though you are modifying the field catalog.

Standard layout will have the length for 20 only!

Define the user-specific layout and save it

Automatically it will trigger the as per the current length!

I hope not required modified the enhancement, just educate the users to user the specific required layout or you need to change the layout grammatically! which is not suggestible

Rg, Kiran

Read only

0 Likes
14,474

very nice Kiran:)

Read only

0 Likes
14,474

Thanks a lot, the problem was solved. You are pro

Read only

0 Likes
14,474

Thank you!!!!!

Read only

0 Likes
14,474

nice to hear

Read only

0 Likes
14,474

Thanks a lot, the problem was solved.

Read only

0 Likes
14,474

can you close the thread, it would nice for others also

Read only

0 Likes
14,474

Hi kiran kumar,

How to close the thread?

Sorry I'm newbe

Read only

0 Likes
14,474

Ha.

Please check the thread!

Read only

0 Likes
14,474

please check the thread

Read only

Former Member
0 Likes
14,474

Hi,

After print preview option.

Step 1: Goto Settings->Layout->Current

Step 2: Change the field length of Account short text as per your requirement.

Best Regards,

K.Srikanth Reddy.

Read only

0 Likes
14,474

Thanks a lot, the problem was solved.

Read only

former_member230535
Participant
0 Likes
14,474

The problem is solved, close this thread.