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

Re: Does rbmidoc trigger idocs to multiple partner profiles? Is it possible?

$
0
0

It's not just the partner profile, you also have to set up distribution model in BD64. And yes - it will be sent to all the systems configured there to receive the message. Actually having it not sent something is more difficult.


Re: Consulta Facturación de Reembolsos a Clientes

$
0
0

Te refieres a devolverle al cliente dinero por alguna devolución del producto facturado o también al caso de cuando se le realiza un descuento posterior a la factura y posterior a haber recibido el pago en bancos ?

 

si es así, realizas una nota de crédito y para reflejar el pago en caso que esa nota de crédito no la vayas a conciliar con facturas que te deba te vas a Gestión de bancos>Pagos efectuados> seleccionas Cliente en lugar de proveedor y seleccionas la nota de crédito que generaste y la pagas como pagarías una factura de proveedor.

 

saludos !

Re: SAP ABAP-EWM

$
0
0

Um, you forgot to mention the name of the function module.

Re: C_TAW12_71 - SAP ABAP Certification

$
0
0

Hi,

 

If you're going to learn a functional area as well, pick one that you are interested in yourself, and for which there are jobs in your local area.

 

I've never concentrated on one functional area. I just learn whatever is needed to do the job. Your next assignment could be FI-CO and the one after that could be PM!

 

good luck

Paul

Re: Customs Management - Sagitta - Physical Control

$
0
0

Hello Dave,

 

Thank you for your reply.

 

Just to make sure we are on the same page I am talking about Customs Management Export.

 

I do not see message type I5570 defined in my SAP GTS. We are using message schema CUS_NL and not CUS_NL_2 (AGS) yet...

 

Regards, Tiago

Re: Master-Details app from WebIde to Eclipse

$
0
0

Hi Kemin and all,

 

Thanks for your help. I have finally managed to make it work... but I must admit that I can not explain exactly why.

 

I have :

 

  • fully reinstalled Eclipse with Mars 4.5 version (I had Luna so far) with its SAP HANA Cloud Platform Tools,
  • defined a new SapUI5 project and imported the WebIde Master-details sources,
  • on a different computer..........,
  • and no I have not make the change as described in step 8.

 

I have also imported the source directly into the project's root instead of the WebContent folder as you can see on the pic below.

 

And "voilà"!

Screen Shot 2016-02-20 at 20.54.23.png

 

J.

Re: Change in Cost Element Category

$
0
0

Hi Akesh

 

these are the only options.

 

Your analysis is correct.

 

I would prefer option 1

 

Ajay M

Re: Issue in BEX authorization (BI 7.3)

$
0
0

Hi Abhijit,


According to me the authorization check works as expected. Company Code is not used in the selection so it will display the aggregated values because of the aggregation authorization (the colon : authorization).


In order to avoid the issue described above, I suggest to make the input-ready authorization variable for Company Code mandatory to force a selection on Company Code. Now only authorized Company Codes (i.e. ABC) can be selected.


Best regards,

Sander



Re: SMP 3.0: Reinitialize Offline Store (Android)

$
0
0

Hi, I face a similar issue and get exactly the same error when using SMP3.0. Kindly let me know if you were able to resolve this issue.

 

Thanks in advance.

 

Warm regards

SAPUI5 help display data from 1..1 Navigational Properties in xml view

$
0
0

Hi UI5 Programming Guru’s
I am quite new to programming in UI5 – and i have a problem that I hope some of you folks can help me achieve

 

I have created an odata service that has two entities:

  Reminder and PersonalData
There is a navigation property from Reminders to PersonalData called Get_Personal_Data.
The association is 1  to 1.

Here is a snip of my metadata:


