Quantcast
Channel: SCN : Unanswered Discussions - Web Dynpro ABAP
Viewing all 3637 articles
Browse latest View live

FPM POPUP-dump

$
0
0

Hi ,

 

What is solution of this below dump

 

 

 

After testing my component that is went to short dump

Class Name:CL_FPM_COMPONENT_MANAGER

Method Name:ADD_COMPONENT

 

 

 

 

Thanks,

sekhar


FPM / POWL: Add available Fields to Navigation Panel at FIS_FPM_OVP_TRIAL1

Scrolling records of ALV table in Web Dynpro ABAP sideways using track pad/mouse

$
0
0

Hello Friends,

I have one requirements related to Scrolling  ALV table in Web Dynpro ABAP sideways using track pad/mouse. I want mouse scrolling, but when i am scrolling data through mouse in WD ALV table, data scrolls very fast instead of one by one line. sometimes 10 or 20 days rows. I want to scroll one row at any time with mouse.   Please suggest me, how can we achieve this. I am using 740 and SP-13

 

Regards,

Dilip

Highlight FORM UIBB field with colour

$
0
0

Hi All ,

 

I have requirement to highlight  FORM / LIST UIBB field value based on condition . Can anyone please tell, how to achieve this requirement

Issue with HRGRT_FC_DOCUMENT_DISPLAY not displaying the pdf

$
0
0

Hi,

 

I am fetching the data from the content server and converted the Binary format document to Xstring .I have passed the xstring value to the HRGRT_FC_DOCUMENT_DISPLAY but the PDF is not getting displayed. I am not sure I have missed any configuration

 

The ovp configuration is below

 

uibb config.JPG

 

The passing the data through this piece of code.

code.jpg

error in webdynpro alv

$
0
0

Hi friends,

I am designing a very complex WD ALV application for the first time. i need to create an interactive alv with 4 buttons. In the button download, i have written the code to download the ALV to excel. On activating it, it is giving an error CL_CHAR_ABAP_UTILITIES unknown. What is the issue ? Second issue, is that i have written the code for creating FM POPUP_TO_CONFIRM . bUT THE popup with buttons YES and NO is not appearing. The scenario is that  on  clicking YES button , multi rows need to be selected , and hotspot should be created and checkboxes should be automatically ticked. This is also not happpening. What is the reason ? I checked all the blogs , but the solution is not coming . Please reply with changes in code if possible.

Regards,

Saurav Lahiry

how to create custom button in fpm toolbar ?

$
0
0

Hi guys,


     i am new to fpm can you please explain the proces how to create custom button on fpm oif component  and how to use the event parameters in fpm attributes .its urget give a fast reply please .

How to make cell property as a link to action on condition in List UIBB

$
0
0

Hi Team,

 

I am using List UIBB to show the result list all columns are text views i want to change the cell value as a link to action dynamically based on some condition.

 

could you please guide me on this.

 

 

Thank you,

Lavanya Bollam.


How to change cell font and assign color to the same cell in List UIBB dynamically

$
0
0

Hi Team,

 

I am using List UIBB for my result list,For some cells based on condition i want to change the color as well as font for the cell at run time.

 

could you please guide me on this.

 

 

Thank you,

Lavanya Bollam.

Download Excel file in Webdynpro using Simple Transformation

$
0
0

Hi everyone,

 

  I am downloading an excel file in webdynpro application. For that, I am using Simple transformation , because I have some formattings to be done .

  With the xstring returned from Simple Transformation, I am calling method :

 

 

wdr_task=>client_window->client->attach_file_to_response(

    i_filename = 'test.xls'

    i_content l_ixml

    i_mime_type = 'EXCEL' ).

 

But, when I open the excel file, the below warning message is coming: Screenshot attached.

 

Please tell me how I can avoid this warning message .

 

 

Regards

Lavanya

 

 

Calling FDT_WD_FORMULA View in webdynpro abap

$
0
0

Hello Gurus ,

 

I am new to BRF plus and I want leverage whole functionality of webdynpro component  FDT_WD_FORMULA into my webdynpro component main view .

 

While trying to create component usage . I am getting dump .

 

Can anyone help me how can I copy all the functionalities like move cursor , delete token ,etc into  my webdynpro component .

 

Many thanks in advance for solution

FPM:

$
0
0

Hi all,

 

In ess portal one screen had been multiple UIBB's every UIBB have on edit button.I want disable all buttons  at that time screen will be change in display mod.I will be using only one button. is it possable are not.

 

Thanks,

Raj

Reg: Getting URL Parameters to Create URL for PDF Open

$
0
0

Dear All,

 

I have an application, where user can get the List of Complaints, and can view if any attachments has uploaded ( A button have provided for user in Web Dynpro ABAP screen).

 

