Quantcast
Channel: SCN : All Content - All Communities
Viewing all 8150 articles
Browse latest View live

ECP Mandatory fields

$
0
0

Hello,

 

Is the cost element necessary in ECP?

 

 

Thank you.


2nd Occurrence of Unexpected Event NOT PROPAGATING to TM FO/FU

$
0
0

When reporting an unexpected event to the FO Handler it is properly propagating to the TM FO and then to the TM FU. HOWEVER, when I send the same unexpected event code a second time the event is not propagating to the FO, rather it is staying as "read from EM". I have reviewed the logs and I see that the logic to send it to TM is being called with no errors, nothing stopped in queue, and no dumps....

 

Any ideas?

Update matrix system form

$
0
0

Dear SAP experts,

 

I am trying to edit the matrix of a system form (Sales Order) through a bespoke Add-On.

 

I successfully managed to add and delete items, but for some reason, the totals are not recalculated. They still show the original totals before the update. I'd rather leave this to the system instead of doing it myself.

 

I tried to execute the Matrix's method 'FlushToDataSource()' but no luck (it gives me an error 'The item is not a user defined item 66000-8').

 

I also tried (naïvely) to refresh the form itself.

 

How can I achieve this and also to commit the changes to the database?

 

Using SAP B1 8.81 / C#

 

Regards.

Borrar registro extracto bancario

$
0
0

Saludos a todos.

 

Al tratar de borrar un registro de la pantalla de Tratar estados de cuenta externos.

Click Derecho : Borrar Linea, me da un mensaje

          Existen filas reconcialidas; borrar antes de añadir/eliminar filas.

 

La lína que deseo borrar no esta reconcilidas, la columna esta en blanco.

 

Sin embargo no me deja borrarla.

 

Agradezco la ayuda al respecto.

 

Gracias.

ODQR jobs created in background are scheduled by SAP BODS when utilizing extractors

$
0
0

Hi,

 

I'm executing 2LIS_13_VDITM extractor in initial mode and the job in BODS starts and does not start extracting data. In SAP in SM37 i could see the ODQR job created for this and has status scheduled.So, apparently BODS is waiting on the background job to be completed to extract data. I have to work with BASIS team every time to release this job so  it could finish the extraction. I tried using both execute in background yes & no.

 

I don't see this issue in delta mode(initial load set to no) as job is being executed and returning the data as expected.

 

Also, i didn't have this issue earlier when running in Initial mode. Not sure, what has changed?

 

Can you please help me to understand the background jobs and resolve this issue?

 

Thanks,

Rohith

Export to CSV changes Column Headers and order of Columns

$
0
0

when a webi report is exported as a txt file the structure of the report remains in tact, however, when the option to export as a csv is chosen the headers change and the order of the headers are changed.

 

Has anyone found a resolution or patch to fix this issue?

 

Currently on BI 4.0 SP05 Patch 2 and have tested in SP06.

Problem mit Binding

$
0
0

Hello All,

 

I have some problem with Binding - Can someone help ?

Table is displayed without data.

Thanks in Advance,

Amyn

 

 

 

Code of Index.html :

 

