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

Re: Error in MAIN_SWITCH/SUBMOD_SWITCH_KERNEL/KX_SWITCH!

$
0
0

Just stop all the SAP services from services.msc and delete the files present at \\SSGSYDPRDCI1\saploc\PRD\SYS\exe\uc\NTAMD64.

Repeat the phase on SUM

The Process Explorer tool can help you in situations like these.


Overdue notifications

$
0
0

Hi All,


We are able to receive notifications for jobs which are errored or Killed with the below trigger. But we are not receiving the notifications for 'overdue' jobs.

 

{
   String strLogFileName = "";

    if((jcsPostRunningContext.getNewStatus().equals(JobStatus.Error)     ||
        jcsPostRunningContext.getNewStatus().equals(JobStatus.Overdue)   ||
        jcsPostRunningContext.getNewStatus().equals(JobStatus.Killed)) 
       )
    {
          
      {

         String email = "abc@ghi.com";
         String subject = "Redwood job abend";
         String strText = "Job id=" + jcsJob.getJobId().intValue() + ", Job name=" + jcsJob.getJobDefinition().getName() + ", Job Description=" + jcsJob.getDescription() + " , has abended";
         JobDefinition jd = jcsSession.getJobDefinitionByName("System_Mail_Send");

     {
          Job subJob = jd.prepare();
          subJob.getJobParameterByName("To").setInValueString(email);
          subJob.getJobParameterByName("Subject").setInValueString(subject);
          subJob.getJobParameterByName("Text").setInValueString(strText);
          }
     }

   }
}

 

 

 

Can any one please advise..do I need to add any extra lines of code to receive notifications for overdue jobs.

 

Regards,

Lohit

Bulk invoicing - Performance effect with the BADI Enhancement

$
0
0

Hi Gurus,

 

I have enhanced the BADI implementation for VF01 to update the custom table (only 5 fields) while saving the billing document.

I want to understand if this BADI enhancement would hit the transaction performance in case of bulk invoing through batch job.

 

Also how can this be determined to make sure if performance is not effected.

 

Any help would be Appreciated.

 

Thanks,

Sangeeta

Re: SnapEngage chat session

$
0
0

Hi there!

 

I just wanted to make sure that you were able to get your settings adjusted so that the chat worked in a format for you and updated your C4C as you would like. Please let me know if there is anything I can assist with! And as always, feel free to start a chat with us on our site!

Re: Solution Manager SPS12 Upgrade issue

$
0
0

Hello Mukesh,

 

I see you have had a lot of suggestions but what is being missed is that even if you resolve the problem in your "normal/active instance" (which you have done correctly) you are in the SHADOW nametab phase.

 

Cross check for shadow nametab tables to determine the correct table name and tablespace.

 

select owner, segment_name, tablespace_name from dba_segments where segment_name like 'DDNT%' and segment_type = 'TABLE' ;

 

Please post the output of the above command as I want to be 1000000% sure that the name of the shadow nametab tables hasn't changed before giving you further advice.

 

KR,

 

Amerjit

Re: Assign Agent Dynamically By Another Agent (Beginner)

$
0
0

You can trigger a workflow based on business scenario event . If it is custom scenario then you can create a custom class with GUID as key. You can pass all the data as container elements or class attributes . you can pass these container elements in the task description of approval task. Approver can approve or forward it another approver using standard forwarding option in SBWP or UWL inbox.

Regards

sandy

Re: Data Transfer Log while doing CFM2 (Core Interface)

$
0
0

Hi SBS

 

Check SLG1 to get complete log.

 

Regards

Suraj

Re: Approval Dialog box

$
0
0

Hi Eli,

 

Why don't you use sap.m.Dialog as below:

 

var oAppDialog = new sap.m.Dialog({title:"Document Approval"});

  var oDocText = new sap.m.Text();

  var oOkButton = new sap.m.Button({text: "Ok",

  type: sap.m.ButtonType.Accept,

  icon: sap.ui.core.IconPool.getIconURI("accept"),

  press: function(){

  oAppDialog.close()

  }});

 

  oAppDialog.addContent(oDocText);

  oAppDialog.addButton(oOkButton);

oAppDialog.open();

 

 

Hope this helps.


Re: UIAPI - add Base Refecences to a Form

$
0
0

Hi Silvio,

it is not possible to fill this fields using UI API.

Depending on your workflow DI API would be a solution ( e.g. creating a copied from draft document ).

 

