Quantcast
Channel: SCN : Popular Discussions - Floorplan Manager for Web Dynpro ABAP
Viewing all 1726 articles
Browse latest View live

how to create a button in fpm and how to use that button HRESS_A_PERSINFO

$
0
0

Hi All

Help me how to do it?

how to create a button in fpm and how to use that button HRESS_A_PERSINFO.

 

Thanks

ekhar


basics for FPM in webdynpro abap

$
0
0

Hi Experts,

 

I am new to webdynpro know some basic concepts.

 

I want to learn the FPM. what exactly FPM and why need FPM.

 

what is ehp4,we have to install any patches for using eph4 or any version we have to isntall.I have ecc6.0.

 

I know package ABP_FPM_DEMO in that some application using FPM are there.But I ma not understaing taht can you please give me small hello world application from step by step how to configure,what is configuration and what is the use of FPM.

 

 

 

Thanks

Show/Hide elements in the FPM Overview page

$
0
0

Hi All,

 

I am Isaac and I am new to FPM.

 

We have a requirement where we will be hiding all the create elements (Spouse, child, stepchild, emergency contact, etc) in the family member page. see screenshot

 

family members.jpg

 

Are there any ways that we can control these in the feeder class CL_HRESS_PER_OVERVIEW instead of hiding the element through right click hide button?

hide spouse.jpg

 

Thanks!

display selected subview when click on button in another subview view

$
0
0

Hi Guys,

 

this is Siva Lakshman , i am created fpm oif component in that component have  one view that view having a create button when click on create  one dynamic sub view  is created but  it show two sub views but  i want selected sub view click on the button its my requirement can you please give me a reply any body tnx advance

Does FPM supports adding column into list GUIBB dynamically?

$
0
0

Hi All,

 

Do you know how to add new column into list GUIBB without add it in configuration screen? Is this functionality supported by FPM?

For example, I have a structure which contains 10 fields, and I only configure 4 fields in configuration screen. Now I want to add other fields by code (feeder class). How to implement this? Thank you!

 

Thanks and best regards,

Yong

Issues with configuring individual no. in HRESS_CC_PER_OVR_INDNR_JP

$
0
0

Hi Folks,

 

I am facing issue in configuring individual no. in a custom component.

 

I am getting an error as

Entry parameter of method CL_CRM_BOL_ENTITY ->GET_PROPERTY contains value PSTYP, which is not allowed (termination: RABAX_STATE)

 

I have copied from std application (HRESS_AC_PERSINFO) to custom application (Z*) for INDNR block in all main and edit pages.

But the error is appearing while adding wire schema for FORM (HRESS_CC_PER_DTL_INDNR_JP)  and LIST (HRESS_CC_PER_OVR_INDNR_JP).

 

Please help.

How to optimize initial loading of an application

$
0
0

Hi Experts,

 

could you pelase advise us how we could optimize the loading of an application in the following case:

 

we have an OVP application with page master. In the master we have a list and depending on its selection, in the details we show/hide dynamically different sections. The whole application consists of 39 UIBBs and we noticed that the method call_uibb_pbo is called for all of them. This causes some delay when starting the application. Actually on the initial loading we show only some of those UIBBs and processing all of them is not necessary. Just asking if there is a way to mark some of the UIBBs not to be loaded when starting the application.

 

Thank you in advance!

Kind Regards,

Miroslava

Open URL on button click in new Browser

$
0
0

Hi All ,

 

I need to have Button on FORM UIBB, which should open URL in separate Browser Window . I have used CALL_BROWSER , but that works well if I call it directly through Program .

 

However ,if I use CALL_BROWSER on button click ,nothing happens even if I have passed NEW_WINDOW = 'X'

 

How to work on this


call custom Tcode from FPM application

$
0
0

Hi All ,

 

I have FORM UIBB . Can anyone please tell , how can I call custom SAP T.code from a button in FORM UIBB

basics for FPM in webdynpro abap

$
0
0

Hi Experts,

 

I am new to webdynpro know some basic concepts.

 

I want to learn the FPM. what exactly FPM and why need FPM.

 

what is ehp4,we have to install any patches for using eph4 or any version we have to isntall.I have ecc6.0.

 

I know package ABP_FPM_DEMO in that some application using FPM are there.But I ma not understaing taht can you please give me small hello world application from step by step how to configure,what is configuration and what is the use of FPM.

 

 

 

Thanks

Syntax error in FPM_OVP_COMPONENT?

$
0
0

Hello,

 

I have a problem with building OVP FPM application on one of our systems. Apparently there is a syntax error in the webdynpro component FPM_OVP_COMPONENT which causes a runtime error when I try to execute a OVP FPM application.

 

The error I get when trying to launch an OVP application:

The current ABAP program "CL_WDR_CLIENT_COMPONENT=======CP" had to be

terminated because it has

come across a statement that unfortunately cannot be executed.

In include "/1BCWDY/B_0906C43QA3XWOJBSEB3U          ", in line 1545 of program

"/1BCWDY/0906C43QA3XWOJBSEAXI==CP        ", the following syntax errors

have occurred:

Der formale Parameter "IV_CURRENT_CONTENT_AREA" existiert nicht. Es gi

