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

Re: Buttons on Transaction Launcher

$
0
0

Hi Rajesh,

 

Please check if encounter the same when test the direct ITS service. You can run t-code: sicf, then

open the webgui service, and righ click on the webgui service to  choose "test sevice". This will
open a direct ITS service page. You can test from here to see if you encounter the same or not.
If you encounter the same, then it will be a ITS issue instead of transaction launcher issue.

 

For the detail steps, you can refer to following KBA.

 

1877395 - Transaction launcher trouble shooting and how to identify if the problem is related to ITS or transaction launcher itself?

 

Link: http://service.sap.com/sap/support/notes/1877395

 

Best Regards,

Bruce


Re: To invisible the screen according to project profile in WBS screen CJ20N

$
0
0

Hello Chirag,

This is done through the PBO module of the Screen-exit you are using. You need to put a code (sample syntax below) to hide a custom screen area (or custom screen-fields).

IF table-profilefield = 'abcd'.
LOOP AT SCREEN.
  SCREEN-INVISIBLE = '1'.
MODIFY
SCREEN.
ENDLOOP.
ENDIF.

 

Good luck

KJogeswaraRao


PS: You look like Ranbir Kapoor


Workflow PostScript not working

$
0
0

Hello Experts ,

 

We are on SAP Sourcing 10 . We are using workflow for project documents. Currently we have a scenario where certain checkboxes have to be checked immediate after the approver approves the project document .

To accomplish that , I have created postscript in workflow which will check if the document is approved and then check the checkbox . However , I see that the checkbox is not getting checked after approval . However document is moved successfully to next stage and getting unlocked . Checkbox name is - Z_WF_COMMGR

 

The code in postscript -

 

 

 

// getting project home

projectHome = IBeanHomeLocator.lookup(session,com.sap.eso.api.projects.ProjectIBeanHomeIfc.sHOME_NAME);

 

proj_id= doc.getDocumentId();

myProjHome1 = IBeanHomeLocator.lookup(session, ProjectIBeanHomeIfc.sHOME_NAME );

relProjectIfc = myProjHome1.findForEditByUniqueDocName(proj_id);

 

if (getApprovalStatus() == APPROVED ){

try{

projectHome.upgradeToEdit(doc);

relProjectIfc .getExtensionField("Z_WF_COMMGR").set(true);

}

catch(e){

logMsg.setLogMessage(e.toString());

logMsg.setException(e);

Logger.error(logMsg);

}

}



When I check the log I see the below info but the workflow owner has all the rights to change the project document .


com.sap.odp.api.common.exception.ApplicationException: You cannot view the document because you do not have sufficient permissions. Contact the document owner to request access to it.

 

 

 

ValidatingParent=-2147482721:1100:From Template Strategic Sourcing Comm & - com.sap.odp.api.common.exception.ApplicationException: You cannot view the document because you do not have sufficient permissions. Contact the document owner to request access to it.
at com.sap.odp.doc.DocAuthorizer$AssureDocAuthorizer.assureCanViewDocument(DocAuthorizer.java:757)
at com.sap.odp.doc.AbsDocDb.findDocCommon(AbsDocDb.java:201)
at com.sap.odp.doc.AbsDocDb.findDocCommon(AbsDocDb.java:147)
at com.sap.odp.doc.AbsDocDb.find(AbsDocDb.java:127)
at com.sap.odp.doc.AbsDocDb.find(AbsDocDb.java:57)
at com.sap.odp.doc.ContainerHome.find(ContainerHome.java:314)
at com.sap.odp.doc.configphase.AbsPhaseConfigSubBo.getParentPhaseConfigContainer(AbsPhaseConfigSubBo.java:258)
at com.sap.odp.doc.configphase.AbsPhaseConfigSubBo.postFindHook(AbsPhaseConfigSubBo.java:531)
at com.sap.odp.doc.ContainerBo.postFind(ContainerBo.java:2232)
at com.sap.odp.doc.ContainerDocBo.postFind(ContainerDocBo.java:665)

 

 

Thanks

Sudipta

Re: Item Cost

$
0
0

Hi Frank

 

My client is using 2007B version

Re: SOLMAN 7.1 SP12 ST/PI Information managed system configuration

$
0
0

Hi Karthik,

 

If the info above resolved you query. Request you to kindly close the question as answered.

 

Regards

Aditya

Re: Fiori : Mass Approval

$
0
0

Hi Tejas,

 

are you able to achieve the mass approval functionality on SAP FIORI app? The client wanted mass approval functionality for timesheet approvals. Can you share your experience?

 

Thanks

Krish

BP replication from CRM to ECC

$
0
0

Dear Gurus,

 

I wish to replicate only the BPs of type Organization from CRM to ECC. I found that the standard segment fields in BUPA_MAIN BDoc does not support this. Hence, I enhanced the BDoc using tcode SBDM by adding the field Partner Category from the table BUT000. I then created the necessary replication object, publication and subscription against intelligent queue. I created a new BP, BDocis generated successfully and is in green but the BP is not replicated to ECC.

 

The partner category (TYPE) field value is populated in the table BUT000. When I try reprocessing the BDoc, I receive the following error message "0 BDoc message(s) successfully processed , 1 BDoc message(s) failed: Message no. SMW3063". I also found that value is blank in ZZTYPE field in the classic data structure CRMW_BUPA_HEAD of the BDoc.

 

