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

Re: Production order - valid production version issue

$
0
0

Dear Swathi,

 

Check the time zone in SPRO --> SAP NetWeaver --> General Settings --> Time Zones -->  Maintain System Settings.

 

Here System Time Zone and User's Default Time Zone both are same (along with Time Zones Active check box should be Ticked) , then the above mentioned problem wont occurs.

 

Still problem exists, then go to SU01, enter your user name, go to Defaults tab and under the Personal Time Zone window, maintain "of the User" time zone as same as Sys. Time Zone. After this setting, log-off and relogin and try to create the production order.

 

Please check and revert back.

 

Regards,


Re: PM task list tracking

$
0
0

Also try transactions IA15 and IA21 to get the change documents.

 

PeteA

Re: Oracle patch set installation/update (from 11.2.0.2 to 11.2.0.3)

$
0
0

Open a command prompt.

sqlplus "/as sysdba"

select * from v$version;

 

Regards

RB

Re: Navigate between different views

$
0
0

Great tip Robert

Couple of qs on the same

 

1) How can we pass data between 2 views in this approach?

2) how can I assign diff hash to these views and create a url for each view?

 

Thanks

Sandip

Re: Transfer Posting from WM Managed location to Non WM managed location Issue

$
0
0

Hi all ;

 

If you do not want to create Transfer , you can do it automatically.

 

Regards.

 

M.Ozgur Unal

Re: Mark reviewed line items within a report?

$
0
0

So it is not really a viable option as I thought.  I appreciate the explanation.

 

Thanks,

 

Noel

Re: EDM.Time is not converting in SAPUI5

$
0
0

Hi Robert,

 

I have read the blog, but my question is "do we have any SAP UI5 predefined function whcih can convert from edm.time to desired time format pattern"?

 

 

Thanks,

Kiran.

Re: Problems loading data into IQ

$
0
0

John,

 

Likely your issue is because you don't have FORMAT BCP specified.  Your file does not appear to have a delimiter after the last column.  When you use DELIMITED BY and ROW DELIMITED BY the default is to expect a column delimiter after every column, even the last.  This is known as FORMAT ASCII (the default).  Changing to FORMAT BCP then tells IQ that the column delimiter will exist on all columns EXCEPT the last one.

 

Keep in mind, too, that using the DATETIME() feature means that that column must ALWAYS be that wide.  You cannot have an empty string that represents a NULL.  In reality, though, you don't need to specify the DATETIME() function as your format is one of the default formats for IQ.

 

Here is a sample:

 

set temporary option escape_character='on';

set temporary option quoted_identifier='on';

set temporary option date_format='ymd'; -- forces the date order to be YMD for loading

 

LOAD TABLE transaction

( customer_id, merchant_id, txtimestamp, txamount, txcurr)

FROM '/iq/demo/1.csv'

FORMAT BCP

ESCAPES OFF

DELIMITED BY ','

ROW DELIMITED BY '\n';

 

I ran this on my Linux machine and loaded the data without issue.

 

Mark


Re: Table or FM to get released information

$
0
0

Hello, I did solved my problem,

Here my solution:

 

Go to Ekko with EBELN and Get the field:

FRGSX <- Rel. Strategy

   FRGGR  <-    Release group

FRGZU  <- Release status

 

Then

SELECT SINGLE * FROM T16FS

      INTO WA_T16FS

      WHERE FRGSX EQ WA_ALV-FRGSX

      AND FRGGR EQ WA_ALV-FRGGR.

 

         IF wa_alv-frgke EQ '0'.

           v_cant_lib = 0.

           v_cant_lib = strlen( wa_alv-frgzu ).

*           IF WA_ALV-FRGGR = 'VR' .

               CASE v_cant_lib.

             WHEN 0.

              v_cod_lib = WA_T16FS-FRGC1.

             WHEN 1.

               v_cod_lib = WA_T16FS-FRGC2.

            WHEN 2.

              v_cod_lib = WA_T16FS-FRGC3.

             WHEN 3.

             v_cod_lib = WA_T16FS-FRGC4.

            WHEN 4.

             v_cod_lib = WA_T16FS-FRGC5.

             WHEN 5.

              v_cod_lib = WA_T16FS-FRGC6.

            WHEN 6.

             v_cod_lib = WA_T16FS-FRGC7.

             WHEN 7.

              v_cod_lib = WA_T16FS-FRGC8.

              ENDCASE.

 

 

 

 

           READ TABLE it_t16 INTO wa_t16

             WITH KEY frggr = wa_alv-frggr

                      frgco = v_cod_lib.

           IF sy-subrc = 0.

             wa_alv-frgct = wa_t16-frgct.

           ENDIF.

         ELSEIF wa_alv-frgke EQ '5' or

                wa_alv-frgke EQ '6'.

           wa_alv-frgct = "Total released'.

         ELSEIF wa_alv-frgke IS INITIAL.

           wa_alv-frgct = 'Without Strategy'.

         ENDIF.

 

 

         MODIFY IT_ALV FROM WA_ALV TRANSPORTING OBMNG ZTER2 ERNAMT DATVR UDATE FRGCT.

 

 