regards,

Maik

Re: BSI Tax Factory 10.0

$
0
0

This note has errors and cannot be implement .

 

RP_PAUUS_ADD_MEDICARE_UTEST

Object RESP_RP_PAUUS_ADD_MEDICARE_UTEST does not exists: Create it

 

 


Re: BSI Tax Factory 10.0

Re: Query Prompt options for mapping excel cells is greyed out

$
0
0

Bex variables would be grayed out in the dashboard if we already have a filter applied in the query panel in the dashboard's query browser.This is by design.You cannot have prompts applied at both the bex and the dashboard's (filter) level.


Re: Business Partner Merging In CRM

$
0
0

Hi

 

If you were able to merge all data with the enhancement deactivated, that is, with the value 'A' in WCF_IGNORE_ENHANCEMENT,  then your enhancement is causing the issue.  You will need to review your code once more.

 

Thanks

 

Bernadette

Re: OData $filter on expanded association

Re: Partial GRPO not Allowed

$
0
0

In your query, you are referencing the VISIONTEST, the database instance name, it is pretty dangerous, since you when you copy this query to your production database, you will need to change the name again.

 

 

Frank


Re: Change styling of crosstab row on click of a button

$
0
0

Tammy,

 

Thank you for your reply. I did try that but to no avail. The main problem with my requirement is that the font color change should happen after the button is clicked and should apply only to the selected row.

Re: BI OLAP BW connection error openSapBwBrowsingSessionFailed

$
0
0

Hi Josh,

 

Yes, this is precisely the scenario I tried to describe here: OLAP connections set to predefined were failing while there was a broken entitlement system configured.

 

Regards,

 

Francisco

Re: Inbound Driven EWM Opp. Cross-docking Issues

$
0
0

Hi Juergen,

 

Thanks for answering this question.

 

Scenario 1: Can you advice what kind of the ATP check we should have for CD and the related org structure? My problem is we can do a ATP on plant level on sales order, but when down to outbound delivery, I have to enter an storage location on delivery, and ATP check triggered again. Much appreciate your help.

 

Scenario 2: All sorted, it make sense now why it didn't take the open WT. Is it also suite for outbound driven OPP CD? I have another open thread related to the FIFO, I found it via dubug, but not quite sure if it is the same issue, can you have a look as well?  http://scn.sap.com/thread/3739514

 

Scenario 3: Can you also have a look this question, we are struggling with it at this moment. Please let me know if you need more data. I assume there must be some POSC triggered?

 

Really apprecaite your help.

 

Cheers,

RG

Apache 2.4 proxy config for agentry app on SMP3.0

$
0
0

Experts,

 

I would like to understand the httpd.conf virtual host section for Apache 2.4 reverse proxy to make it work with SMP3.0 / Agentry app.

 

I am getting "unexpected disconnection from server(11)" when trying the rev proxy url from an iOS client.

I can successfully connect to the iOS client to the SMP server directly (bypassing the rev proxy) and complete the sync.

 

IN the logs on the proxy I see http return code 200 for the app on SMP server. I am not sure what else could be missing. I do see " I am here" msg.

 

Does anyone have any more ideas that I can try our? 

 

 

 

 

THanks

VIshal

Re: Problemas con la conexión a SAP HANA

$
0
0

Buenas tardes.

 

Este sería el codigo de conexion en C#

 

   class SAPBusinessOne      {          SAPbobsCOM.Company oCompany = new SAPbobsCOM.Company();          public SAPBusinessOne()          {              ConSAP();          }                 private void ConSAP()          {              oCompany.DbServerType = SAPbobsCOM.BoDataServerTypes.dst_HANADB;               oCompany.DbUserName = "sa";              oCompany.DbPassword = "SAP**";              oCompany.Server = "sap9";              oCompany.CompanyDB = "SBO9*****";              oCompany.UserName = "manager";              oCompany.Password = "*****";               oCompany.UseTrusted = false;              oCompany.language = BoSuppLangs.ln_Spanish_La;              if (oCompany.Connect() != 0)              {                  MessageBox.Show(oCompany.GetLastErrorDescription());              }              else              {                  Query();              }          }          private void Query()          {        SAPbobsCOM.Recordset oRs = oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.BoRecordset);        string ssql = "select campo from tabla where 1=1";        oRs.DoQuery(ssql);    }    }

Saludos

Viewing all 8667 articles
Browse latest View live




Latest Images