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

Re: Bring together 2 identical queries with different qualifying date

$
0
0

Hi Steffen,

As highlighted in your snapshot, you need to have a "primary key" in both the data sets to "merge".

There error explains that the tool cannot find any common value to merge.  So, I guess you have unique keys in both the data sets.

 

Bala.


How to use XML MetaData in SAP UI 5

$
0
0
<UXComponent>  <UXView id="ViewID1" patternType="owl">    <View columns="2" id="188" rows="1">      <AdvancedListPane defaultDefaultSet="OpenTasks" id="OWL_ALPP" isCollapsible="true">        <Header fallbackValue="Purchase Orders" id="iddsds"/>        <!--Grid List-->        <ListDefintion dataSource="../sabc/new.json" id="785" visibleRows="10">          <Binding bindingExpression="results" id="2154"/>          <Column id="ZN">            <Label fallbackValue="Purchase Order ID" id="ZN6" textPoolId="789874564"/>            <TextView id="388989" name="PurchaseOrderId">              <Text bindingExpression="PurchaseOrderId" id="844444"/>              <!--  PurchaseID should be picked from the /d/results-->            </TextView>          </Column>

 

How to make UI from this. Where should i put this so that my UI is rendered according to this XML.

Re: Report data displayed is based on your authorizations

$
0
0

Hello Siobhan,

 

Just an update for your issue.

 

This message will be appearing by parameter id 1114 is set to YES in maintain configuration settings under SPRO

 

To disable this message,change value to No

 

Regards

Baithi

Re: PM Module: How to make a field Mandatory in Standard Screen based on a Validation

$
0
0

Hello Sudhir,

 

I think a I have arrived at a working solution.

 

User-exit : QQMA0014

Include: ZXQQMU20

 

Put this code in the above include:

 

IF i_viqmel-qmart = 'M2'.   DATA:i_stat LIKE jstat OCCURS 0 WITH HEADER LINE.   CALL FUNCTION 'STATUS_READ'     EXPORTING       objnr       = i_viqmel-objnr       only_active = 'X'     TABLES       status      = i_stat.   LOOP AT i_stat.     IF i_stat-stat = 'E0004' AND i_viqmel-indtx IS INITIAL.       MESSAGE: 'Long text can not be empty for Rejected notifications'     TYPE 'E' DISPLAY LIKE 'I'.     ENDIF.   ENDLOOP.
 ENDIF.

 

User will get the following error when trying to Save notification (M2 type) with REJE user status and Blank Longtext

Capture.JPG

Notes:

1. Lines 01 and 19 are to confine your code to a particular Notification type (Here it is M2).

2. In line 34 the value 'E0002', you will replace with yours. This is the code for your user-status REJE. This code you will get from table TJ02T by passing the Status profile value in STSMA field and REJEin TXT04 field.

3. I have tested this and working fine.

4. fm STATUS_TEXT_EDIT will not work here, so we have to use fm STATUS_READ only

5. You must be knowing that the user-exit must be assigned to a project created through CMOD.

 

 

Good luck

KJogeswaraRao

Re: Can we post MM condition to COPA without Accounting doc?

$
0
0

Hi Pooja and Rajneesh,

 

This did not work. I created statistical condition type and posted a STO but no COPA document generated. Is any other setting required? I am not even sure what record type this would generate. Do we have to setup valuation strategy for this to work?

Any help appreciated.

 

BR

Abhinav

11.2.0.3 to 12.1.0.2 Upgrade Guide

$
0
0

