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

Re: Similar tools as Accenture Audit and Compliance tool -SAP HR master data

$
0
0

Compliance with what?

A specific Country's legislation?


Re: Can not find new Catalog created in Notification

$
0
0

Hello Pradeep,

 

In this case forget about Catalog Profile assigned to Notification Type. Catalog Profile assigned to Equipment will override that.

 

To me it seems you haven't created Codes and Code Groups for Catalogs B (Object part) and C (Damage) through QS41, one of which (B or C) is compulsory for you to use Catalog Codes information in Notification Catalogs & Codes Tab.

OR

You haven't assigned in the Catalog Profile the Code Groups for B and C in OQN6.

 

In this case what happens, when you click on the F4 help of Object part ( or Damage ) in the Notification Catalogs tab, you will not be able to get the list from your profile. It will display all other available.

 

If you feel this is not the case then you need to give screen shots of all for the answering persons to be able to detect the cause.

 

Best of luck

KJogeswaraRao

Re: cl_gui_alv_grid get_selected_rows return empty lvc_t_row

$
0
0

Hi Omer,

 

 

Can you please the complete code or have u created any application toolbar buttons and have you write the logic under this.  I created one toolbar button and when i click on the button GET data is coming and it is filling rows also.

 

Please check your code once again.

 

 

MODULE user_command_0100 INPUT.

 

   DATA : lt_rows TYPE lvc_t_row.

   CASE sy-ucomm.

 

     WHEN 'BACKE'.

       LEAVE PROGRAM.

     WHEN 'GET'.

 

       CALL METHOD o_grid->get_selected_rows

         IMPORTING

           et_index_rows = lt_rows[]

*         et_row_no     =

         .

       IF lt_rows[] IS NOT INITIAL.

         BREAK-POINT.

       ENDIF.

   ENDCASE.

ENDMODULE.                 " USER_COMMAND_0100  INPUT




Thanks & Regards,

Raghunadh Kodali

Re: Session timeout in HANA XS Engine and SAP Webdisaptecher

$
0
0

Hi Mohammed,

 

 

the parameter you have used is correct. In addition you can modify it as below

 

icm/server_port_0 = PROT=HTTP,PORT=your port,TIMEOUT=30,PROCTIMEOUT=600


if you still face the session timeout after setting up the above parameter. Then please past the screenshot of the session timeout and also i request you to generate the HTTP watch trace and find the application for which the timeout is happening.


Regards,

Pavan Gunda

Service Interface with two operations

$
0
0

Hi everyone;

 

I have the next doubt, could you please help me. How I can assign a user to only one operation from Service Interface. For example, I have a Service Interface with two operations “Y” and “X”, I need the user only execute the operation “Y”. I appreciate your help.

Re: Fiori Extension: No model assigned to service, assign model first

$
0
0

Sudhir,

 

This might be a bug in Service Builder.

You can do the registration from /IWFND/MAINT_SERVICE in the HUB system. If that works that is the equivalent of doing it from the service builder.

 

regards

Krishna

Re: How to localise in XSJS

$
0
0

I have one more query .

Localising in xsjs is possible only in SP09 using those library?

Re: Holiday Deduction issue

$
0
0

Hi Giri,

 

Can you update the post if your query is resolved. Let us know if you are still facing any issue.

 

Regards,

Ganesh


Approval level is Role, but request goes to escape path when 1 of the roles, does not have owner

$
0
0

Hi all,

 

The Task setting at stage level(there is only 1 stage) is 'System and Role' is shown below. There are 2 roles in my request. one has role owner, and the other does not. but the request goes to Escape path. what can be the reason. I have tried with level = role. but request still follows escape path

t.jpg

Re: Trigger function when changing field value of custom table

$
0
0

Hi,

 

You could turn on the 'log data changes' option in the technical settings of the table.

 

That will record all changes, no matter what the origin - and you can probably trigger an event from each change.

 

cheers

Paul

Re: CO- PA characteristic derivation

Re: Activation of Field name showing partially activated

$
0
0

Hi Sanjeet,

 

Seems like you are editing a standard domain which is never advisable.

