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

Re: sap.m.table binding with odata not working

$
0
0

I tried to create another table with id Tbl_Itm1 in the Filter View itself and wrotethe code for bindAggregation for this new Tbl_Itm1 in the Filter Controller init method(The same place where I am creating the model) . In this case , the new Tbl_Itm1 is getting populated with data successfully.

 

So I dont know why the binding do not work for another table which is created in some other view and bindAggregation been done in another view's controller.

 

Any pointers on this??


Re: SQL error in fields occurred during a patch update - transport

Fiori App by extending the standard Fiori Leave Request Application

$
0
0

Hi all,

 

We are developing a Fiori App by extending the standard  Fiori Leave Request Application. Our requirement is that the manager need to apply the leaves for the employees under him. So we extended the leave request app by replacing the view hcm.myleaverequest.view.S1 with a custom view and put a dropdown list to pick the employee list from the drop down.

While the manager submits  we replaced the post data parameter EmployeeID with the selected employee Id from the dropdown list as shown.

 

oNewEntry.EmployeeID=this.selectedEmployeeIDValue;


The submission of the request is done using the standard odata service , not done any changes in  the odata.

 

After submission we are getting the error as shown

 



When we checked the gataway traces we found that correct data are passing to the back-end.

 

gw.png

Highly appreciated your guidance to implement this on the correct way.

Re: Spool_internal_error

Re: Adapter engine does not match adapter engine of integration flow

$
0
0

Yes Muni, Can understand your issue.

 

Same used to happen when I try to deploy BPM.Sometimes it behaves strange.

 

Anyways I don't have much solution for this.

 

SAP note or any other expert should help you.

Re: IDoc to CSV on multiple folders based on field in IDoc

$
0
0

Hello Nithin,

 

As I told earlier

 

1.IDocs collected will reach PI.

 

2.Having one Interface with multiple operations and in the Interface determination split IDOCS to individual operations(Based on werks).

 

3.For Each plant configure one File channel to place the file.

 

Let me know if u have any face issues on this.

Re: NEED SPT to be blocked user wise

$
0
0

Hi,

 

Try this:

 

IF @transaction_type in ('A','U') AND (@OBJECT_TYPE='22')

BEGIN

If exists (SELECT T0.[Docentry] FROM OPOR T0 

where T0.DocEntry =  @list_of_cols_val_tab_del and T0.[U_Deliver] is null)

 

Begin

SET @error = 10

SET @error_message = 'Please add UDF value'

End

End

 

Thanks

Re: NEED SPT to be blocked user wise

$
0
0

hi sir

 

thanks for the replay

 

sir i need this to be happen only for a some specified end users who create Po not for the all users

 

Regards


Re: sap.m.table binding with odata not working

$
0
0

Hi Amber

 

Make sure that you  are setting the model


sap.ui.getCore().setModel(oData_Hdr,"Model_Hdr"); 

 

before you initializing the controller cmp.zerp_app.Main

Re: How to connect SAP HANA Trial Cloud Portal to a SAP back-end system(HANA Server)?

$
0
0

Hi Kapil,

I'm not really an expert for the Cloud Connector, but just in case you are looking for documentation. Here is the link to the official one for the Connectivity Service.

 

The section Connectivity for SAP HANA XS (Trial) says:

Currently, you can make XS destinations for consuming HTTP Internet services only.

So I'm, afraid it looks like what you are trying to do is not possible with a Trial instance.

 

If you are developing in a productive HANA instance and want to connect to your database via JDBC/ODBC, you can do this from version SPS09 on using SAP HANA Enterprise Information Management (EIM), but you need to install the Data Provisioning Agent on an on-premise system which can reach your backend server and configure what tables of your on-prmeis database should be visible to the HANA cloud system.

 

Best regards,

Oliver

 

Edit: correction of information for JDBC/ODBC connection to the on-premise database.

Re: NEED SPT to be blocked user wise

$
0
0

Hi,

 

Try to add your user code:-

 

IF @transaction_type in ('A','U') AND (@OBJECT_TYPE='22')

BEGIN

If exists (SELECT T0.[Docentry] FROM OPOR T0 

where T0.DocEntry =  @list_of_cols_val_tab_del and T0.[U_Deliver] is null and T0.UserSign2 in ('1'))

 

Begin

SET @error = 10

SET @error_message = 'Please add UDF value'

End

End

created view speed up query

$
0
0

hello

 

I want to speed up query, I create view but it doesn't effect on my query.

 

why created view speed up query ? how?

Re: Create cost center

$
0
0

Hi Babu,

 

This field is additional field in cost center, which is created earlier as per your client's requirement, please ask first to ABAP Team. They will guide you better.

 

Regards

Ankur

Re: Not getting data in Multi Provider for WBS element and Project def ?

$
0
0

Dear Suhas,

 

Please find the attachment of Infoset design.

 

ZIS_BUDG Snap Shot.PNG

 

BR,

Anand

Re: Sales Order showing under Customer Demand when already shipped and invoiced

$
0
0

Dear Bhanu ,

 

If the Item Type for the 'Sales Order ->Item' is 'Product- Delivery based' and all the quantities of that

item is Delivered (i.e. there exist Outbound Delivery for all the quantities of that Item) .

 

Result :Customer Demand should not be showing Delivery Status as 'In Process' .If this is the case,

please report an incident to SAP side.

 

Hope this help.

 

Best Regards,

Ankush.


Re: How to delete tax code error during Sales Customer Creation through ABAP BADIs for document checking or configuration?

$
0
0

Hi

 

In OBD2 make tax field as hidden

Re: Conceptual Panel

$
0
0

Is there any note, or am I missing any config.

Re: Runtime error TSV_TNEW_BLOCKS_NO_ROLL_MEMORY in 'Mapping of data for Scrambling activity'

$
0
0

Hello Adithya ,

 

The error TSV_****No_ROLl*** is mainly due to memory issues in the system where you are getting the dump .

Please try and increase the roll memory as well as your extended memory and re-execute .

 

Also monitor the memory usage when the job is running , to see how much it uses and than you can further increase accordingly .

 

Regards,

Umesh Patel

Explain the O2C process

$
0
0

Explain the O2C process

 

is there any other processes which are important at the time interviews;

Re: RG1 update by using invoice based billing

$
0
0

Dear Manish,

 

yes the assignment as done, but there was no update in RG1.SC1.jpg

SC2.jpg

 

br Dieter

Viewing all 8594 articles
Browse latest View live




Latest Images