sap

Repeating row on each page

爱⌒轻易说出口 提交于 2019-12-11 16:14:20
问题 I have a crystal report consisting of 9 pages (1-9). I have only one field(String) where I show a record from the database(say amount). The issue is that amount is being displayed on every page. I want that one record (amount) to be shown only on the first page. I tried several things with formula editing like "Suppress if duplicate" etc. Here you have 2 screenshots. Page 1/9 of the report Page 2/9 of the report Note: Remittance information is a group header 回答1: Depending on the structure of

Sybase IQ 相关网站链接

瘦欲@ 提交于 2019-12-11 15:56:12
Support 网站,需要有企业的账户才可以登录 https://launchpad.support.sap.com/ Sybase IQ 在线帮助网站,手册内容在这里都可以看到 https://help.sap.com/viewer/product/SAP_IQ/16.0.11.22/en-US 常见子页面 IQ版本下载(需登录) https://launchpad.support.sap.com/#/softwarecenter/template/products/%20_APP=00200682500000001943&_EVENT=DISPHIER&HEADER=Y&FUNCTIONBAR=N&EVENT=TREE&NE=NAVIGATE&ENR=67838200100200019528&V=MAINT&TA=ACTUAL&PAGE=SEARCH/SYBASE%20IQ%20SERVER%2016.0 错误码大全 https://help.sap.com/doc/70b96028822b4a72b33b86c80982d24a/16.0.11.12/en-US/index.html SQL语法大全 https://help.sap.com/viewer/a898a5b484f21015a377cd1ccb6ee9b5/16.0.11.22/en-US

SAP Business One DI API for ASP.NET Web Application

邮差的信 提交于 2019-12-11 15:15:46
问题 I developed one console application using DI API(x64). Now I am trying to develop a web application using the same code but getting the following error in the very first line SAPbobsCOM.Company sboCompany = new SAPbobsCOM.Company(); //in this line Retrieving the COM class factory for component with CLSID {632F4591-AA62-4219-8FB6-22BCF5F60090} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)). I have tried changing

SQL - SAP HANA - REPLACE_REGEXPR in Column table

若如初见. 提交于 2019-12-11 15:01:40
问题 I have some tables on SAP HANA and „create column table“ to combine multiple „raw tables“ and need to replace strings from one column in the newly created table. Tablename “Testsubject_status” Column name “STATUS”. The reason why I need to replace the strings, is to get a harmonized wording on specific entries. With the following example, it is hopefully more clear what I mean: Table name: Testsubject_status --- Column: Status Test me Test him Test with the ID 1237 is done Test her Test with

SAP/ERP export file format?

三世轮回 提交于 2019-12-11 14:59:45
问题 Do we have some SAP/ERP expert here? I need to know what format SAP or other ERPs export their information to. Eg. product information, travelling information etc. Is it XML or could they export to other formats? Thanks 回答1: Your question is quite vague, i think. What do you mean by "export their file to" ? speaking of SAP, nearly all data are stored into a database, whose structure is quite complex. Depending on the domain, domain-specific application export some data onto a variety of

C# SapDataReader cmd.ExecuteReader() Error

心不动则不痛 提交于 2019-12-11 14:53:56
问题 I have the following problem. I want to connect my C# application with our SAP server, which works fine, but in addition, I want to a execute an RFC and read the output with ExecuteReader(). using Microsoft.Data.SapClient; namespace SAPconnect2 { class Program { static void Main(string[] args) { string connstr = "ASHOST=xxx; SYSNR=00; CLIENT=100; LANG=EN; USER=xxx; PASSWD=xxx;"; using (SapConnection conn = new SapConnection(connstr)) { conn.Open(); using (SapCommand cmd = (SapCommand)conn

How to enable mp3 content type in SAP Authoring Tool

狂风中的少年 提交于 2019-12-11 14:53:09
问题 I am trying to play some SCORM course using SAP Authoring Tool. When I try to play a course none of audio elements are played. I have checked chrome console and there is 404 error for those mp3 files. They exists but player can not find them. I have try to play mp3 files directly opening some of the url directly in the browser and download dialog appears. Seems that server which is used for SAP content player does not support mp3? This is example of mp3 url: http://127.0.0.1:59128/lms/media/

SAP GUI script: read table or data from ALV Grid

孤街醉人 提交于 2019-12-11 14:52:46
问题 I'm currently creating an automation script where data from excel will be searched in SAP table. I tried to record the steps in SAP but it only gives me this: session.findById("wnd[0]").maximize session.findById("wnd[0]/usr/lbl[18,15]").setFocus session.findById("wnd[0]/usr/lbl[18,15]").caretPosition = 10 Which I know that it tells me the current cell address. When I tried to check the table name (F1), it gives me the name of "RFPOSXEXT". I'm not sure how I can proceed for me to search the

Determine the number of characters which are allowed in a field?

别来无恙 提交于 2019-12-11 14:32:05
问题 The is a follow-up question of SAP RFC: nuc_length vs uc_length With PyRFC I can get the func_description like this: get_function_description(rfc_name) Per field I can read uc_length and nuc_length . How can I determine the number of unicode characters which I can put into the field if nuc_length=40 and uc_length=80? 回答1: Unfortunately this is not possible, I think. From the given length in bytes you can only calculate a maximum number of characters which would fit into this field. For

SAP RFC: nuc_length vs uc_length

送分小仙女□ 提交于 2019-12-11 14:32:01
问题 My favorite search engine (ecosia) could not find the canonical docs from upstream (SAP) about the meaning of uc_length vs nuc_length . What is the difference between both? I get these parameters with a modified version of clientPrintDescription.py 回答1: I can't be sure what they do in the Python script, but based on my ABAP/SAP knowledge, I can easily say that: nuc_length : length of the parameter in a non-Unicode ABAP-based system, in number of bytes uc_length : length of the parameter in a