<!DOCTYPE html>   
<html>   
<head>   
<!-- Added charset='utf-8' to handle data in various langauges -->   
<meta http-equiv='X-UA-Compatible' content='IE=edge' charset='utf-8' />   
<title>Stock</title>   
<!-- Load UI5, select gold reflection theme and the "commons" and "table" control libraries -->   
<script id='sap-ui-bootstrap' type='text/javascript'   
          src='resources/sap-ui-core.js' data-sap-ui-theme='sap_platinum'   
          data-sap-ui-libs='sap.ui.commons,sap.ui.table'></script>   
                                   <script type="text/javascript"> 
         //Create an instance of the table control
           var oTable = new sap.ui.table.Table({ title : "Artikel" });   
         //Define the columns and the control templates to be used
           oTable.addColumn(new sap.ui.table.Column({   
               label : new sap.ui.commons.Label({ text : "Material" }),   
//              template : new sap.ui.commons.TextView().bindProperty("Matnr", "Matnr"),
                template: new sap.ui.commons.TextView({text:"{Material}"}),
                 width : "50px" }));  
                              
               var oModel = new sap.ui.model.json.JSONModel(); 

 

             
               var url = 'http://abc.com:8026/sap/opu/odata/SAP/Z_AM_TEST_SRV/MaterialSet';  
                        $.ajax({  
                                 url : url,   
                                 jsonpCallback : 'getJSON',   
                                 contentType : "application/json",   
                                 dataType : 'jsonp', 
                                 success : function(data) {   
                                
                   oModel.setData(data);   
                   sap.ui.getCore().setModel(oModel);   
                   //Create a model and bind the table rows to this model
                   var oModel1 = new sap.ui.model.json.JSONModel();   
                   //Get the material array table from MaterialSet object
                   var aData = oModel.getProperty("d/MaterialSet");   
//                  oModel1.setData({ modelData : aData });   
                   oModel1.setData({ modelData : [ {"Material": ""}] });    
                   oTable.setModel(oModel1);
                                             }   
                      });   
                      
      oTable.bindRows("/modelData");   
      oTable.placeAt('content');   
// https://scn.sap.com/thread/3401770              
            </script>   
</head>   
    <body class='sapUiBody'>   
       <div id='content'></div>   
   </body>   
      
   </html> 

Problem to access the ConfigPanel

$
0
0

Hello,

 

My question is because we are having a hard time trying to access the Configuration Panel lauched with the TCode /n/syclo/configpanel, because whatever port we use the browser always shows 404 page not found error.

 

Is there a special port that needs to be used? What can be the reason of this problem?

 

I appreciate your answers

 

Regards,

 

William


Error calling RFC function to get table

$
0
0

Hi All,

 

As per my client requirement I am doing incremental load using Auto correct load option.

 

I have done the initial load successfully. But when ever I am trying to do incremental load, I am facing the below error.

 

The source has 300000 records.

 

I increased the array fetch size up to 5000 in source table options and increased the no. of loader as 8 in target table option.

 

Kindly help me how to overcome this error.

 

Thank you very much.

by

vinodh

MMBE Transaction not showing stocks for any material where as MB52 shows

$
0
0

Hi

 

MMBE Transaction not showing stocks for any material where as MB52 shows. This happens in only one SAP system while doing upgrade. 

Any idea what went wrong ?

Please let me know if you more details

 

Thanks

MVS

Create a Template E-Mail (With items From sales Quotes) for sending to Manager of Sales Quote.

$
0
0

Hi Experts,

 

I need help regarding the Custom development of send email to a Quote Sales Suppervisor. This mail can be developed with HTML template or SDK Development.


Scenario :

 

1) Send email to sales quote Suppervisor, this mail have the products of the sales quotes and two buttons.

  • Approve : This button enables options to save and finish the Sales Quote.
  • Reject: Cannot enables options to finish the Sales quote.

 

Mail.jpg

Questions:

 

1) Can be developed this requirement throw and HTML EMail Template ? if Yes please Explain ......

2) An Custom Development from SDK side ? if Yes please Explain.......

 

 

Many Thanks,

Pablo Ilich.

Post Vendor Down Payment on Assets without Capitalization

$
0
0

hello Experts ,

 

i have created down payment on purchase order Normal asset  [Not AUC ] it automatically carried out the amount of Down Payment to capitalize asset with movement type 70 therefore the depreciation will calculated once post Down Payment but actually i didn't received Asset i will received it after 2 months from payed down payment SO is there any solution for this Case

Dynamic Cycle count process

$
0
0

Hi All,

 

We want to count the warehouse bins with Open TOs. The users does cycle count on bins. We tried to use DCC but not working or we are not understanding the DCC process. Following are the steps we did

 

 

Activated DCC and assigned the storage type for DCC

 

 

1.Entered count using LM59.

