Quantcast
Channel: SCN: Message List
Viewing all 8707 articles
Browse latest View live

Re: Two dropdown buttons in a table, trying to bind each with defferent services but getting undefined error. Please help

$
0
0

Hello Chetna,

 

you give the ID like this:

template: new sap.ui.commons.DropdownBox({

  id : "sboxID",

  searchHelpEnabled : true,

   })

 

Try using createId()-method like this:

 

template: new sap.ui.commons.DropdownBox(this.createId("sboxID",{

     searchHelpEnabled : true

})

 

This way, you can access your Dropdownbox via:

 

this.getView().byId("sboxID");

 

Regards,

 

Dominik


Re: 'Query' method of class '/SCWM/CL_DLV_MANAGEMENT_PRD'

$
0
0

Hi Rahul,

this is due to internal buffering. For performance reason several buffers are used so that the data not always has to be read from the database and/or (if transient data) has to be calculated.

This is something normal which will happen to you in most secenarios.

 

The buffer is cleared/refreshed if:

- you lock the corresponding delivery (as then of course you need up to date data)

- you refresh the buffer (e.g. by /SCWM/CL_TM=>CLEANUP ).

- you start a new mode (basically you leave your transaction and restart it but this is probably not what you are looking for)

 

But please note that /SCWM/CL_TM=>CLEANUP will not only clear this buffer but ALL buffers. So if you are in a transactional process where you have changed data that you did not save then you should not do this.


Best regards

 

Markus

Re: How to edit .xsaccess file edit with SAML and form based authentication method

$
0
0

Hello Nilesh,

 

as described in the developer guide the syntax for form base authentication is

{  "authentication" : { "method" : "Form"}
}

For the further authentication options (like SAML) you can use the XS Admin Tool (SAP HANA Administration Guide - SAP Library).

 

Best Regards,

Florian

Re: How to create Bar Chart in generictile

Re: ZIH08 export to excel

$
0
0

Hi,

 

It's working I have added the new field in RIHEQUI_LIST structure. But I have one more question.

When I tried to to rename a field at my ZRIHEQUI_LIST and save and activate. My customized program is still look for the previous field that was changed.

 

Example:

I have a field ZTEXT1 then in my customized program im using ztext1 also. But then I've decided to rename the field to ZTEXT2 so I will change my code in my customized program to ZTEXT2. But when Im saving and activating my program it is still lookin for ztext that was renamed in ZRIHEQUI_LIST.

Can you help me with this sir?

Thanks!

Re: Creating a New Object (Dimension, Measure or Detail) in a Webi Report from a text variable

$
0
0

Dear Everyone,

 

I have attach a screenshot where you can see that when I open my report the Input controls are close but when I click Update date the input controls appear visible.

Re: Will my existing InfoSpokes work in BW 7.4

$
0
0

Also to add on this, there is one note 1983356 which says Info Spokes can be accessed in BW 7.4 version but cannot be modified. When I checked in BW 7.4 sandbox system, I see RSBO is completely obsolete for Info Spokes. In that case how can we access them?

Re: Inactive objects with exclamation mark can not be activated or deleted

$
0
0

Hi Ibrahim,

 

Can you try renaming it first and then activating/deleting it?


Re: Q: Changing header height in sap.m.Table

Re: Unable to transport objects from BW test system

Re: HTTP_AAE receiver channel getting error "aii.adapter.http.api.HttpAdapterException: STATUS_CODE_NOT_OK"

$
0
0

Hi Gampa,

 

Thank you for your help , changed channel type as soap and changed parameter as below but getting same error. any idea ?

 

 

 

1.png

2.png

Re: Employee appears already in a future position

$
0
0

Hi Venkat,

 

Actually the changes were done by the client on his front-end solution (linked to SAP). We are just required to check why the employee appears as already in the future position.

As far as I know, the changes were done in what should mirror PA40 and PA30 on client's side. When I checked the positions in PPOME and the only difference I see is that the new position B has a Vacancy "open" from 15.01.2015 till 31.12.9999. Other infotypes seem OK

 

Kind regards,

 

Charly

Re: Custom table creation in BRF....

$
0
0

I see! But there is a BRF forum too somewhere...

Add compensated leave to Quota type

$
0
0

Dears;

 

I need to add number of days in quota type called for ex. "Compensated Leave"  once the employee attended in Day Off how can i do that in time evaluation.

 

Best Regards;

Mohamed Gomaa

Re: How to take SAP backup on tape drive ?

$
0
0

Hi Parth,

 

thanks for your replay.

 

can i know SQL commands to schedule back up on tape drive.

 

Best regard's

 

Habib


Re: Not getting PO approve name in me28

$
0
0

Hey Ashok ,

 

The issue here is for output , and as the issue is only for single user every one asked Roman to check with Abaper and user master in SU01 , not sure if he chekced it or not.  there is no issue in release strategy reported here.

 

 

Thanks

Kunal

Re: Dar salida a un documento de cancelación

$
0
0

Hola Jose Antonio:

 

Muchas gracias por tu respuesta, te comento, he estado revisando más en profundidad y el problema que tengo es que los documentos de cancelación no tienen asignado una clase de mensaje, por tanto cada vez que intento darle salida  desde vf03  tengo que asignarle manualmente la clase de mensaje.

2015-06-26 09_50_01-Anulación Fr.Cat MEX 1080000336 (ZAFM) Visualizar_ Resumen, posiciones.png


He intentado asignarle una clase de mensaje desde la transacción SPRO pero parece que no lo hago correctamente.




2015-06-26 09_47_40-Visualizar guía de implementación.png


Necesito darle salida al documento de cancelacion para que se ejecute la funcion ZBAPI_ACC_DOCUMENT_POST donde envio una copia de dicho documento a el directorio ftp del cliente.

Re: Scientific Notation from APD

$
0
0

think you can use this- EXPONENT

 

e.g.:

 

DATA: float          TYPE f,

       formatted_text TYPE c LENGTH 6.

 

float = SQRT( 2 ).

 

WRITE  float TO formatted_text EXPONENT 0.

 

write : / float.

write : / formatted_text.


M.

Credit not working at delivery level

$
0
0

Dear Gurus,

 

I have configure the credit management on sales order and delivery level only, not at PGI level,

 

all the settings has been done.

 

system work fine of order level and block if limit exceed, and we cant process for delivery, once remove the order, when I create delivery document

and press save button, system cant hold me at delivery time.

and when I see the credit processing on delivery header it set the indicator D, that document release by credit representative.

 

I have just release the sales order and want system again block the delivery document.

 

I have mark the delivery type LF as 02 (delivery credit group) and also define the automatic credit control with the combination of "credit control area +risk category + credit group 02 for delivery)

 

all master is ok.

 

Please suggest.

Enabling the screen after error message

$
0
0

Hello,

 

By using the EXIT: EXIT_SAPLMLSP_030 i am displaying the error message based on some conditions in ML81N (Service entry sheet).

 

while saving the service entry sheet i am able to display the error message successfully.

 

After displaying the error message the screen becomes disabled and it is not allowing to change the values.

 

But the user wants to change the values after displlaying the error message.

 

I tried the following ways.

     >Set screen '0400'.

     > message type 'S/I' display like 'E'.

     > leave screen

     > Leave to LIST-PROCESSING

               " It is displaying error message saying that in subscreen we can not set the screeen ".

     > i tried displaying the error message as popup

 

Used the following function modules.

     > HR_BEN_SHOW_ERROR_POPUP

     > C14ALD_BAPIRET2_SHOW

     > POPUP_WITH_TABLE_DISPLAY_OK

     > POP_UP_TO_CONFIRM

 

 

Please suggest me any other way ro acieve the requirement.

 

Thanks in Advance.

 

 

Regards,

Dorababu P

Viewing all 8707 articles
Browse latest View live


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