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

Re: Sistema Para envio de XML y Pdf de Facturas en automático

0
0

Integration Outlook.


Re: Call UDO EditTextBox SAP B1 SDK

0
0

Hi Lakshmi,

 

What do you mean with call? You can bind an edittext to your UDO.

 

Parameters

 

Bound

Indicates whether to bind or unbind the item:

False: Unbind (default)

 

 

True: Bind

 

TableName

The name of a database table. For user data sources, leave this field empty.

 

 

Alias

 

For DBDataSource: The alias of a database field

 

 

For UserDataSource: The unique ID of the user data source

 

 

 

Remarks

This method is valid for user-defined items only.

 

Example

Binding a data source to an item (Visual Basic)

 

Public Sub BimdingDataSourceToItem()

 

 

    Dim oForm As SAPbouiCOM.Form

    Dim oEditText As SAPbouiCOM.EditText

 

 

    '// Add a form

    Set oForm = SBO_Application.Forms.Add("SimpleForm")

 

 

    '// Add a UserDataSource to the form

    oForm.DataSources.UserDataSources.Add "EditSource", dt_SHORT_TEXT, 20

 

 

    '//*************************

    '// Adding a TextEdit item

    '//*************************

 

 

    Set oEditText = oForm.Items.Add("EditText1", it_EDIT).Specific

 

 

    '// Bind the text box to the UsedDataSource

    oEditText.DataBind.SetBound True, "", "EditSource"

End Sub

 

 

 

 

See Also

DataBind Object

 

More information in the SDK Help Center and in the Samples directory.


Best regards,

Pedro Magueija


View Pedro Magueija's profile on LinkedIn

Re: which event when purchaseorder's item has been changed?

0
0

Hi Bin,

 

Sorry, I do not know any other option.

 

Best Regards,

Fred

Re: Creating Sub reports inside sub reports

0
0

Hi Abhilash,

   Thanks for the quick answer. My problem is i have 3 section of data belong to each row of main data set. If the row is more than one i can not able to get multiple data . Its showing only latest row data repeated no of row times. How can i have these kind of Dynamic reports. I am using Subreport in group section. Any help will be greatly appreciated

 

Regards

Harsha D

Re: HANA Studio Citrix - Shared Workspace

0
0

Check for the folder .backup and .metadata in the system. Delete the folders and restart HANA studio.

It should popup to ask for a workspace location, where you can select the desiredd locaton.

 

Regards,

Anupama

create time item in release 1605

0
0

Hi together,

since release 1605 creating time item is available. Please can you provide a documentation how to set up a time item in detail. Which additional scoping and fine tuning steps must be done.

At the moment I can't select a product in the time item. What's missing?

And I also have a time tab in my application (as called in the Release Video).

 

Thanks for supporting me in this new functionality.

 

Kind Regards,

Nicole

Re: Deleting Internal table based on condition

0
0

try below,

SORT IT_TAB BY VENDOR_NO, INV_NO, INV_AMT, INV_DT.


DELETE ADJACENT DUPLICATES FROM IT_TAB COMPARING VENDOR_NO, INV_NO, INV_AMT, INV_DT.

 

I'm not getting your last point, but you can try this.

Modelling Not Exist

0
0

Hello All, In HANA modelling, we can use SQL script to model the SQL action like Exist, Not exist, If null, etc. How to do this modelling using Graphical View. Please guide if someone has performed before Ben


Re: signature logo not displaying in sap script

0
0

Hi,

 

The signature is nothing but an image which is maintained as a standard text in SO10.

 

Hope this will be clear.

 

Thanks,

HT

Re: Problem on navigating from one view to another in SAP UI5 application

0
0

Hi Jibin

 

Unable to attach the js files. So shall I share you through email, if so pls give your id.

 

Thank you!

 

Regards

Swadini

Re: CKM3 component cost split value=material target cost value

0
0

Hi,

 

 

 

Please check all the goods movements related to that material,ML will consider all the postings against that material.

 

Say, it will consider postings related to main cost object of Production order ( in this case ) and other cost objects like Cost center / WBS..etc.

 

While calculating Periodic unit price in ML, it will consider all single level and multi level differences.

 

 

Provide the Production Order cost trend screen and ckm3 for better under standing of the issue you are facing..

 

Regards,

Pavan Kumar Arvapally

Re: VM2938 Router.js:6 Uncaught TypeError: Cannot read property 'setHash' of undefined

0
0

Hi Manali,

 

I had the same problem. My project was started form a template in WebIDE .

 

In my case the solution was:

 

  1. Check your manifest.json
  2. Check what view is assigned there as root view under "sap.ui5": { "rootView":
  3. Go to the view XML of that view (I was using XML views)
  4. Check if that contains an App tag, and if the tag has an ID like
    <App id="app">
  5. Go back to the manifest.json, and check the router configuration, controllId should point to the same id: "routing": { "config": { "controlId": "app",
  6. Finally, from the Component.js had to initialize the router this.getRouter().initialize();

 

Then sap.ui.core.UIComponent.getRouterFor(this).navTo(... worked fine.

 

Hope that helps.

 

Gabor

Re: Finding tables with specific primary key

0
0

Thanks Martin and Elzkie for your immediate reply!

Re: SAP Hana WebIDE: Error: Unsupported content type: multipart/mixed;boundary=batch

Re: Role SAP_BC_JSF_COMMUNICATION_RO is not assigned to user SAPJSF

0
0

Hi Pooja,

 

Logon to the Abap system in 001 client.

Look for SAPJSF user and assigned the role and perform the user comparison.

 

Then retry the steps.

 

With Regards

Ashutosh Chaturvedi


Help with Automating SAP Early Archiving

0
0

In SAP early archiving scenerio, user receives a Work Item in his Inbox. So on clicking the Work Item Workflow gets triggered and Record gets created. However, is it possible to automate the entire process, where user enter PO number using an external Java application and Workflow gets triggered automatically while entering user inbox and PO record is created?

Re: Committed date appearing same as Document date in STO PO

0
0

Aren't you doing any ATP check in your STO ? Can you show the configuration from T161V table for the Document type and the checking rule ?

 

Babu Kilari

Re: Tax Depreciation Assignment

0
0

Hi,

 

is it dep area 15 or 50 ?

 

best regds

Subha

Re: How to supress pop-up while executing bapi

Re: Tax Depreciation Assignment

0
0

Hi,

 

ok after this assignation I will have to create the group asset class and create the group asset in AS21 ?

 

best regds

Subha

Viewing all 8713 articles
Browse latest View live




Latest Images