Application Development 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: 

How to change Title text in Smartform Layout

Former Member
0 Kudos

Hi Expert,

      

       My requirement is used to change the title text in the smart form layout.see the attach screen shot for your reference.

Instead of the marked text we have to give our own text.

7 REPLIES 7

raymond_giuseppi
Active Contributor
0 Kudos

Did you to "Translate" or change the text of SAPLSTXW title PR (and PREX) via SE41 or SE63. Else for a variable perform a where-used and look for implicit enhancement spots.

Regards,

Raymond

0 Kudos

Hi Raymond,

    I need to change for particular layout.Can u explain the else part in detailed manner.

0 Kudos

You could export some data to memory in the driver program, and in an enhancement read this data to overide standard title, and do nothing if not in memiory, don't forget to clear memory after usage...

Of course,  this enhancement may and will affect every OTF screen display)

Regards,

Raymond

FredericGirod
Active Contributor
0 Kudos

You title is created dynamicly in the program LSTXBWFCC. I didn't see any user-exit / badi, so, if you want to change it, you have to copy the code and modify it.

(it not impossible, it's to ask the smartforms in OTF (no print), and display the OTF on the screen)

or enhancement like Raymond said (you will impact a lot of program/transaction)

Regards

Fred

Message was edited by: Frédéric Girod

0 Kudos

Hi Frederic,

        Can u explain brief about which code i have to copy and where i have to modify it.

arindam_m
Active Contributor
0 Kudos

Hi,

Just curious to see the post... a similar question is doing rounds in forum(http://scn.sap.com/thread/3370520) Are you guys from the same team and same project.

Cheers,

Arindam

matt
Active Contributor
0 Kudos

Thread locked until the similarity is explained.