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

what are some great resources for a SAP BPC 10 student?

0
0

I have signed up for a class and would like to know what references you would recommend to get hands on practise on creating dimensions, hierarchies etc.


Re: Counting rule for leave not woking

0
0

Hi Vijay,

 

Please do the following.

 

Please check Holiday Class 1 - public holiday and uncheck day type 1: day off.

 

Then apply leave and let me know how it goes.

 

Also, ensure that the employee belongs to religion Buddhist in IT0002 since this public holiday is applicable only for Buddhist.

 

Thanks and regards,

Vivek Barnwal

Re: editable property is not working for Table

0
0

I have a similar think.  I have an SAPUI5 Table binding using JSON model:

 

var xmlHttp = new XMLHttpRequest();

     var xmlDom;

xmlHttp.open( "GET", "/XMII/Runner?Transaction=ProjectsStatus/Transactions/ProjectsStatus_Applications&OutputParameter=JSONData&Content-Type=text/xml", false );

      xmlHttp.send();

         xmlDom = xmlHttp.responseText;

    var xmlDOMJSON = xmlHttp.responseXML;

    var opElement = xmlDOMJSON.getElementsByTagName("Row")[0].firstChild; 

    var jsonData = eval(opElement.firstChild.data);

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

    oModel.setData({modelData: jsonData});

    oTable.setModel(oModel);

    oTable.bindRows("/modelData");

//Initially sort the table

     oTable.sort(oTable.getColumns()[0]);

    // finally place the Table into the UI

    oTable.placeAt("content1");

 

Table edit.PNG

 

I want to be able to edit any row and save it - how can I do that?

Re: CO-PC: WIP works, but does not generate quantity documents

0
0

Can you check if it works for REM planned orders with Classic BOM? If it works for BOM, but doesn't work for iPPE, then I strongly suggest to create Customer Message for SAP Support. It's entirely possible that WIP Revaluation is not supported for IS-Auto at all, or additional SAP note should be created to make it work.

 

Please also keep us posted about your results.

 

Regards,

Eugeny.

Re: Status was reset by system -Maintanance optimizer

0
0

That's Gr8 Shahin thanks for sharing the solution

 

Akif

Re: Problem "GUI Command Queue" has encountered a problem.

0
0

Kind of SAP version for classic support answer "Update your driver"

Integrate SAP Crystal Reports with SAP ECC 6.0

0
0

Hi everyone,

 

we (as a company), have SAP B1 and SAP R/3 ECC 6.0 on our servers. We also have SAP Crystal Reports integrated with SAP B1 and we wanted to integrate it with SAP R/3 ECC 6.0.

 

How can we do that? Do we need to buy another license or version of SAP Crystal Reports? How to do the implementation?


Thank you in advance,


Denis.

Re: SET_TABLE_FOR_FIRST_DISPLAY in I_CALLBACK_USER_COMMAND

0
0

Hi,

Try like this ,

Declare screen, custom container, methods etc like,

first declare data :  IT_rec_Fcat TYPE lvc_T_fcat,

   WA_rec_Fcat TYPE lvc_s_fcat,

ob_custom TYPE REF TO cl_gui_custom_container ,

   ob_grid1  TYPE REF TO cl_gui_alv_grid .

 

CLASS lcl_event_receiver DEFINITION.

   PUBLIC SECTION.

   METHODs : handle_double_click FOR EVENT double_click OF cl_gui_alv_grid IMPORTING e_row e_column.

   ENDCLASS.

DATA : v_event_receiver TYPE REF TO lcl_event_receiver.

perform build_fcat.

   CALL SCREEN 9000 .

within that screen's OUTPUT part>

* This will create a container

    CREATE OBJECT ob_custom

       EXPORTING

         container_name = 'CONTAINER' .

CREATE OBJECT : v_event_receiver.

 

     SET HANDLER v_event_receiver->handle_double_click FOR Ob_grid1.


CALL METHOD ob_grid1->set_table_for_first_display

       EXPORTING

         i_structure_name = 'IT_REC_FCAT'

       CHANGING

         it_outtab = it_OUT_REC

           IT_FIELDCATALOG  = IT_REC_FCAT[]  .

>>

CLASS lcl_event_receiver IMPLEMENTATION.

     METHOD handle_double_click.

       READ TABLE it_out_rec INTO wa_out_rec INDEX e_row-index TRANSPORTING kunnr.

SUBMIT RFITEMAR with DD_KUNNR-LOW = wa_out_rec-kunnr

                       WITH X_AISEL = 'X'

                       with SO_BUDAT in s_budat

*                      WITH %%DYN011-LOW = '1300000032'

                       AND RETURN .


ENDMETHOD.


DO NOT forget to create other part & declaration.

Hope this code will help you.


Try like that.


Thanks.




Re: Crystal reports cannot be displayed: CR400

0
0

Hi Nish,

 

did you check note 1815660?

 

Regards,

Alessandro

