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.
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.
<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.
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
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
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
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
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!
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)
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)
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
Hi,
Enter the ship to party at sales order so that the destination country will be derived for the listing.
Regards,
SRK
could you tell me what your Basis did?
have the same Problem.
Thanks
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
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.
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
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.
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.
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.
Hi,
Plea check stock of the BOM components also.
Please make the stock available for the components and then try MFBF.
Regards
Ajay
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
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