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

Re: Internal table

$
0
0

Have you checked wether your internal table is loaded with all the records and also put debug point before the lopp(at select query) and execute...check wether you are getting dump or not


area->DETACH_COMMIT() is not defined

$
0
0

Hi Experts,

I am getting error when implementing Shared Memory for one of my object.

 

Created a area SHMA and Assigned Root class

In Root Class I implemented GET_MSG , SET_MSG along with IF_SHM_BUILD_INSTANCE~BUILD methods.

In IF_SHM_BUILD_INSTANCE~BUILD Method:

I wrote
   method IF_SHM_BUILD_INSTANCE~BUILD.
  data :area TYPE REF TO zcl_shared_area,
        root type REF TO zcl_long_text_iw21.

*area = ZCL_SHARED_AREA=>ATTACH_FOR_WRITE[].

*TRY.
CALL METHOD ZCL_SHARED_AREA=>ATTACH_FOR_WRITE
  RECEIVING
    HANDLE      = area.

create OBJECT root AREA HANDLE area.
root->set_message( 'This is testing' ).
area->set_root( root ).
area->DETACH_COMMIT().

endmethod.

I am not able to call DETACH_COMMIT , but able to call SET_ROOT . ITs giving Error "Statement "AREA->DETACH_COMMIT()" is not defined. Check your spelling."

 

I check some Solution for this and asking me to implement OSS Note , but its cannot be implement.

Please help.

 

With Regards,

Bala M

Re: Cannot Mark Correct Answer on Old Thread

$
0
0

Can you share the link for that particular thread? Is it locked?

Re: GOS - Saving in the filesystem

$
0
0

Hi Jaione,

Did you got success on this configuration (content server as file system in the tcode OAC0)?

 

Thanks and Best regards.

Re: Asynchronous web service call from Redwood

$
0
0

Thanks a lot HP.

I did include the imports like below:

import com.redwood.scheduler.api.*;

 

may be i should have been more specific. It worked when i used your specific import line.

 

SAP provided us with an older version of the API documentation, and now when requested for details on the SOAP package, they provided us the latest API documentation which contains more information.

 

Thanks

Nanda

Can the dynamic product proposal be sorted by material description?

$
0
0

I have created a dynamic product proposal using the CMIR as the source. During sales order entry the product proposal sorts by material number and due to the number of materials in the CMIR the business would like to be able to sort alphabetically by material description. Is this possible?

 

Regards,

 

Brian

 

 

In regard to the same question is it possible to sort any of the product proposal types for a sales order to sort by anything other than the product (material) code?

 

Thanks,   Brian

SAP Agntery Application + SAP Backend with webservices

$
0
0

Dear All , Can i connect agentry app to sap backend with webservices ? Because I dont want to use SAP Agentry Framework to backend . So , My agentry app communicate with Odata and Odata with SAP webservices via SAP PI . Thanks & Regards ,   Kunal Varaiya

Reports not saving correctly from BI Launchpad

$
0
0

I'm new to the BI Launchpad and Crystal Reports but I have been able to create/view my individual Crystal Reports from within the BI Launchpad through my web browser but when I go to save to a file location, the type is FILE instead of .RPT, .RPTR or even .PDF. This also includes sending the file to a location. Crystal Reports 2011 and BI Launchpad 4.x were used. Any thoughts on what could be wrong.


Re: SAP Fiori Apps Speed

$
0
0

The issue has been resolved thanks to the following note: 2023100

Re: Add Document (invoice), linked with payment (DI API)

$
0
0

Hello Brian,

 

I understood, when you choose Billofexchange on payments terms, you saying to SAP to register the receipt when insert the invoice. I believe that if you insert the invoice with payments it will work. If you choose none, SAP will allow to insert the invoice and make the receipt after.

 

Kind regards,

 

Leo.

Re: Crystal Report Viewer Not viwed - Through APP Server Re-Direction

Obligatory address fields vary by system

$
0
0

I have a problem with different behavior in development and production systems.

 

Development system allows maintenance of an address from country Canada with empty REGION field.

Production system considers an entry into field REGION for addresses of country CANADA to be obligatory.

 

 

Address is displaying in screen 0301 of report SAPLSZA1

 