To create the URL, I have done with below coding to get the URL parameters(Protocol, Host & Port).

 

              CALL METHOD cl_http_server=>get_location

                 EXPORTING

                   server           = cl_wdr_task=>server

                 IMPORTING

                   host             = lv_host

                   port              = lv_port

                   out_protocol = lv_protocol.


CONCATENATE

                   lv_protocol '://' lv_host ':' lv_port '/sap/bc/webdynpro/sap/'

                   guid '.' ls_files-dappl

*   'act_srch_rpt.jpg'

                  INTO url.




Here the problem is, for production system we have 5 servers and based on the server load the server allocation will be happens. And all the servers are connect to same SID in the ECC.


But when we access the Public URL the PDF view is not working, Kindly suggest how can achieve this.


Thanking you in advance.

 

Regards,

Yohan Kanna

Issue during Upload File with UI Upload File Element

$
0
0

Hi all,

I' ve a strange issue when I try to Upload file on my Application Server. On my WDA I've created a popup windows with Upload File UI element and a button associated to Upload Action, actually the method is empty so I can't have any code error.

When I push the button I have always the same error (see attached file) I've tried Excel File or Text small file but always the same error


Error when uploading; the file name is invalid or the file is too large

Someone can help me?

Thank you

URL of FPM application

$
0
0

We have requirement to create PO's via custom FPM application and then send URL of created PO via workflow .Can anyone please tell, how to find out URL of FPM document's created .


Open UIBB on button click

$
0
0

We have requirement to have main screen with different button on left hand side  e.g create/ change/search . On click of each button , FORM/LIST/SEARCH UIBB should open on right hand side .

 

Can any one tell ,please,how to achieve this .

Generally we can configure diffrent GUIBBS in one FPM applications , but how to open them on button clicks .Thank you .

"Failed to load resource: the server responded with status 403" error In chart

$
0
0

Hello experts;

In my FPM applications I included a chart UIBB to display a PIE graphic. When I test the application the chart is never displayed, instead the "loading" icon is shown. In the console of chrome I see the error: "Falied to load resource: the server responded with status of 403 (Forbidden)":

 

Console error.JPG

 

Any suggestion why the chart is never displayed? Is has to do with the error attached? It could be an missing authority object in the assigned role of the user?

How I can detect the root cause of the problem?

 

Thanks in advance for the comments.

 

Best regards

Needs_conformation fpm

$
0
0

Hi all,

 

I need write own popup window as per my requirement is it possible in fpm(Dynamically only ) .

It is possible please guide me.

 

Thanks,

Sekhar

How to establish Active delegation enhancement

$
0
0

Hi, I have made  a copy of EHHSS_INC_REC_OIF_BINF_V_FRM into ZZ_EHHSS_INC_REC_OIF_BINF_V_FRM and added a list of custom fields as per requirement. I want to establish an active delegation to this ZZ component instead of the SAP standard component. How do I get this assignment established? Thanks, Tanmoy

Cats Approval Tool (HRMSS_C_CATS_APPROVAL) getting "Exception condition "ERROR_OCCURRED" triggered"

$
0
0

HI Experts,

When i try to approve employee time sheets in MSS Cats time approval tool getting errror"Exception condition "ERROR_OCCURRED" triggered".

Category               ABAP Programming Error

Runtime Errors         RAISE_EXCEPTION

ABAP Program           CL_MSS_CAT_APPR_TR_BUFFER=====CP

Application Component  CA-TS

Date and Time          03/01/2016 07:56:20

Short Text

    Exception condition "ERROR_OCCURRED" triggered

 

Error analysis

    A RAISE statement in program "CL_MSS_CAT_APPR_TR_BUFFER=====CP" has raised

     exception condition "ERROR_OCCURRED".

    Since the exception was not caught by a program higher up in the call

    hierarchy, processing was terminated.

 

 

    Short text for exception condition:

    You can find detailed documentation about the exception condition in

    transaction SE37 (Function Library). You can find the name of the

    function module called from the display of active calls.

 

source code extract:

CALL FUNCTION 'CATS_APPROVAL'

     EXPORTING

      message_handler                  = gref_catsxt_mess_handler

      mail                             = gs_process_info-send_mail

*   MAIL_TEXT_ADD_ON                 =

      direct_hr                        = gs_process_info-directhr

      auth_check                       =

                              if_mss_cat_appr_bl_constants=>gc_true

      enqueue_pernr                    =

                              if_mss_cat_appr_bl_constants=>gc_false

*   PROFILE_NAME                     =

       records                          = it_save_records

    IMPORTING

      processed_records                = et_processed_records

      record_error                     = ev_error

    EXCEPTIONS

      update_error                     = 1

      number_range_error               = 2

      longtext_error                   = 3

      message_handler_not_active       = 4

      OTHERS                           = 5

             .

   IF sy-subrc <> 0.

     RAISE error_occurred.

   ENDIF.


We are using standard application , for Rejection its works fine , problem only for Approve .


can you please check and help on this


Regards

RK

Viewing all 3637 articles
Browse latest View live


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