2.Confirmed the open TO

 

 

If the count quantity is different than the available quantity the quantity entered in the Inventory record is zeroed out(no value). Again we have to enter the count quantity.

 

Can somebody please help with steps for DCC?

 

Is there any option to activate the inventory record with Open TOs.

 

 

Thanks

Balu

SAP EM - Events from Carriers that are Expected but with bad Locations

$
0
0

Scenario: A carrier sends the Departure event through EDI and it is converted into a EVMSTA IDOC. The departure location provided by the carrier IS NOT the internal location ID within SAP EM. Through the event handler ruleset the event is sent to SAP TM FO and fails to propagate to FUs because the stop location does not match any stop within SAP TM.

 

What is the best way to get around this issue? Is custom development required to propagate the event without considering the stop location? If so, where is this done and is this the best approach?

 

The following is required:

1. The event must be reported on the FO handler.

2. The event needs to be propagated by the FO to the FUs within TM.

3. Once the event is propagated to the TM FU it will then be posted to the FU handler.

 

Thanks in advance for your guidance.

SAPScript Fails in MC8K

$
0
0

All:

 

I have a SAPScript that generates a Message Type X error when it runs.  I can run the same steps outside a script and everything is fine, but when a script executes them, it fails.

 

The script is opening a DP forecasting log for a given day when there are multiple runs that day.  It chooses the job with the latest start time.

 

I have copied the script below.  Please excuse any typos.

 

Jeff

 

>session.findById("wnd[0]/tbar[0]/okcd").text = "/n/SAPAPO/MC8K"

>session.findById("wnd[0]").sendVKey 0

>session.findById("wnd[0]/usr/ctxtJOB1").text = strFileName

>session.findById("wnd[0]/usr/ctxtDAY1").text = strDate

>session.findById("wnd[0]/usr/ctxtDAY1").setFocus

>session.findById("wnd[0]/usr/ctxtDAY1").caretPosition = 9

>session.findById("wnd[0]/tbar[1]/btn[8]").press

>session.findById("wnd[1]/usr/lbl[12,1]").setFocus

>session.findById("wnd[1]/usr/lbl[12,1]").caretPosition = 4

>session.findById("wnd[1]").sendVKey 2

>session.findById("wnd[1]").sendVKey 33

>session.findById("wnd[1]/usr/lbl[1,3]").setFocus

>session.findById("wnd[1]/usr/lbl[1,3]").caretPosition = 6

>session.findById("wnd[1]").sendVKey 2


SSO for SMP 3.0sp7 and NWGW

$
0
0

Hi,

 