ENDLOOP.


 

Thanks all and regards

LSMW - Update characterstic value in configure variant (MRP3)

Re: 0FI_GL_20

Re: 0FI_GL_20

$
0
0

Hi Siddharth,

Thanks for the answer about Debit credit and balance. please let me know from whenre data source pick up VALUETYPE - Value type for Reporting & CHARTACCTS - Chart of accounts. Ecc table name and field name will be helpful.

Job name Backup

$
0
0

Hello,

 

I´ve scheduled the script the backup of Sybase BD every with the translog.

 

But I must to create other db_procedure fo backup master db? it must to be scheduled at the same time that SID sybase?

 

How can I know the name of the job of the scheduled script that generate the dump in tcode dbacockpit? I´ve tried on SM37 but I don´t find it, in Oracle DB you can see the job DBA:FULLONLINE______@ on sm37.

 

Thanks

SAP PS

$
0
0

I'd like to know if any member can share with us any exercises created in PS using the GBI database.

 

We are going to teach project management in the B.Com. program, using PS in next semester.

 

Your help is greatly appreciated.

 

Daniel Hui

Seneca College

Toronto, Canada

Re: Does HANA have a result cache

$
0
0

Hi Mikhail,

 

Sure, HANA does have a possibility of having resultset cache. The SAP Note http://search.sap.com/notes?id=0001833049 (although related to the distributed landscape) mentions the parameter in indexserver.ini, section [cache], resultcache_enabled = yes.

 

I am not sure if this setting, should be enabled as it may display the result from the cached resultset and may not always be correct, if the data gets updated.

 

I think by default the value is set to no, but you can check yourself.

 

Regards,

 

Ravi


Selective loading

$
0
0

Hi All,

Thanks for your explaination.

Receiver HTTP_AAE - Cons. JSON-REST WS - 204 No Content as error

$
0
0

Hello everyone!

 

Using 7.31 Java-only PI, I create a JMS->HTTP scenario for consuming JSON-REST web service.

So far, the messages are getting successfully converted in a custom adapter module (XML -> JSON), and the WS is handling the POST calls successfully. However, as a POST method for a json/rest, the WS is returning a "204 - No Content" message (which is a successful response), but the HTTP adapter is failing with the following exception:

 

"MP: exception caught with cause com.sap.aii.adapter.http.api.HttpAdapterException: STATUS_CODE_NOT_OK-No Content"

 

How can I configure HTTP adapter to consider 2xx messages as successful? This should be the default IMO, since it is a success status: http://wiki.scn.sap.com/wiki/display/XI/Http+Codes

 

I've found only one similar thread, however without answers:

http://scn.sap.com/thread/3293349

 

Appreciate any pointers given!

 

Thanks in advance,

Lucas Santos

Re: Umstellung auf SEPA in 02/2014

$
0
0

Hallo Thomas,

ich benötige aktuell auch so einen 1xKonverter für die Umstellung auf SEPA.

Wäre toll, wenn du mir das zur Verfügung stellen könntest.

 

viele Grüße

Andreas

showing array element inside sap.ui.table cell

$
0
0

Hi,

 

This is a very simplified version of my problem.

 

I have this data:

        var xData = [

            { Name: 'Sam', Val: [1, 3, 5] },

            { Name: 'Max', Val: [2, 7, 8] }

        ];

 

I want to display the below (the val column will show a specific array index, e.g. 1, of my data)


Name    Val

-------------

Sam     3

Max     7

 

My attempt, obviously doesn't work, (note the Val[1]):

 

        var xData = [

            { Name: 'Sam', Val: [1, 3, 5] },

            { Name: 'Max', Val: [2, 7, 8] }

        ];

        var xTable = new sap.ui.table.Table();

        xTable.addColumn(new sap.ui.table.Column({

            label: new sap.ui.commons.Label({ text: "Name" }),

            template: new sap.ui.commons.TextView().bindProperty("text", "Name")

        }));

        xTable.addColumn(new sap.ui.table.Column({

            label: new sap.ui.commons.Label({ text: "Val" }),

            template: new sap.ui.commons.TextView().bindProperty("text", "Val[1]")

        }));

        //Create a model and bind the table rows to this model

        var oModel = new sap.ui.model.json.JSONModel();

        oModel.setData({ modelData: xData });

        xTable.setModel(oModel);

        xTable.bindRows("/modelData");

 

Thanks,

Re: Nfe parada - Status Processo = 04 ( Incluído no lote) e Status de Erro = branco

$
0
0

Boa tarde!

 

    Usamos o SAP/GRC.

    No monitor da SAP ERP está na engrenagem e não consigo reenviar.

    Tem algum maneira direto na SEFAZ para reenvio?

Grato.

Viewing all 8713 articles
Browse latest View live




Latest Images