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

Re: BIWS abnormal behavior

$
0
0

Hi Bose,


Amit is right. The issue here is because of more than one web services getting refreshed at the same time. If you refresh the web services one at a time you will not get the issue.
This is fixed in the mentioned patch.


Go to http://service.sap.com/xsearch and find the note 2114577.


Re: SAP Table: How get Document number list (BELNR) using as a filter the Profit Center (PRCTR)

$
0
0

Hi,

 

You can make use of these Tables as per your requirement. :

 

 

A  for Cleared Items

I  for Open iteems         

 

BSAD            Accounting: Secondary Index for Customers  "(Cleared Items)

BSAK            Accounting: Secondary Index for Vendors  "(Cleared Items)

BSAS            Accounting: Secondary Index for G/L Account  "(Cleared Items)

 

 

BSID            Accounting: Secondary Index for Customers

BSIK            Accounting: Secondary Index for Vendors

BSIS            Accounting: Secondary Index for G/L Accounts

 

 

 

Regards

Akshat

How to get the approver from a basic approval

$
0
0

Hi you all,

 

I am building a custom process which requires a basic approval. When an approver approves or rejects the basic approval in the TODO tab, I need to be able to access the approver's mskey during the process that follows the approval. I have attached a screenshot of where I require the approver's mskey.

Approval.png

Please let me know if you can be of any help!

Thanks!

Anu

Re: Production Order for a Material with two units of measure?

$
0
0

Hi Prem, it's true it is like a characteristic of the lot, but the production manager wants to register the production by kilos and the sales department sales the product by unit (each -EA) so the stock should be by pieces (ea) but also, with the info that each lot weights x kilos... so I have to set the equivalence of kilos/each for each lot.

 

Kind Regards

 

 

Leandro

Re: Any fixes for drag and drop not working in WAD with IE9?

$
0
0

I think your solution is to educate the users, because I don't think there is a way to disable just drag and drop and keep other navigation features.

 

I think you need to teach them to use the right-click > Back or right-click > Back to Start options to fix the grid if they accidentally drag and drop it into a state they don't know how to get out of.

Re: DTW ' Data too large for the field' Error

$
0
0

Hi,

 

In my case was the same problem when i tried upload Chart of Account . But i solve it then replace (Case-sensitivety!) tYes-> tYES  and tNo ->tNO. It was enough.

Re: Punch-out catalog does not open in SRM 7.13

$
0
0

Thanks, Niki,

 

We do have product categories set for each of the vendor catalogs, but I'll double-check with the functional analyst who manages that to ensure something didn't happen to this mapping in either the system copy (that created our sandbox) or the upgrade.

 

Cheers,

Matt

Re: NWDS 7.3 - extension framework not working

$
0
0

Hi Rimesh,

 

I have been able to work on extension framework on NW 7.3 and have it successfully working. Please message me so that I can try to help with a meeting. It is hard to debug without looking at the classes and the servlet.

 

Regards!

Anu


Storage bin not visible in LX03

$
0
0

Hello,

 

Storage bins created using LS10 are not showing in LX03 nor LAGP. Do we have to activate somewhere after defining in LS10?

 

Thanks in advance

When changing SAP source table causes drop trigger

$
0
0

Hi folks,

 

Recently we had an issue where a table stopped replicating with ERROR status in our development HANA environment due to a dropped trigger.  We were able to trace the drop trigger command to an abap user who had made a change to the source table directly in SAP.  Apparently they added a brand new field to the append structure of table MARC.  It seems somehow this automatically deleted the triggers.  Not such a big deal in development but once we move the change to production this is a big deal because all HANA reports using this table will experience downtime if we have to drop and reload this table.  My questions;

 

1) Should adding a NEW field drop the triggers?

2) What types of changes to a SAP source table would causes us to have to drop and reload a table?  Before this recent event I thought that only changes to existing fields would cause this issue (ie: changing a datatype of a field, or length etc) however I thought added brand new fields to the append structure would not be an issue.

 

We are on REV 82.  Thanks for any insight you can provide.

 

-Patrick

Re: Why is an optional import parameter passed with value overridden if the calling FM doesn't export it?

$
0
0

Hi Baerbel,

 

I ran a quick test in a 731 system and there was no issue for the simplest case. You can see code below. Can you check the code if this suits your scenario?

 

If yes, may be you want to try this in the system where it fails - to see if you get the error.

 

If no error is found, then am afraid the whole scenario has to be debugged through.

 

May be you already used WATCHPOINTs on this variable to track it.

 

One other thing:

I have seen scenarios in the past whenever the case involves "CALL DIALOG" ABAP statement and update task together, it might behave a little different to the ones that involve a regular dialog program and update task.

 

Thank you,

 

Best Regards,

Jothi

 

REPORT Z......

data: param type SHP_APOINF value 'A'.

CALL FUNCTION 'ZFUNC'
IN UPDATE TASK
EXPORTING
   IS_APOINF       = param
          .

COMMIT WORK.

 

FUNCTION ZFUNC.
*"----------------------------------------------------------------------
*"*"Update Function Module:
*"
*"*"Local Interface:
*"  IMPORTING
*"     VALUE(IS_APOINF) LIKE  SHP_APOINF STRUCTURE  SHP_APOINF DEFAULT
*"       SPACE
*"----------------------------------------------------------------------

