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

Re: Problem with CSAP_BOM_ITEM_MAINTAIN

$
0
0

Please have a look at knowledge base article 2153299 - "New function module CSAP_MAT_BOM_MAINTAIN". The function modules CSAP_MAT_BOM_OPEN, CSAP_BOM_ITEM_MAINTAIN and CSAP_MAT_BOM_CLOSE have been replaced by the new function module  CSAP_MAT_BOM_MAINTAIN. The new function module CSAP_MAT_BOM_MAINTAIN can maintain (create or change) simple material BOMs.


Re: CSAP_BOM_ITEM_MAINTAIN - Problems while clearing custom fields

$
0
0

Please have a look at knowledge base article 2153299 - "New function module CSAP_MAT_BOM_MAINTAIN". The function modules CSAP_MAT_BOM_OPEN, CSAP_BOM_ITEM_MAINTAIN and CSAP_MAT_BOM_CLOSE have been replaced by the new function module  CSAP_MAT_BOM_MAINTAIN. The new function module CSAP_MAT_BOM_MAINTAIN can maintain (create or change) simple material BOMs.

Re: Internal Table related question

$
0
0

Hi,

 

If both table is having same structure then you need not to put loop for filling records.

 

 

Please make two internal tables with similar structure like this as an example.

 

TYPES : Begin of ty_matnr,

matnr TYPE matnr,

END of ty_matnr.

 

DATA it_matnr TYPE TABLE of ty_matnr.

DATA  it_matnr1 TYPE TABLE of ty_matnr.

 

SELECT matnr

FROM mara

INTO TABLE it_matnr

UPTO 4 ROWS.

 

IF sy-subrc EQ 0.

it_matnr1[] = it_matnr[].

ENDIF.

 

I hope this clarifies your query.

 

BR,

Praveen

Re: HANA backup catalog housekeeping

$
0
0

You can re create backup catalog by using hdbbackupdiag.


hdbbackupdiag --generate --dataDir $DIR_INSTANCE/backup/data --logDirs $DIR_INSTANCE/backup/log -d $DIR_INSTANCE/backup/log

 

Regards,

Pavan Gunda

Re: CSAP_MAT_BOM_OPEN Short Dump with CONVERT_MATNR_TO_INTERN_FORMAT

$
0
0

Please have a look at knowledge base article 2153299 - "New function module CSAP_MAT_BOM_MAINTAIN". The function modules CSAP_MAT_BOM_OPEN, CSAP_BOM_ITEM_MAINTAIN and CSAP_MAT_BOM_CLOSE have been replaced by the new function module  CSAP_MAT_BOM_MAINTAIN. The new function module CSAP_MAT_BOM_MAINTAIN can maintain (create or change) simple material BOMs.

Re: FM CSAP_MAT_BOM_CLOSE for closing BOM

$
0
0

Please have a look at knowledge base article 2153299 - "New function module CSAP_MAT_BOM_MAINTAIN". The function modules CSAP_MAT_BOM_OPEN, CSAP_BOM_ITEM_MAINTAIN and CSAP_MAT_BOM_CLOSE have been replaced by the new function module  CSAP_MAT_BOM_MAINTAIN. The new function module CSAP_MAT_BOM_MAINTAIN can maintain (create or change) simple material BOMs.

Re: SAP upgrade issue

$
0
0

The attachment is my stack file ,could you help check?

Re: Forgot credentials to Logon to HANA system

$
0
0

you can reset by logging at OS level

 

ALTER USER SYSTEM PASSWORD <new_password>

 

Regards,

Pavan Gunda


Exchange rate difference in MIGO and MIRO

$
0
0

Dear Experts,

 

Our local currency is INR.

 

We have created PO and MIGO on 31.03.2015 with exchange rate 62.5908 without tick on fixed exchange rate in PO. OB08  is  also same on 31.03.2015. But at the time of MIRO system showing error massage for configure KDM even if i put exchange rate manually (62.5908) in MIRO.

 

                    GR/IR  Dr         62.5908

                           To Vendor        NIL 

 

                    Total                  63.5908

 

 

I have also made down payment to this in UDS

 

Local Curr(INR)Doc. Curr (USD)Ex. Rate PO No.
       32,081,541.24            505,002.42                63.52750 5500200091
       93,721,425.00        1,494,998.00                62.69000

 

Please advice how can i debug exchange rate 63.5908. if i assign GL on KDM then system will debit this difference in that GL

 

Thanks in advance. Your suggestions will be highly appreciated.

 

Best Regards,

Re: When running the application showing a blank screen

$
0
0

Hi,

 

Your application simply is not able to find your view since you have defined wrong path to local resources. "qsapUI" should be replaced with "qsapui". See code snippet here - Plunker

 

sap.ui.localResources("qsapui");
var view = sap.ui.view({
  id: "idqsapui1",
  viewName: "qsapui.qsapui",
  type: sap.ui.core.mvc.ViewType.XML
});
view.placeAt("content")

Re: JSPM opens blank

$
0
0

Hi,

 

Add the following log.

 