Re: Problem connecting ESP to IQ

0
0

Hi all,


Thanks to Neal and Alice’s help we have now resolved this issue. Ultimately there were two problems that needed to be fixed:

 

  1. The IQ ODBC driver was originally installed independently, but the installation did not appear to be completely successful and certain files (such as libdbtasks16_r.so) were missing. We solved this by uninstalling the driver and installing the full IQ Client.
  2. Because our IQ database was already running, we did not need the DatabaseFile parameter in our .odbc.ini file. Once this was removed we were able to connect to IQ successfully.


Many thanks for all your help once again.

 

Richard

How to create non valuated activity types for maintenance work centers

0
0

Hi,

 

I am catering maintenance labor over time via utilizing work center activity type field. Can anyone explain how can I create non valuated activity types for example "OVERTIME" ? This activity type must not calculate cost of work center hours on maintenance order.

 

Please reply soon.

Re: Field type for strig

0
0

Well that is pretty old (~1998+). I have no experience with 4.0. Maybe somebody will remember what was used instead string.

 

But I think that only char data types were used back in these days in ABAP:

 

DATA: l_long_char TYPE c LENGTH 1998.

Calculated view with input parameters

0
0

Hello there.

 

I've created a calculated view with input parameters, which I am going to call  it  'VIEW_A'.

This view has been working just fine.

But now I have to create another calculated view and import the last one(VIEW_A) in a projection.

But I got a error when trying to see the data content. 

 

It says :

Error: SAP DBTech JDBC: [2048]: column store error: search table error:  [6968] Evaluator: syntax error in expression string;expected TK_ID,parsing '"DT_DOC_MES_ANO" >= [here]and "DT_DOC_MES_ANO" <='

 

 

At the 'Problems' panel it says the all the input parameters are unmapped.

 

What Am I doing wrong?  Sorry but I am kind new at SAP world.

Re: Can't Connect to SMP 3.0 server from Client

0
0

Hello Bill , Management Cockpit Url : https://Kunal-jit:8084/Admin/ and its working fine without ssl error and i can explore Management Cockpit . But when i try to run client url then only i am getting SSL error. and also not able to connect from ATE end up with communication error 14 Can you please guide for it ? Thanks & Regards,   Kunal Varaiya

Re: SAP IDM 7.2 SP8: Issue with Role assignments

0
0

Hi Chaitanya.

Do You get any entries in system log, when this issue happens?

 

Also - since You are mentioning about assigning privileges, I assume we are discussing the "Provisioning" node of the CORE SAP Provisioning Framework.

Which event task do You have this node (Provisioning) assigned to on the repository?

 

And one more thing - can You go to IDM Admin UI, on Monitoring tab select Provisioning Audit and enter User's MSKEY (the one's that You assign this PRIV:ONLY to) into Entry ID?

Then, find the row for "Provisioning" task, select it and then on the bottom tab select "Trace" tab and look for the "Check entrytype" row.. Can You tell us, what do You have in information column next to it?

 

Here is the example (for the Deprovisioning task, but You should have the same for the Provisioning as well)

Untitled.png

 

Kind Regards,

Darek.


Re: Failing to start app with HCP runtime version 2.30

0
0

Hi Scott,

 

Currently the latest runtime version is 2.34 - do you still face issues?

If yes, please share logs as requested by Nikolai; if not, please take care to update this thread and eventually close it.

 

Cheers,

--Vlado (Moderator)

Re: PB.Net 12.5.2 Dynamically Created Updateable DW

0
0

You set row status, but not column status.  Yes the row is marked as modified but which columns are marked?  PB will not guess for you.  And be certain you read the documentation about changing status since some transformations are not allowed.

 

Last comments.  You need to provide your own error handling in the dberror event - which is why a generic datastore is not often used.  And be certain that you check for errors on EVERY datastore function call.  Sometimes the little things fail unexpectedly.

Re: what are some great resources for a SAP BPC 10 student?

0
0

Thank you Saida. I will certainly look for those.

SAP Business One Versions: Release and End of Life Dates

0
0

Hello Experts,

 

We would like to start sending our customers information breaking down the release dates and the end of life dates for the various versions of SAP Business One (8.8, 8.81, 8.82, 9.0, 9.1, etc.), however this information seems to be scattered all over the SAP site. Is there a centralized SAP note that contains this information as soon as it is published?

 

Thanks.

Re: COA Requirement for 'Assembly' products

0
0

Thanks Craig.

 

What I am thinking is to capture batch results for components (C1) against individual inspection lots (create manually) (L1, L2,L3 etc), and then using enhancement we can pick the C1 result (Result Origin concept) for Assembly while generating COA s.

 

But issue is how system will know which batch for C1 to pick against the result for F1 / F2 ?

 

Toll manufacturer does not use SAP Production / Process orders to capture production either and they currently use stand alone Lab vantage QM tool .

 

Regards

 

Su

Viewing all 8713 articles
Browse latest View live




Latest Images