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

Re: SLT | SQL exception occurred in receiver system (rfc dest. NONE)

$
0
0

Hi Balimi,

 

Did you resolve the issue? I have raised an OSS message but yet to receive update from them.

 

Still am getting same error. Please share if you managed to resolve this SQL issue.

 

Execution of program /1CADMC/OLC_010000000002453 failed, return code 3

Message no. DMC_RT_MSG046

 

Thanks in advance.

 

Naresh


Re: addContent of view is asynchronous with DOM change?

$
0
0

Hi Sai,

 

I get your point.

 

Here's my code:

 

sap.ui.jsview('testView', {    createContent: function(){        var view = this;        return [new sap.m.Button({            text: 'click',            press: function () {                view.addContent(new sap.m.Text({                    id: 'hello',                    text:'hello'                }));                alert(jQuery('#hello').length); // I expect it to be 1, but it is 0 actually.                setTimeout(function(){                    alert(jQuery('#hello').length); // It outputs 1 in the setTimout function.                });            }        })]    }
});
sap.ui.jsview('testView').placeAt('content');

 

Your idea does solve the problem. However, I've got a concern that the onAfterRendering event will be triggered more times than I expected. For example, say we have two addContent method to add different contents, the onAfterRendering will be triggered twice. But probably I need different handling logic for each addContent method. This will need extra effort. Anyway I can see there is some way to try. But this code structure seems not quite natural. I wonder why UI5 is designed like this...

 

Still, thank you for you help!

Re: Problem with uploading Task List long text with direct input method

$
0
0

Hi Ziv ,

 

Thank you for your response. The example link was quite helpful. That example is working fine and uploading LT. But I have checked that LSMW project. It contains Single Link field between operation and Operation Long Text.

 

But in my project , I am using 3 Link fields :

 

1. INDENT1   ( its also present in TL header , Operation and Operation Long Text files)

2. PLNAL ( its also present in TL header , Operation files & Operation Long Text Files )

3. VORNR ( its present in Operation  and Operation Long Text File only )

 

 

I am creating TL with different counters within same group also.

 

Can you pls share what could be the reason.

Re: USER DEFINED NUMBER FIELD

$
0
0

Hi Frank

 

Is it possible to allow decimals in this current Number type UDF as already posted with many other transactions.

Re: Combine full year data with partial year data in line chart

$
0
0

Hi Ricarda,

 

I think this is something best done in the backend.  For instance, if your data source is a BW BEx Query, you would specify a variable for MonthYear and set this based on the selection from the dropdown box.  The BEx Query would include one measure (key figure) for Line A for the full year and another measure for Line B which would be restricted based on the month variable.

 

Using data source variables is not ideal from a performance perspective but I'm not sure of a simpler solution by using only scripting and standard charts.

 

Regards,

 

Mustafa.

problems with add annotations in 'MPC_EXT' class.

$
0
0

Hi all,


I'm testing the UI5 object 'TREETABLE' with 'SMARTTABLE'. It needs adding annotations from the odata service.

 

I tried to add annotations using the 'XXXXX_MPC_EXT' object. It seems '/IWBEP/IF_MGW_ODATA_ANNOTATABL~create_annotation' can add annotations. But it doesn't add an annotation to the metadata.

 

Here is my codes in DEFINE() method:

 

 

method DEFINE.

     data:

         lo_annotation     type ref to /iwbep/if_mgw_odata_annotation,                "#EC NEEDED

         lo_entity_type    type ref to /iwbep/if_mgw_odata_entity_typ,                "#EC NEEDED

         lo_complex_type   type ref to /iwbep/if_mgw_odata_cmplx_type,                "#EC NEEDED

         lo_property       type ref to /iwbep/if_mgw_odata_property,                  "#EC NEEDED

         lo_entity_set     type ref to /iwbep/if_mgw_odata_entity_set.                "#EC NEEDED

 

super->define( ).

***********************************************************************************************************************************

*   ENTITY - Zx108TCifppidx

***********************************************************************************************************************************

 

lo_entity_type = model->get_entity_type( 'Zx108TCifppidx' ). "#EC NOTEXT

 

***********************************************************************************************************************************

*Properties

***********************************************************************************************************************************

lo_property = lo_entity_type->get_property( iv_property_name = 'Ifname' ). "#EC NOTEXT

lo_annotation = lo_property->/IWBEP/IF_MGW_ODATA_ANNOTATABL~create_annotation( 'sap' ).

lo_annotation->add( iv_key = 'hierarchy-parent-node-for' iv_value = 'Ns' ).

lo_entity_type->bind_structure( iv_structure_name   = 'ZX108_T_CIFPPIDX'

                                 iv_bind_conversions = 'X' ). "#EC NOTEXT

 

endmethod.

 

 

DEBUG shows the annotation is successfully transformed using Transform 'ID', but it is not show in metadata.

 

I don't know if it is a right method to add annotations. I hope someone can tell me somethings about it. Thank you.

Migracion de B1 Integration Framework de 8.82 a 9.1 en el CFDI

$
0
0

Buen día expertos!

 

Estoy por migrar de la 8.82 a la 9.1.

Ya migre la base de datos en pruebas y no tuve ningún problema, mi unica preocupación es la migración del B1if.

No se si se tenga que hacer alguna configuración adicional para el escenario de la facturación electrónica para México.

Esa parte de la migración no la puede hacer en mi escenario de pruebas así que no se si tenga que hacer algo extra o especial al terminar el upgrade y pueda seguir timbrando mis facturas sin problemas.

 

De antemano, gracias!

Re: Usage of TMVL in scoping

$
0
0

P.S. Provide screenshots of administration screen for VERSION and TIME_PERIOD dimensions


Re: CK40N Still open

$
0
0

Hi,

 

For successful costing run need to clear all the errors which you have faced.

 

Example:

 

No price could be determined - Ask MM persons to maintain price for the material.

NO bill of material - Ask PP guys to maintain BOM

 

Clear all the issues then proceed for mark and release the cost estimate

 

Regards,

Pavan Kumar Arvapally

Re: How To Open Adobe Interactive Form in Android Device?

Re: ERROR IN FORMULAE

$
0
0

Hi,

 

Formula Inout field you have to choose "Total".

 

Regards

SP Samy

Accessing BW workbook

$
0
0

Hi all,

 

 

 

I have a user that was deleted from BW, and I cannot find any of its favorites in table SMEN_BUFFC.

But I do find a workbook that was created by that user in Metadata repository.

 

I cannot access the workbook as it was most probably saved in the users favorites menu and was deleted when the user was deleted.

 

 

Any Idea on how to access it?

 

 

Thanks

Re: ORA-20000 index is in unusable state

$
0
0

Thanks for your help.

 

I test it on the QAS System with brtools. In the evening I do this with PRD System.

help with vofm routine

$
0
0

Untitled-15.png

 

the above screen is from invoice --item condition detail .

 

I am writing a routine in VOFM to change the condition value .

 

what is want is condition value = condition base value  * amount  = 211.28 * 3 = 633.84

 

This is the code i am using

 

FORM FRM_KONDI_WERT_900.

 

 

IF XKOMV-KAPPL = 'V'.

 

 

IF XKOMV-KRECH = 'C'.

 

 

xKOMV-kwert = xkomv-kbetr * komp-mgame / 1000.

 

 

ELSE.

 

 

ENDIF.

 

 

ENDIF.

 

 

ENDFORM.

 

 

when i debugg xkomv-kwert has the value 633.84 but in the invoice screen it prints 633.83 only .

 

please help to figure out why it is happening so .

 

Thank you so much .

 

pooja

Re: Removing Duplicate Credit memo in Sales

$
0
0

Hi Abdul,

 

What error message is showing while cancelling the document? Are you using the t.code VF11 if it is created through SD route else use the t.code FB08.

 

Regards,

Mukthar


Re: Where to change the settings for maintenance screen appearing

$
0
0

Hai guru's

 

Thanqs for the responce,

i got solution by assigning the port num in host file.

How to delete an inactive index on the BI Accelerator

$
0
0

After I delete a request from an InfoCube (for which there is a BIA index), the BIA index is no longer available for reporting.

The BIA index just remains inactive and takes up lots of space on the BI Accelerator server.

 

The solution that I know about it is to rebuild the index.

So I regularly rebuild the BI Accelerator index every weekend.

 

But I wonder if there are any other solutions to delete the BIA inactive index.

The main reason why I rebuild the BI Accelerator every weekend is to delete the BIA inactive index that takes up lots of space.

But the work regarding BIA rebuild is really critical, so I just want to know any other solution, or at least the way to reduce the number of rebuilding.

 

Best regards,

 

Jeongmoo Lee

BRF+ not completly launched in IE11 but fine in Chrome

$
0
0

Hi BRF experts,

 

I can't find why BRF+ not completely launched in IE11 but when I use Chrome it's launched without problems.

Do I need to change advanced setting on IE? Or do I need a Java app?

 

Your help is appreciated!

 

Kind Regards,

 

Johan Zeeman

Re: No option for processing Single Cost Center/Profit Centers MDG7.0

$
0
0

Hi Narendra,

the link for navigation is usally displayed on the actual cost / profit center ID. It might be helpful if you could post a screenshot of your result list.

Best regards

Michael

Re: Theme Editor Preview Getting Errors.

$
0
0

Hi Santarshi Samanta,

 

Thanks for the reply.

 

The Component EP-BASIS as per my portal version is 1000.7.40.11.8.20150819094839 , 7.4 SP11.

But i am still getting this issue.

 

Popup Dialog  Styles changed in theme,but my changes are not reflecting for header Background Color of Title Area.


Please find the image.

 

Please tell me the any suggestion for this issue.

 

BR,

Durga Rao.

Viewing all 8594 articles
Browse latest View live




Latest Images