/usr/sap/***/JC00/j2ee/JSPM/log/log_2015_04_19_03_44_09/DETECT_SYSTEM_PARAMETERS

_01.LOG.

 

Communication link is closed. There is no write access


Also compare the OS permissions for the JSPM/SDM on your other systems vs this one ans as sriram said just check user too.


Regards,

 

Johan

Re: Personnel number for several employees

$
0
0

If these employees have been terminated, then they can be re-hired using the same personnel number .

 

If these employees must be hired with a different personnel number, then look into "Hiring with Reference Personnel Number" and IT0031.

Re: SO not confirmed

$
0
0

Cat,

First you need to fix item 2, before you do anything else.  Your APO system is not properly connected to your ECC system, or the data between the two systems has not been properly replicated.  Normally Basis support is responsible for making connection settings, then the GATP analyst makes the replication settings. 

 

If you are unfamiliar with how to get started with GATP, then you may want to download the documentation contained in SAP's Rapid Deployment Solution.

 

Best Regards,

DB49

Re: Standard Workflow WS20000075

$
0
0

Dear Bobe,

 

First create one copy of your workflow and make the changes in the Copied workflow.

 

 

1.     Add the mail step in the starting of the workflow for notifying the approver. for you have to find the  email ID based on your approver.

2.     Add the mail step as per Description after approve and after reject to whom you want to send the mail.

 

 

 

Thanks

Nishant

Re: SOLMAN_SETUP not working after login

$
0
0

HI,

 

This is probably missing server port parameters or services inactive.

 

icm/server_port_0

login/create_sso2_ticket

login/accept_sso2_ticket

icm/host_name_full

 

Quickest way to troubleshoot.

 

1697063 - HttpWatch - Performance Analysis

1994801 - HTTPwatch Tips

1990706 - How to capture a HTTP trace using Chrome browser

 

Kind Regards,

 

J


SAP BI Certification

$
0
0

I want to go for certification for SAP BI.

 

The course structure for C_TBW45_70 and C_TBI30_74 are completely different, but at the face of it looks like C_TBI30_74 is more recent version of BI certification.

 

Q1 However the SAP authorized training centers are only offering C_TBW45_70 why?

Q2. Why is SAP offering 3 different versions of same BI certification and creating confusion?

 

Current Associate Level BI Certifications:

1. C_TBW45_70

SAP Certified Application Associate- Business Intelligence with SAP NetWeaver 7.0

 

2. C_TBI30_73

SAP Certified Application Associate - Business Intelligence with SAP BW 7.3 and SAP BI 4.0

 

3. C_TBI30_74

SAP Certified Application Associate - Business Intelligence with SAP BW 7.4 & SAP BI 4.1

 

 

Q3. What are the pre-requisites for Professional Level certification?

P_BIR_73

SAP Certified Application Professional - Business Intelligence with SAP BW 7.3 & SAP BI 4.0

 

P_BIE_70

SAP Certified Application Professional - Enterprise Data Warehousing with SAP NetWeaver Business Warehouse (BW 7.0)

 

Re: JAVA Core service start fails when engine is starting error = -11113

$
0
0

Hi,

 

Attach the default trace file in location:

 

F:\usr\sap\TSP\DVEBMGS02\j2ee\cluster\server<n>\log\

 

Also if you changed this parameter and then the issue happened did you increase or decrease the value?

 

Regards,

 

J

Re: Instance TDR/DVEBMGS00 reached state SHUTDOWN after having state STARTING. Giving up.). You can now:

$
0
0

Hi,

 

Attach the sapinst and sapinst.dev log files please.

 

Also attach dev_w0 trace file from the work directory for instance TDR.

 

J

Re: Changing Components maintained for a Specification (Mass Change)

$
0
0

Gaurish,

 

You will be in trouble, I haven't discussed total data model here. You need to consider some pain points:

 

1. If you are indenting to change the data model, then you need to consider entire structure. If you are planning to add list_sub in you data model, then it should be in every spec: Why, because, that is what you are buying from the regulatory content and inheritance to pure sub.

2. List_Sub vs Real_Sub, in the standard process, both are different, the way we are considering, as per our discussion. I am not sure if you have any material assignment for them or not, technically no material assignment for the list sub, but i am not sure in your case, if you have anything for your RS_B or RS_B? More over, what about the regulatory data for RS_B, if its a part of RS_A?

 

Here are my suggestions, if you are intending for the new data model, technically go for the best practice, like List_Sub, Pure_Sub and Real Sub (for your products). Maintain your changes in the pure and replace your real_sub with them in the RS_A. This is just a best practice, but not need to be compulsory. Talk to you SMEs. else you will be in big trouble. Still we are not even considering the data load while we relate the RS_B with LS_B and also expert rules and other data.

 

Hope this will be helpful for your query.

 

--

Re: SAP Business One Performance

$
0
0

Amazing, i thought our DB grows at 12GB/Year is pretty big for B1, can not imagine you guy are creating 200GB/year.

 

May I know what kind of server setup you have?

 

 

Frank

Viewing all 8594 articles
Browse latest View live




Latest Images