sap

Import flat file containing commas/quotes into SAP BODS

a 夏天 提交于 2020-08-10 04:23:07
问题 Hi I have a row like following in .csv file 12346,abcded,ssadsadc,2013.04.04 08.42.31,8,"I would like to use an existing project as a template for a new project for another Report Suite but it just overwrites the existing project rather than creates new one even when I use the ""Save As"" function.",Analyst,,5,"Hotel Room,Literature,Open/ Create",, the text string has " and , as part of the string. Hence I am not able to use " as text delimiter in SAP BODS file format. Could somebody help me

To get total and subtotal without loop in new abap

余生颓废 提交于 2020-07-22 09:20:26
问题 I am starting learning the new abap. But i have problems. I want to make result output as below without using "LOOP" and "AT" statements. I have internal table like: Category Amount AAA 10 AAA 20 BBB 30 CCC 40 CCC 50 CCC 60 I need to display output as: Category Amount AAA 10 AAA 20 SUBTOTAL 30 BBB 30 SUBTOTAL 30 CCC 40 CCC 50 CCC 60 SUBTOTAL 150 TOTAL 210 Can anyone help with this? 回答1: If your question is about how to build an internal table (in memory) with constructor expressions (ABAP >=

No option to submit and retrieve SAP UI5 application in ABAP Repository

杀马特。学长 韩版系。学妹 提交于 2020-07-14 12:23:32
问题 I got an issue regarding submitting and retrieving SAP UI5 applications. Usually I would create my UI5 project and submit it by right clicking on project and then TEAMS->Share-> then I share my project to ABAP repository. Unfortunately Eclipse won't show me any connections and it shows when I resize the window as showing in first two images(image: error1 and error2). and no repositories are show in eclipse as well(image : error3) I am using Eclipse IDE for Enterprise Java Developers. Version:

No option to submit and retrieve SAP UI5 application in ABAP Repository

安稳与你 提交于 2020-07-14 12:23:12
问题 I got an issue regarding submitting and retrieving SAP UI5 applications. Usually I would create my UI5 project and submit it by right clicking on project and then TEAMS->Share-> then I share my project to ABAP repository. Unfortunately Eclipse won't show me any connections and it shows when I resize the window as showing in first two images(image: error1 and error2). and no repositories are show in eclipse as well(image : error3) I am using Eclipse IDE for Enterprise Java Developers. Version:

No option to submit and retrieve SAP UI5 application in ABAP Repository

Deadly 提交于 2020-07-14 12:23:05
问题 I got an issue regarding submitting and retrieving SAP UI5 applications. Usually I would create my UI5 project and submit it by right clicking on project and then TEAMS->Share-> then I share my project to ABAP repository. Unfortunately Eclipse won't show me any connections and it shows when I resize the window as showing in first two images(image: error1 and error2). and no repositories are show in eclipse as well(image : error3) I am using Eclipse IDE for Enterprise Java Developers. Version:

Get total without LOOP in abap

落花浮王杯 提交于 2020-07-10 03:11:50
问题 I refer to this question and answers To get total and subtotal without loop in new abap. But my requirements are much simpler than that. I only need the categories with their corresponding totals. I have internal table like: Category Amount AAA 10 AAA 20 BBB 30 CCC 40 CCC 50 CCC 60 I need to build the internal table as this: Category Amount AAA 30 BBB 30 CCC 150 Can anyone help with this? 回答1: From release 7.40 and onward, this can be accomplished by combining grouping in internal tables (FOR

Get total without LOOP in abap

六月ゝ 毕业季﹏ 提交于 2020-07-10 03:11:11
问题 I refer to this question and answers To get total and subtotal without loop in new abap. But my requirements are much simpler than that. I only need the categories with their corresponding totals. I have internal table like: Category Amount AAA 10 AAA 20 BBB 30 CCC 40 CCC 50 CCC 60 I need to build the internal table as this: Category Amount AAA 30 BBB 30 CCC 150 Can anyone help with this? 回答1: From release 7.40 and onward, this can be accomplished by combining grouping in internal tables (FOR

Fetch the value of nested structure returned by RFC?

点点圈 提交于 2020-07-07 09:09:59
问题 I am new to C#. I have rfc that returns data from SAP system as nested structure but when I'am fetching that data using: IrfcTable table = rfc.getTable("exporting_parameter"); // et_customer it returns only first inner structure only. For example my exporting internal table for rfc is et_customer that contains sub structure as follow: gen_data bank data tax data it returns value inside gen_data only. How to get entire data? 回答1: A couple of Extensions that may help. eg Convert from SAP

Determining the active formatting settings in ABAP

一个人想着一个人 提交于 2020-07-03 04:26:46
问题 As the ABAP documentation of Formatting Settings explains: The formatting settings are set as follows: At the start of an internal session they are determined by the related default settings in the fixed values in the user master record of the current user. Using the statement SET COUNTRY, this default setting for the current internal session can be overwritten using country-specific formats . But as the ABAP documentation of SET COUNTRY makes clear, there is no way to query what's actually

Tree Selection SAPUI5 (with checkboxes). Auto check child nodes when parent node is checked

橙三吉。 提交于 2020-06-29 18:51:24
问题 I have a Tree element with MultiSelect mode, which looks good with checkboxes in every tree item. I wanted to make it so if I select one item, all of its children get selected as well. I have the tree in the view: <Tree selectionChange="onPress" itemPress="onPress" includeItemInSelection="true" mode="MultiSelect" items="{path: '/'}" id="Tree"> <headerToolbar> <Toolbar> <content> <Title level="H2" text="Title"/> <ToolbarSpacer/> </content> </Toolbar> </headerToolbar> <StandardTreeItem title="