Re: Possible justify text bottom to top in SAP FPM?
I see ... sorry I have to tell this is not possible.
View Articlehow to skip initial screen in FPM
Hi, may is get the steps for skipping initial. The WDA application is standard and FPM configuration too standard.I have to do customization to skip initial screen.
View ArticleMaking UIBB visible in FPM
Hi , In MDG Finance, Change GL screen, there is a UIBB for blocking accounts (section named as 'Blocking Accounts'). there are 3 check boxes in that section. the UIBB is in Visible mode. but, the...
View ArticleRe: FPM Screen Navigation
Once you click next perform validation on the next step if that step is not required any more raise NEXT_STEP event again manually via code.
View ArticleRe: How to skip steps in GAF?
Once you click next perform validation on the next step if that step is not required any more raise NEXT_STEP event again manually via code.
View ArticleRe: Possible justify text bottom to top in SAP FPM?
Thanks Ulrich for your answer. Does anyone know of something else on the Netweaver stack, or even a plugin that we could us where we could be a bit more flexible with the grid layout? Previously, we...
View ArticleMarking a textview field as mandatory
Hi Experts,is it possible to configure a textview field on a GUIBB Form and mark it as mandatory? What i mean is to have the asterix (*) symbol next to the field label.Thank you in advance!Kind...
View ArticleRe: Marking a textview field as mandatory
Hi Miroslava,yes this is possible, but only the feeder class can do this, not the configuration. There in methodget_definition, parameter et_field_description, set attribute mandatory = abap_true. best...
View ArticleRe: Marking a textview field as mandatory
Hi Ulrich, thanks a lot for the reply. However, we have tried this way and it is not working.
View ArticleRe: Marking a textview field as mandatory
ah, I forgot to mention, you also need to do something inside the configuration. There go to general settings and you will see a flag: "check mandatory" ... just mark it.
View ArticleRe: Marking a textview field as mandatory
Hi Miroslava, I think making a textview field as mandatory is not possible. Think from end user perspective, in this case user doesn't providing any input here. So what is the use of making the field...
View ArticleRe: Marking a textview field as mandatory
Hi Miroslava,yes, Naga is right. Somehow I missed that it is about a textview. You can only make input fields mandatory. May I know, what is the use case to make a textview mandatory? Kind regards,Ulrich
View ArticleRe: Marking a textview field as mandatory
Hi Ulrich,we supposed it is not possible, but just wanted to double check with you. The requirement we have is to have a text view and a button/link next to it which will fill this text view. So, we...
View ArticleRe: Marking a textview field as mandatory
Hi Miroslava, Try to use Textedit and maintain the read_only property as abap_true and mandatory property also abap_true. whenever user click on button, set read_only property as abap_false on button...
View ArticleRe: Marking a textview field as mandatory
yes TextEdit or even better InputField and set read_only = abap_true.
View ArticleHOW TO RETRIVE VALUE OF FIELD IN FPM
Hi to all, i would like to have an help from you.As in abap there was a function dynpro value read, is there a method to retrive the value of field on line? My issue is how to retrive the value of each...
View ArticleHow to expand screen called by "launch url".
HI Experts. I'm learning the English language so I apologize for possible grammatical errors. I'm working with NWBC. I created a button on the screen. I created a FPM event for this button. The...
View ArticleRe: How to expand screen called by "launch url".
Hello Ronaldo, Normally we configure the webdynpro component in FPM configuration itself. I don't have much idea about launch_url method. Whenever you are calling a webdynpro application in FPM(on...
View ArticleRe: How to expand screen called by "launch url".
Mr Nagendra Kumar Thanks for the feedback. I am following your instructions. I got the message:Component ZWD_TM_CLIENTES of UIBB (Window Name) ZWD_TM_CLIENTES implements an invalid interface.It is my wd:
View Article