<EntityType Name="Reminder" sap:content-version="1"><Key><PropertyRef Name="Pernr"/><PropertyRef Name="Infty"/><PropertyRef Name="Subty"/></Key><Property Name="Pernr" Type="Edm.String" Nullable="false" MaxLength="8" sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
....<NavigationProperty Name="Get_Personal_Data" Relationship="Z2BM_REMINDER_OF_DATES_SRV.ReminderPersonalDataAss" FromRole="FromRole_ReminderPersonalDataAss" ToRole="ToRole_ReminderPersonalDataAss"/></EntityType><EntityType Name="PersonalData" sap:content-version="1"><Key><PropertyRef Name="Perno"/></Key><Property Name="Perno" Type="Edm.String" Nullable="false" MaxLength="8" sap:label="Medarbejdernr." sap:creatable="false" sap:updatable="false" sap:sortable="false" sap:filterable="false"/>
......</EntityType><Association Name="ReminderPersonalDataAss" sap:content-version="1"><End Type="Z2BM_REMINDER_OF_DATES_SRV.Reminder" Multiplicity="1" Role="FromRole_ReminderPersonalDataAss"/><End Type="Z2BM_REMINDER_OF_DATES_SRV.PersonalData" Multiplicity="1" Role="ToRole_ReminderPersonalDataAss"/><ReferentialConstraint><Principal Role="FromRole_ReminderPersonalDataAss"><PropertyRef Name="Subty"/><PropertyRef Name="Infty"/><PropertyRef Name="Pernr"/></Principal><Dependent Role="ToRole_ReminderPersonalDataAss"><PropertyRef Name="Infotype"/><PropertyRef Name="Subtype"/><PropertyRef Name="Perno"/></Dependent></ReferentialConstraint></Association>


 

I have created a master detail view in the WebIDE – where I wanted to create the following scenario.

 

A master list with the Reminders Entityset.
And a detail set – with to icon tabbars.
Where I wanted to show some of the details regarding the event  - on one of the pages, and then some PersonalData on the other tab.

 

It looks like this:

 

screen1.PNG

 

The first part works fine – but i cant seem to find a solution on how to show the  something from the PersonalData entity set.

 

When I test the odata service it works just fine ie. I can call I like this:

/sap/opu/odata/SAP/Z2BM_REMINDER_OF_DATES_SRV/ReminderSet(Pernr='00000005',Infty='0019',Subty='05')/Get_Personal_Data

And then I get the  PersonalData entity set returned just fine.

 

But in  XML view – I tried the following:

 

<mvc:View                              xmlns:mvc="sap.ui.core.mvc"                              xmlns:sap.ui.core="sap.ui.core"                              xmlns:sap.ui.layout.form="sap.ui.layout.form"                              xmlns:semantic="sap.m.semantic"                              xmlns="sap.m"                              controllerName="local.controller.Detail">                             <semantic:DetailPage                                                           busy="{detailView&gt;/busy}"                                                           busyIndicatorDelay="{detailView&gt;/delay}"                                                           id="page"                                                           navButtonPress="onNavBack"                                                           showNavButton="{device&gt;/system/phone}"                                                           title="{i18n&gt;detailTitle}">                                                                                                                    <semantic:content>                                                                                       <ObjectHeader                                                                                                                     id="objectHeader"                                                                                                                     intro="Event details"                                                                                                                     title="{TmartText}"/>                                                                                       <IconTabBar class="sapUiResponsiveContentPadding" id="iconTabBar">                                                                                                                    <items>                                                                                                                                                 <IconTabFilter icon="sap-icon://hint" id="iconTabBarFilter1" text="Event details" tooltip="{i18n&gt;detailIconTabBarInfo}">                                                                                                                                                                              <content>                                                                                                                                                                                                           <sap.ui.layout.form:SimpleForm xmlns:sap.ui.layout.form="sap.ui.layout.form" editable="false" id="__form0" layout="ResponsiveGridLayout">                                                                                                                                                                                                                                        <sap.ui.layout.form:content>                                                                                                                                                                                                                                                                     <Label id="__label0" text=""/>                                                                                                                                                                                                                                                                     <Text id="__input0" text="{Text1}" width="100%"/>                                                                                                                                                                                                                                                                     <Label id="__labe20" text=""/>                                                                                                                                                                                                                                                                     <Text
 id="__input1" text="{Text2}" width="100%"/>                                                                                                                                                                                                                                                                     <Label id="__labe30" text=""/>                                                                                                                                                                                                                                                                     <Text id="__input2" text="{Get_Personal_Data/Firstname}" width="100%"/>                                                            //the above part does not work..                                                                                                                                                                                                                                         </sap.ui.layout.form:content>                                                                                                                                                                                                           </sap.ui.layout.form:SimpleForm></content>