"http://scn.sap.com/message/15915028#15915028

*IF IS_APOINF IS SUPPLIED. "not supported in update modules.
  ASSERT IS_APOINF = 'A'.
*ENDIF.

CALL FUNCTION 'ZFUNC_1'
* EXPORTING
*   IS_APOINF       = ' '
          .

*IF IS_APOINF IS SUPPLIED.
  ASSERT IS_APOINF = 'A'.
*ENDIF.

ENDFUNCTION.

 

FUNCTION ZFUNC_1.
*"----------------------------------------------------------------------
*"*"Update Function Module:
*"
*"*"Local Interface:
*"  IMPORTING
*"     VALUE(IS_APOINF) LIKE  SHP_APOINF STRUCTURE  SHP_APOINF DEFAULT
*"       SPACE
*"----------------------------------------------------------------------

"http://scn.sap.com/message/15915028#15915028

*IF IS_APOINF IS SUPPLIED. "not supported in update modules.
  ASSERT IS_APOINF = space.
*ENDIF.

ENDFUNCTION.

 

Re: Logs of FireFighter user dont sync

$
0
0

Hi Claudio,

 

The reports available for log collection and log notifications are:

 

(1) GRAC_SPM_LOG_SYNC_UPDATE: This Report is used for log collection and if the configuration parameter 4007 in SPRO is set to YES, then this will send the log notifications also.

 

(2) GRAC_SPM_LOG_UPDATE: This Report is internally called in GRAC_SPM_LOG_SYNC_UPDATE to collect logs for Firefighter IDs when application type (configuration parameter 4000) is 1.

 

(3) GRAC_SPM_LOG_UPDATE_ROLE: This Report is internally called in GRAC_SPM_LOG_SYNC_UPDATE to collect logs for Firefighter Roles when application type (configuration parameter 4000) is 2.

 

(4) GRAC_SPM_WORKFLOW_SYNC: When the configuration parameter 4007 is set to No i.e. the log notifications are not sent immediately when the logs are updated, then this report is used to let the notifications scheduled at specific time whenever required.

 

Note: GRAC_SPM_LOG_SYNC report is an old report and should not be used for log collection.

 

Regards,

Madhu.

Re: Not able to connect to SAP HANA through Eclipse

$
0
0

Thx Alex,

 

But I haven't any proxy. And what is strange is that I can connect on sap hana using my browser but I can't using eclipse.

 

I try to use the connection mode Native...doesn't work, Direct... doesn't work too.

 

And fyi, I was connected this morning using Eclipse. It has worked until 12:30 approximatively.

 

Regards.

 

Matt

Re: Display Month verbiage on chart but sort by month number

Re: Saprouter is not starting

$
0
0

Hi Prathish,

 

Try to start the saprouter with the distinguish name

 

saprouter -r -R f:\usr\sap\saprouter\saprouttab -W 60000 -K  "p:CN=AWQ-SOLMAN1, OU=0000880983, OU=SAProuter, O=SAP, C=DE"

 

Goto the folder f:\usr\sap\saprouter\saprouttab and try to open the folder saprouttab file.

 

 

Also do check the below link for the SNC

 

SAProuter via SNC - Basis Corner - SCN Wiki

 

 

With Regards

Ashutosh Chaturvedi


Outgoing Payments Series numbering

$
0
0

Hi experts,

I have a customer who has a document numbering for payments documents as eg 2014/100001 and 2015/100001.

 

When I try to preview these reports with same document numbers but different series i.e. 2014 and 2015, the preview brings the 2014 details and also the total amount it brings both 2015 and 2014 totals.

 

I tried to edit the report by changing the sub reports link taking away the OVPM.Docnum parameter and replaced it with OVPM.Docentry.

 

When I try to preview it brings one total per the document but the details part is not coming and the payment means details does not come at all.

Has anyone come across this instance I am describing?

 

If yes I want someone to help me out with an edited outgoing payment crystal report that addresses these repeated document numbers with different series.

 

This request is very urgent and a solved help will be much appreciated.

 

Please assist with a worked on default outgoing payment crystal report that addresses the scenario described.

 

 

Regards

Justice

Re: Saprouter is not starting

$
0
0

Hi,

 

running without saproutab is no longer supported for security reasons

Have you checked the above ? Please be sure saprouttab file exists under /usr/sap/saprouter directory.If not place it under the mentioned directory & then try to restart the router.

 

Regards,

Re: html Editior Icons not displaying in portal 7.4

$
0
0

Hi Santarshi

 

 

I am using portal 7.4 V.

 

 

what the note you gave is for 7.3 .

Any other options.

 

Thanks & Regards

Deepika

Re: Saprouter is not starting

$
0
0

Dear Sriram,

Tried,but gives the same error and having full permission also.

Re: Saprouter is not starting

$
0
0

In addition please follow SAP Note   68481 - Additional Info: Upgrade from Release 3.0C DB2/400

& the recommendation

SAPROUTER needs a file called saprouttab.

          Create this file as described in the

          online documentation in path:

                  R/3 Services and Support -> Saprouter ->

                  Passwords and access authorization

          Please note that 'D * * * ' is used as default.

Hope this will resolve your issue.

 

Good luck !!

Viewing all 8868 articles
Browse latest View live