This domain could be used in many dependent tables and you will have to adjust data in all the dependent tables using Database utility and this can probably fix your issue but it is better revert this back to what it was and use a custom one if you require.

 

Thanks,

Naveen

Re: Simple Expression is not working  , solve it

$
0
0

Ah! Misunderstanding! 

 

Just click the 'Edit' button on the top right of your page.

 

Anyway, is your problem resolved?

 

cheers

Paul

Re: Cannot Transfer Items after picking

$
0
0

Hi,

 

If the item already allocated in sales order, it is not possible to transfer.

 

You may follow through communication for direct commuication.

 

Thanks & Regards,

Nagarajan

Re: SAPCCMSR

$
0
0

Hi Uday,

 

Can you expalin what is the monitoring infra in your landscape ?

CCMS can be used with standalone or integrated.

For monitoring non-sap system or non-abap and non-java, use saphostagent. For eg, a physical host on which on database is running.

 

Regards,


HANA Host Failover Issue

$
0
0

Hi Team,

 

 

Recently we encountered an issue  host auto fail over  topic of HANA HA .

Fail-over didn't happen when the index server was in hung state due to memory usage , It was not crashed  nor responding ,

Can we make a configuration of Fail over to handle this scenario ?

May be like when SQL port is not responding perform a fail-over along with current check list.

 

I checked this link and got few details on the setup :

 

https://help.sap.com/hana_one/html/_m__l_a_n_d_s_c_a_p_e__h_o_s_t__c_o_n_f_i_g_u_r_a_t_i_o_n.html

 

Can  i get some guidance on this topic ?

 

Thanks,

Razal

 

Message was edited by: Tom Flanagan

HCI integration with SAP ERP backend system

$
0
0

Hello,

I am new to Cloud for Customer application, we just bought the license and in the process of setting it up. I have a question regarding HCI integration to SAP ERP system. Can I connect HCI Test system to both DEV and ECQ instance.

 

Please let me know.

 

Also, I appreciate if you can guide me on the precautions or steps I need to take in the implementation process.

 

Thank you,

 

 

 

-Naga

 

Message was edited by: Tom Flanagan

Copy User Missing in SP07

$
0
0

Hi All,

  I am on version 1.00.72.00.xxxxx I am unable to see the copy user option when I right click on users in the studio. I thought this was available in SP07. am i missing something ?

 

Message was edited by: Tom Flanagan

Re: Password Protected PDF using ABAP

$
0
0

Hi Thangam,

 

Thanks for ur help. But i don't want to use a external application like EncryptPD.

 

Regads

Sreekanth

How to implement a for loop over a table type in HANA?

$
0
0

Hello, I am developing a procedure in HANA where I am Selecting some values from a table into a table type, and then I will use those values to refine my search. For example, here is my code so far:

 

PROCEDURE "EVALUATE_PATTERN" (IN patternID BIGINT, OUT result BIGINT)

  LANGUAGE SQLSCRIPT

  SQL SECURITY INVOKER

  DEFAULT SCHEMA "ETD"

  --READS SQL DATA

  AS

BEGIN

lt_main_table = SELECT * FROM "MAINTABLE";

 

  -- Get the pattern SUBJECT features from the Subject table

  ltt_constraints = SELECT "SubjectName" AS "ConstraintName", "SubjectValue" AS "ConstaintValue" FROM "Subject" WHERE "PatternID.id" = :patternID;

 

-- Here is the part where I would like to refine my search for my main table (based on the constraints retried earlier), something like:

FOR EACH ConstraintName, ConstraintValue FROM ltt_constraints:

     lt_main_table = SELECT * FROM :lt_main_table WHERE ConstraintName = ConstraintValue;

......

END;

OK, I know this syntax does not exist (I just made it up to show what I would like to do). I have looked for some examples, but no success. The only solution I have found is to use cursors, but these have to be defined at the beginning of the procedure. But in my case, the procedure consists of refining the search a lot, on future constraints,  because I am gathering constraints from several tables (I only showed you the ones from "Subject" table, but I actaully have like 8 or 9 tables from where I select the constraints, and then I want to apply them).

 

Message was edited by: Tom Flanagan

Viewing all 8713 articles
Browse latest View live




Latest Images