In my controller of the detail view – I do the following:

 

 

_onObjectMatched: function(oEvent) {                                                                                       var sObjectId = oEvent.getParameter("arguments").objectId;                                                                                       var sInfty = oEvent.getParameter("arguments").infty;                                                                                       var sSubty = oEvent.getParameter("arguments").subty;                                                                                       this.getModel().metadataLoaded().then(function() {                                                                                                                    var sObjectPath = this.getModel().createKey("ReminderSet", {                                                                                                                                                 Pernr: sObjectId,                                                                                                                                                 Infty: sInfty,                                                                                                                                                 Subty: sSubty                                                                                                                    });                                                                                                                    this._bindView("/" + sObjectPath);                                                                                       }.bind(this));                                                          },

I haven’t implemented the expand function – because as far as I am concerned it should be possible to access the data through the navigational properties.

Can someone please advice me on how to make this work?

 

 

 

Br Ronni

Re: Not able to transport ADSO in SAP BW on HANA

$
0
0

Hi,

 

The user who is importing the objects has insufficient authorizations. The authorization check fails for objects ADSO (Advanced DSO) and HCPR (HANA Composite Provider). The user will need an appropriate authorization for objects S_RS_ADSO and S_RS_HCPR.

 

Best regards,

Sander

Vendor master concerning to plant replication to ERP is not happening, how to correct it?

$
0
0

Once we take the initial load of plant from ERP to CRM vendor concerning to plant will be created in the CRM and this vendor is not replicating to ERP how to make it flow back to ERP.

FM in background task with function module that was not remote enabled.

$
0
0


Hello All,

 

Code was moved to production that was calling a non remote enabled FM in background task.    By the time the error was caught over 15000 abends occurred.    These 15000 background calls are now in tables ARFCSSTATE and ARFCSDATA but cannot be processed successfully.   We plan to set the offending function module to remote function and transport.    My question is,  since it is a few days since these calls went into error what affect does it have on the logical unit of work?  is it possible we will be updating with old data?

 

Thanks in advance,  Dave

Re: Lumira server for BI Platform : Issues in transporting using Promotion Management

$
0
0

HI Shashikiran ,

 

Did you happen to resolve the issue ?

 

@All

 

Did somebody successfully promoted the .lums created on BICS connection with SSO ?

 

I'm trying to promote .lums file from DEV to QA . report is created using BICS connection with SSO.

This connection is already existing in QA , which we are using for existing Webi reports .So , I dont want to move the connection .

I've promoted the .Lums file and when opening the file from QA launchpad , it is still pointing to DEV BW system and promting SSO error .

 

Question here is , do we need to Promote BICS connections along with .lums for the first time ?

 

then I've promoted BICS connection along with .lums and changed the connection details in QA to point QA ,still same error !!!

 

Thanks

Re: Missing GRC email templates in SE61

$
0
0

Hi Fazil,

 

All standard and custom objects will be in tables GRFNVNOTIFYMSG and GRFNVNOTIFYMSGC.

 

Go to SM30 and open these tables in maintenance view and select all entries and include in transport request.

 

Regards,

Madhu.


Re: HCPms and identity propagation

$
0
0

Hi Olav Even I am try to find answers to similar question. Do have any update on the same. Thanks Ram

Re: How to find a list of reports in sap BW

$
0
0

You can use table - RSRREPDIR

 

The Field COMPID will give you the Report.

Re: deposit

$
0
0

reconciliation between what?? if between bank account and check funds account i try to don't select the check and the transaction normally  make journal entry to transfer the amount from check funds account and bank account  so what the difference ??

Re: canceling endorsement

$
0
0

when i try to cancel the incoming payment document system get me error

you can't cancel it because one of the checks endorsed

Storing the data in offline store for parent and child relationship

$
0
0

Hi All -

 

Jitendra Kansal

 

How do we store the data in offline store for entities which has parent and child relationship Please guide me. T

 

Thanks

Ram

Viewing all 8902 articles
Browse latest View live




Latest Images