Hi Everyone,

 

          I have troubling upgrading 11g to 12c, could anyone can give me a link(much better if there are screenshots or correct procedure how to upgrade it.

 

 

Thanks!

Re: Adding search help for Module pool

$
0
0

i get only one input value in my search help (vbeln (VBRK))

 

i need to display (FKDAT From (VBRK),  FKIMG & BRGEW From (VBRP) with all the line item are sum)

Re: Adding search help for Module pool

$
0
0

i get only one input value in my search help (vbeln (VBRK))

 

i need to display (FKDAT From (VBRK),  FKIMG & BRGEW From (VBRP) with all the line item are sum)


Error in EHP Upgrade Pre-Processing Phase

$
0
0

Hi,

 

We are upgrading our ERP Server from ecc 6.0 base to EHP7. We are facing issue in preprocessing phase at        MAIN_SHDIMP/SUBMOD_SHD2_RUN/RUN_RSAIMMERGE_UPG_SHD.

following is error log

 

1 ETQ359 RFC Login to: System="SID", AsHost="hostname" Nr="01", GwHost="hostname", GwService="sapgw01"

2EETQ231 RFC Login failed

1EETQ399 Last error code set is: RFC login to system SID ashost hostname nr 01 gwhost hostname gwservice sapgw01 failed with code 1 key RFC_COMMUNICATION_FAILURE: connection closed without message (CM_NO_DATA_RECEIVED)

1EETQ204 Upgrade phase "RUN_RSAIMMERGE_UPG_SHD" aborted with severe errors ("20150925151111")

  

SYSTEM Details:

 

OS: IBM i Series: V7R1

SUM tool : SUM SP13

 

Please find the deatiled attached log files

Re: Material lisinting issue

$
0
0

Hi,

Enter the ship to party at sales order so that the destination country will be derived for the listing.

 

 

Regards,

SRK

Re: java.net.ConnectException: Connection refused.

$
0
0

could you tell me what your Basis did?

have the same Problem.

 

Thanks

Re: Issue in Managed System Configuration

$
0
0

Hi Krishna,

 

Thanks for the logs.

 

Sep 24, 2015 7:30:07 AM [Thread[Connector,5,main]] Info   [SMDAgent.IConnectionStatusListener.statusChanged] SMD Agent connection status changed from CONNECTING to ACCESS_DENIED

 

I can see the SMD agent is restarting itself due to access denied. The access denied could be due to locked SMD_AGT user or incorrect certificate.

 

Request you to check the same


Regards

Aditya

Re: Issue with new attributes added to data model in MDG 6.0

$
0
0

The only reason Material Origin would not be mandatory, but is since you've added some fields is that the fields you are creating are on the same view. You are now creating the view for that material so all mandatory fields on that view (e.g. Material Origin) must be filled.


Material Origin is in costing view 2 if I am not mistaken.

 

So you will have to remove all fields from the Costing View, and therefore not create the costing view for the material, to stop the issue if you do not want to make the material origin field optional in ECC or maintain it.

Re: Runtime Errors dump DATA_OFFSET_LENGTH_TOO_LARGE

$
0
0

Hey, this issue occurs when the structur of VALUE_TAB is too big or you have to many fields in there.

 

Try to reduce the fields in VALUE_TAB to the necessary ones and then it should work. I think the field length of all fields combined should not exceed 1000 characters.

 

Kind regards

Stefan

Re: How to check the duplication of G/L accounts?

$
0
0

You cannot delete if the transaction data is posted.

You could delete the GLs if you have not posted any transaction data.

In OBY6, untick "productive" check box before executing OBR2.


Re: Export rules from info steward to data services

$
0
0

I have exported them from info steward to Data services using " rule to data services " option in info steward and the log says exported successfully . They are not available under  custom functions > validation > Information Steward in Data services.  Can you please tell me if I am missing any steps.

Using Mobile Add-On for Delta

$
0
0

Ref - http://sapvod.edgesuite.net/TechEd/TechEd_Berlin2014/pdfs/mob203.pdf

 

Is the Mobile Add-on a licensed product or part of SMP licensing ?

 

As i understand this was part of the Agentry framework which got merged into the SMP 3.0 stack. Has anybody tried this for delta query handling for non-agentry scenarios ?

 

We have been using the traditional techniques of change pointers or "CHANGED" column values in table to do the delta.

 

Regards,

Parag.

Re: Missing BOM components - MFBF

$
0
0

Hi,

 

Plea check stock of the BOM components also.

 

Please make the stock available for the components and then try MFBF.

 

Regards

Ajay

Re: BODS Script and SQL Transform - Performance

$
0
0

Hi RV,

 

Can you run the query @ the database level and record the running time. Is this time same or faster to time taken by DS to fetch the data.

 

As a performance tuning technique can you create a view with the above SQL and import it in DS job and then check the performance of the job. I am sure this would improve the performance

 

Regards

Arun Sasi

SAP Work Manager 6.2 download DMS document fails

$
0
0

Hi all,

 

I have an issue about the download of DMS equipment attach document: when I selected the document on the device nothing happens.

 

Further investigation I have found a "Bad Request" when SAP system call a SMP server.

 

<ZSWM62_DMS_DOCUMENT_PUSH_62><SAPPushNotif><app>ZSAP_WORK_MANAGER_62_NEW</app><users><usr SCENARIO_ID="ZSWM62_DMS_DOCUMENT_PUSH_62" USER_GUID="E563A2D5AE794CF19418005056A6200B" USER_ID="BONIP"/></users></SAPPushNotif></ZSWM62_DMS_DOCUMENT_PUSH_62>

 

Have you any suggestions ?

 

Thanks and Regards,

Paolo

Viewing all 10116 articles
Browse latest View live


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