We need to configure sso between SMP 3.0 sp7 and NetWeaver gateway server.our architecture is SMP 3.0--NWGW central hub--Backend system Ecc. Ldap configuration has been done between AD and SMP 3.0 (End user will login in to the mobile device using windows AD user account and it will fetch data from backend system via nwgw. I hope sso between NWGW and ECC can be done by StrustSSO, but single signon between SMP 3.0 and NWGW is new to us,Kindly help me by sharing any document for this.

C4C30 Class

$
0
0

Hello Community,

 

I am planning to take the C4C30 class in San Francisco in October 2015. This is just the week before the TechEd and I don't want to attend both the class and TechEd due to the timing issue. However, I like to attend TechEd but this time I have a C4C project going on and I will be the SDK Developer.

 

My question is, has anyone experienced C4C30 class before and if yes, how is it? The reason I am hesitant to go (though I am very much interested) is because I had very bad experience with C4C50 class in Houston in August of 2015.

 

I was searching through SAP TechEd catalog and couldn't find much for C4C / Business By Design development sessions.

 

Any information in this regard is appreciated.

 

Thanks

SAP APO SNP error during Location heuristics

$
0
0

Hi,

 

I am trying to execute the Location option on my SNP planning book and getting this error and no values are being calculated for Production planned. Any suggestions on where should i be looking to fix this ?

 

No language-specific unit defined in language EN for internal unit ST

 

Thanks

SNP not respecting safety stock

$
0
0

HI

We have a material at a DC where we just keep fixed safety stock of 900 LB (safety stock type SB). At this point there are no receipts and just a couple of sales orders for about 200 LB on Day3 and another 100 LB on day 7.

Please correct me if I am wrong SNP is supposed to recognize the safety stock and turn the supply shortage row in planning book to 900 on day1, 1100 on day3 and 1200 on day 7.  But SNP shows no such changes in supply shortage row.

 

However when I switch to product view, PPDS is recognizing exactly -900 on day1, -1100 on day3 and -1200 on day 7.

 

We use customized planned books. I tried checking the same in SNP94 books and they look the same.

 

Has any one come across this situation?

CTM Run Failure - Segmentation Fault

$
0
0

Hi all,

 

When we try to run CTM with time stream of 56 weeks/39 weeks/32 weeks, we see that there is an error called "Segmentation Fault" due to which whole planning run is failing.

 

<i> <#3608> 11:58:55 ctm_em_execute.cpp(41) 'SuperVisor' EM::execute for packet 10

<e> <#2836> 11:58:56 <WinPerfData> error in RegQueryValueEx(): [error-code 5] Access is denied.#

<i> <#2836> 11:58:56 [memory] usage after transforming model into relational data of packet 9:  cpu_time: 361 real_time: 434 current_memory: 0 MB peak_memory: 0 MB

<i> <#2836> 11:58:56 physical memory: 28358 MB available [86% free]

<i> <#2836> 11:58:56 page file      : 61632 MB available [93% free]

<i> <#2836> 11:58:56 virtual memory : 8387858 MB available [99% free]

<i> <#2836> 11:58:56

<i> <#2836> 11:58:56 number of orders:                         5111

<i> <#2836> 11:58:56 number of pegging links:                  13829

<i> <#2836> 11:58:56

<i> <#2836> 11:58:56 <rfc> calling function module /SAPAPO/CTM_INT_ORDER_CREATE

<e> <#3608> 11:59:03 ctmsvr_script.cpp(232) 'MsgMgr' <!> C-STRING EXCEPTION: <!> Segmentation fault

<i> <#3608> 11:59:03 rfc_connection.cpp(605) 'MsgMgr' <rfc> calling function module /SAPAPO/CTM_INT_STATUS_SET

<e> <#3608> 11:59:03 core_sysinfo.cpp(947) 'MsgMgr' <WinPerfData> error in RegQueryValueEx(): [error-code 5] Access is denied.#

<e> <#3608> 11:59:03 optsvr_main.cpp(369) 'MsgMgr' <!> CORE EXCEPTION:

#RFC_RC (RFC_SYS_EXCEPTION) System exception raised, connection closed

#RFC_ERROR_GROUP (RFC_ERROR_SYSTEM_FAILURE) e.g. SAP system exception raised

#key=RFC_ERROR_SYSTEM_FAILURE

#message=CPIC-CALL: 'CMRCV : rc=25

 

 

LOCATION    SAP-Gateway on host IRVWP63PAT03 / sapgw00

ERROR       program state check for conversation 12422607

TIME        Wed Sep 23 11:59:03 2015

RELEASE     720

COMPONENT   SAP-Gateway

VERSION     2

RC          471

MODULE      gwr3cpic.c

LINE        3420

DETAIL      program c:\apoopt\ctmsvr.exe on host IRVWP63P called function

            SEND_DATA in state RECEIVE_WAIT_FOR_DATA

COUNTER     81997

 

 

#exception=SYSTEM_FAILURE

<i> <#3608> 11:59:03 optsvr_main.cpp(370) 'MsgMgr' _exiting...

 

SM37 Log is as follows

 

09/23/2015 12:30:01 Job started

09/23/2015 12:30:01 Step 001 started (program RSPROCESS, variant &0000000050948, user ID BWREMOTE)

09/23/2015 12:30:01 Start process SCM_CTM01 Z7M_CTM_ND in run DKVOKJM4KMCG52Y25PFNGVB01 of chain Z7M_SOLVE_2

09/23/2015 12:43:02 Communication error: A runtime error occurred while executing the remote function module

09/23/2015 12:43:02 Job cancelled after system exception ERROR_MESSAGE

 

 

When we run the Solve for 26 weeks, everything is fine as below,

 

<i> <#3392> 13:10:05 ctm_modelgen.cpp(1227) 'CTMModelGenerator' MG::upload of packet 11

<e> <#3392> 13:10:05 core_sysinfo.cpp(947) 'MsgMgr' <WinPerfData> error in RegQueryValueEx(): [error-code 5] Access is denied.#

<i> <#3392> 13:10:05 ctm_modelgen.cpp(1329) 'SuperVisor' [memory] usage after transforming model into relational data of packet 11:  cpu_time: 401 real_time: 655 current_memory: 0 MB peak_memory: 0

<i> <#3392> 13:10:05 core_sysinfo.cpp(487) 'MsgMgr' physical memory: 28095 MB available [85% free]

<i> <#3392> 13:10:05 core_sysinfo.cpp(488) 'MsgMgr' page file      : 61348 MB available [93% free]

<i> <#3392> 13:10:05 core_sysinfo.cpp(489) 'MsgMgr' virtual memory : 8387582 MB available [99% free]

<i> <#3392> 13:10:05 ctm_modelgen.cpp(1357) 'CTMModelGenerator'

<i> <#3392> 13:10:05 ctm_modelgen.cpp(1358) 'CTMModelGenerator' number of orders:                         1166

<i> <#3392> 13:10:05 ctm_modelgen.cpp(1359) 'CTMModelGenerator' number of pegging links:                  2783

<i> <#3392> 13:10:05 ctm_modelgen.cpp(1360) 'CTMModelGenerator'

<i> <#3392> 13:10:05 rfc_connection.cpp(605) 'MsgMgr' <rfc> calling function module /SAPAPO/CTM_INT_ORDER_CREATE

<i> <#3392> 13:10:19 rfc_connection.cpp(605) 'MsgMgr' <rfc> calling function module /SAPAPO/CTM_INT_INDC_CREATE

<i> <#3392> 13:10:20 rfc_connection.cpp(605) 'MsgMgr' <rfc> calling function module /SAPAPO/CTM_INT_EXPL_CREATE

<e> <#3392> 13:10:57 core_sysinfo.cpp(947) 'MsgMgr' <WinPerfData> error in RegQueryValueEx(): [error-code 5] Access is denied.#

<i> <#3392> 13:10:57 ctm_modelgen.cpp(1399) 'SuperVisor' [memory] usage after data upload of packet 11:  cpu_time: 408 real_time: 706 current_memory: 0 MB peak_memory: 0 MB

<i> <#3392> 13:10:57 ctm_modelgen.cpp(1406) 'CTMModelGenerator' MG::upload of packet 11 done

....

...

...

nCPU_TIME#408

nCPU_TIME_MS#408129

nHD_FREESPACE#101891

nPEAK_MEMORY#0

nPEAK_MEMORY_MEMMGR#867035

nPEAK_RESIDENT_SET#0

nREAL_TIME#706

nREAL_TIME_MS#706506

 

 

<e> 13:10:57 core_sysinfo.cpp(947) 'MsgMgr' <WinPer

<i> 13:10:57 optsvr_dsr.cpp(86) 'MsgMgr' <writeDSRd

<i> 13:10:57 optsvr_main.cpp(1168) 'MsgMgr'

* ***********************

* Finished->SUCCESS ...

* ***********************

 

 

<i> 13:10:57 optsvr_rfcconnection.cpp(1883) 'MsgMgr

 

Please suggest if this CTM Segmentation Error is related to Memory/BASIS/Functional issue. We raised OSS Message, yet to hear from SAP. Suggestions appreciated, Thanks in advance.

 

Thanks,

Tej

Viewing all 8150 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>