bt aber den Parameter "IV_CURRENT_CONTENT_AREA_ID" mit ähnlichem Namen

.

The error I get when checking the syntax of webdynpro component FPM_OVP_COMPONENT:

Formal parameter "IV_CURRENT_CONTENT_AREA" does not exist. However, the

parameter "IV_CURRENT_CONTENT_AREA_ID" has a similar name.

 

I searched for correction notes, but didn't find anything. I would say that this is a major error, so I would think that there has to be a correction note on this...am I just missing something or do I really have to open an OSS note? Anyone ever stumbled upon this error?

 

 

Best regards,

Rebekka

How to create Drop-Down List in FPM, with values from intenal table?

$
0
0

Hi Experts!

 

I need to create a Drop-Down List Box in from UIBB. Drop-Down should contain values from an internal table. I know, that this is possible for Web Dynpro, but how can I manage values for FPM's Drop-Down list?

display selected subview when click on button in another subview view

$
0
0

Hi Guys,

 

this is Siva Lakshman , i am created fpm oif component in that component have  one view that view having a create button when click on create  one dynamic sub view  is created but  it show two sub views but  i want selected sub view click on the button its my requirement can you please give me a reply any body tnx advance

how to create dynamic subview when click on create at the same time it will go to active subview?

$
0
0

Hi Guys,

 

i am using fpm_oif_component in this in main view i am created a button (create) when click on this button  dynamic sub view is created in dynamic sub view one cancel button is there  when click on cancel button dynamic view is remove .here main problem is if click on create button two times the below dump error coming how to resolve this    please give me a reply how to solve its urgent .advance thx guys.

 

dump error :ERROR: ID SUBVIEW_4_2 already exists within the affected scope (termination: RABAX_STATE)

FPM Enhancement in different Language Error?!

$
0
0

Hello everyone,

I hope you are having a nice day.

 

This language difference is preventing me from opening existing FPM enhancements so I may view what the enhancements have changed.

 

Is there a way to translate FPM enhancements between languages? (Chinese ZH to English EN?)


The Error Message received when trying to select this FPM enhancement is, "Requested language English (EN) is different to original language Chinese (ZH)".

 

Please see screenshot below for clarification.

 

fpm enhancement.jpg

 

Thank you very much for your time and have a great day.

 

From,

Reinell


Using FBI - Related View tab

$
0
0

Hello Consultants,

I am new to FBI. I am facing issue with "Related view" tab in FBI view..

 

Below are the steps I have followed to create application:

 

1. Created component configuration for FORM UIBB

2. In Feeder class parameters, I have given the FBI view. I have used FBI view to display fields from multiple nodes of the BOPF.

3. In the Elements, I got all the fields from multiple nodes in popup

 

Issue is that, When I placed the fields on UI, Only fields in ROOT node are in editable and rest other fields are disabled for input. What is the issue behind this behaviour?

 

Thanks,

Riz..

Open a popup on standard FPM buttons - FPM dialog box

$
0
0

Hi gurus,

 

a "simple" requirement: I have to open a confirmation popup ("Are you sure?" with yes/no buttons) on some FPM buttons for a standard application (view/edit of an RFx).

I've seen that FPM Dialog Boxes are often suggested as solution that meets my desiderata, but I have some doubts.

First of all: following this tutorial:

http://scn.sap.com/docs/DOC-2322

 

I created an enhancement over the proper configuration for FPM_OIF_COMPONENT, in which i created a Dialog Box referring to a custom (and empty, for now) WD Component.

 

The problem is: how to associate this Dialog box to existing, standard FPM buttons?

 

In the tutorial a custom button has been created and an FPM Event ID called "FPM_OPEN_DIALOG" has been set for this button; as parameter, an entry with:
Parameter name: DIALOG_BOX_ID

value: <mycustomDialogBoxID>

has been created.

 

The problem is that each standard FPM button has its own FPM Event ID, so the first question is: should I override that event with FPM_OPEN_DIALOG?

And then, how can the Dialog Box know what's the correct FPM Event ID that should be triggered by the pressure of the OK button?

 

Could anyone suggest me the best approach to this task? I'm kinda confused, I guess there should be a kind of parameter's passing system, probably my custom WD Component which is used as UIBB for the popup has to implement a specific interface.

 

Any help will be appreciated, thanks

FPM interview Question

$
0
0

Hi,

 

I want set of  important  of webdynpro FPM. so Please send me as well as soon !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Auto alignment in FORM UIBB not working

$
0
0

I have to hide fields on FORM UIBB,which i am able to do successfully ..In FLUID fields are stored in column row format

If as per condition fields of same row are hidden,,then auto adjustment works

But in case only one field is to be hidden,,then auto adjustment does not work .It looks like below .

 

Can any one ,please tell how to achieve auto adjustment in such case .

 

Capture.JPG

 

Auto suggestion in FPM Application

$
0
0

Hi All ,

 

In SAP ,we get auto suggestion as per new GUI ,where we put Plant and without doing F4 help ,we get plant description .

 

Our client requires same feature in FPM e.g I put plant XXX on screen ,then name and description should come with out F4help .

 

Can any one tell, if we can achieve this in FPM .

Viewing all 1726 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>