I have tried looking at transactions OY01 and OY07.

 

I have tried looking at SPRO -> SAP Netweaver -> General Settings -> Set Countries -> Set Country-Specific Checks

 

 

The systems appear to be the same. Can anyone suggest an explanation?

Re: Restrict Sales order of few Process types from ECC to CRM

$
0
0

Hi,

Now that I have access to a system I could double check how filtering is done on ECC: and in fact the i_filter_mode is not the problem because filtering is done before the lines of coding you have identified. So I'd suggest to get help from a developer that will tell you the exact piece of coding where your conditions are not taken into account. In my system it is line 349:

Debug.png

 

Regards,

Nicolas.

Re: Third Party Javascript In XS Engine?

$
0
0

What would be the syntax for importing a third party library into an xsjs service? I have tried the following:

 

my.xsjs:

 

     $.import("myApp","myLib");

 

where my.xsjs is in the same package (myApp) as myLib.js

 

i receive the following error:

 

Found the following errors:

===========================

Error: import: failed to load the library (line 1 position 0 in /myApp/my.xsjs)

Re: issue in refreshing target group.

$
0
0

Praveen...not able to get your question...Can you please elaborate?

 

You can create data source from Table join and those can be used in your attribute list and target group can be created.

 

If you can elaborate question I will be able to help you.


Re: EPM Formatting Sheet Issue - Right click on the cell and lock the cell

$
0
0

Hi David,

 

Are you editing a template that was first done in Excel 2007? In my experience, usually when a template is done first in a different version of excel that sort of things happen. But there is a way to lock the cell without relying on the right click in the Formatting sheet. You can do this by overriding it in the USE column in the formatting sheet.

7.PNG

 

Thanks,

Bennie Jay

Re: Resource Related Billing in DP91

$
0
0

Hi

Can you try putting "01", the Billing Form, inside Item category on the bottom. This should be maintained for the item category used for fixed price item wants to move from SO to DMR.

Re: Autorizacao de Entrada de Nota Fiscal

$
0
0

Oi Leila, claro.

 

Voce abre a tela Compras - C/P=>Nota Fiscal de Entrada e habilita "Informação do Sistema" no menu superior em Visão.

 

Depois vai passando o ponteiro do mouse sobre a Grid dos Itens da NF e na barra abaixo vai exibir as coordenadas. Veja a figura abaixo onde posicionei o mouse sobre a coluna "Desconto".

Então neste caso seria $[$38.14.number]. "number" porque se trata de um campo numérico, se fosse texto sería "text". Espero que tenha te ajudado e qualquer dúvida e se eu puder ajudar, fique a vontade.

 

2014-08-15_1522.png

Key Date- Delimited Time Dep- Master data

$
0
0

Hi,

 

For time- dependent Master Data for example 0HRPOSITION, data stored in the following format.

This position was created in 07/01/2005 and delimited in 09/01/2007.

 

 

Position                Valid To           Valid From         Vacant

30000000            06/30/2005      01/01/1000                 

30000000            12/04/2005      07/01/2005          X

30000000            12/28/2005      12/05/2005          X

30000000            08/10/2006      12/29/2005          X

30000000           09/01/2007      08/11/2006          X

30000000            12/31/9999      09/02/2007          

 

Even though Position did not exist before 07/01/2005 BW fill the position Key value in the column to fill the gap between 01/01/1000 to 06/30/2005 AND after delimited date ( From 09/02/2007 to 12/31/9999).

 

My requirement is to: NOT SHOW any Position # if used key date out side the existance of this positon. So, if I use key data 06/30/2005 or 09/02/2007 the result should be BLANK/ Not assigned etc.

 

I hope this make sense and any help is greatly appreciated.

 

Regards

Arjun

Re: SAP NW Java stack listening to 2 ports 8000 and 50000

$
0
0

Hi,

 

I believe Reagan Benjamin already gave you some hints.

Please read how ICM works on dual stack and how it passes requests to ABAP and JAVA.

Read this: SAP Library - Architecture Manual

If you don't understand this that you might post that this is working for port 8100 also and want to disable it.

 

Regards,

Divyanshu

Viewing all 8798 articles
Browse latest View live




Latest Images