Requesting you to let me know if there is any additional setting to be done to replicate the BP successfully?

 

With Thanks,

Veerabhaskar Srinivasan

How to restrict Previous employer detail

$
0
0

Hii ,

I have to put restriction on previous employer last day i.e it should always be less then the joining date .

Please Guide me for this asap.:)

Thanks


Re: Enhanced Odata service is not visible after transport

$
0
0

HI David,

Please check the apps extension in Back end

 

Design Time: Extension Include (in DDIC Structure) : -  CRMT_BP_ODATA_ADDRESS_INCL

 

regards,

Ashish

Re: GRC 10.0 SSO: End User Login Page accepts any user ID

$
0
0

Kesava:


What are you using for your user search / data / authentication sources?  Also see SAP Note 1775107.

 

SSO is not valid for the End User Logon page and is not supported.  The user will always need to at least enter an ID to enter the End User Home page.  See SAP Note 1941578.

 

Hope this helps.

 

Kevin Tucholke

Re: Regarding Summary option in Custom R component

$
0
0

Thanks Andreas, that's useful.


Additional  info at page 94 of the Expert Analytics user's guide

http://help.sap.com/businessobject/product_guides/pa23/en/pa23_expert_user_en.pdf

where you see an example of R script passing this summary information. You need to add it to the output list of your component.

 

In the example the components ends with

 

return (list(slrmodel=slr_model,out=output))

 

the slrmodel is the model variable name used for the summary. I let you reverse engineer the script

Re: TRL initialization for MM, FX, Derivatives, co. code XXXX, valn area Y01 is not yet complete Message no. TPM_TRL052

Re: Last 7 days data in crosstab

$
0
0

HI Anila

 

This is also not working. It gives the retail of each day. Please find the attached screenshot for better understanding of my problem. Please help.

 

Retail is the measure

Previous function: Incorrect summation for first 6 days.

In function: Same result as retail

Where function: Sum of retail for the calendar day from 5/1/15 to 5/30/15 (Month)

 

Previous 7 days.PNG

Re: Cumulation in Bex query

$
0
0

Hi Uma,

 

you need to create two formula's to achieve your desired output.

 

Formula 1

  • Create formula 1 using key figure "aging" and goto calculation tab -->choose cumulated option (under Calculate single value as)..
  • hide this formula

 

Formula 2

  • create formula 2 using formula 1 and choose result(SUMCT) from date functions in operators
  • goto calculation tab -->choose Maximum option  from  Calculate single value as

Re: oracle_session_max_status_SID

$
0
0

This oracle_session_max_status_<SID> should pure application alert, we have to know based on what, solution manager shows this alert.


Passing Parameters to Button Press Handler

$
0
0

Hi everyone.

 

The following code works:

 

var oDialog = new sap.ui.commons.Dialog();

oButton = new sap.ui.commons.Button();

oButton.setText("Close");

oButton.attachPress(HandleButtonClick);

oDialog.addButton(oButton);

                

// Open Dialog

oDialog.open();

 

function HandleButtonClick()

{    oDialog.close();        }

 

But this doesn't. Basically I'm trying to pass reference of oDialog, so that I can close it at a later stage.

var oDialog = new sap.ui.commons.Dialog();

oButton = new sap.ui.commons.Button();

oButton.setText("Close");

oButton.attachPress(HandleButtonClick(oDialog));

oDialog.addButton(oButton);

                

// Open Dialog

oDialog.open();

 

function HandleButtonClick(oDialog)

{    oDialog.close();        }

Thanks in advance guys.

User-Defined Message Search tables

$
0
0

Hi experts,

 

I've configured this search in our Q/A and I want to monitor how this affects the system. Which tables are indexing the values? Is it XI_AF_CPA_EXTRACT?

Basis can not see any difference in data growth for this table which makes me unsure.

 

Any ideas?

Re: user rights to see promotion manager's instances in Instance Manager

$
0
0

Hi Bharath, thanks for the answer.

User has access to LCM and content there is split into folders. So view on LCM and full controll on folder containing promote job.

I've tried to use both - LDAP and Enterprise accounts.

 

details about my main problem, but as I've mentioned I've sent incident to SAP about this problem, but no working resolution yet found:

In promotion management no error occures, there is no sign that promotion management job was tried to be execute. Status is not being changed (if it was created, that it stays created, no failure or success status). Last run date is also not being updated.

Afterwards I've found, that administrator can see failed promotion job in Instance Manager with error:

Object failed to run due to an error while processing on the Job Server.

Re: Integrate DS Reports inplace into SAP Portal Fiori Launchpad

$
0
0

Hi Fabian,

 

please have a look at this post - especially the example 2 comes close to your requirements.

 

/community/enterprise-portal/blog/2015/03/04/how-to-renovate-your-bi-portal-experience-with-sap-fiori-launchpad-on-portal-step-by-step-procedure

 

Greetings Andreas

Re: Issue with SUM SP13 not calculating HR additional packages

$
0
0

Thanks Matt that is what it was and now I have managed to install SUM SP14 patch level 2.

 

But I stilll cannot see my additional HRSP's in the calculated column.  I also recreated the whole process in Mopz and tried again but I only get the HRSP's in the stack not the additional HRSPs which I included in mpoz.  Any ideas as to what I might be doing wrong?

 

Many Thanks

Shamshudin

Viewing all 8594 articles
Browse latest View live




Latest Images