Questions tagged [sap-erp]

SAP ERP is enterprise resource planning software produced by the German multinational SAP SE.

SAP ERP stands for Enterprise Resource Planning software produced by the German multinational SAP SE, and especially applies to the ABAP-based software named chronologically, from the oldest to the newest, R/2, R/3, ECC (SAP ERP Central Component), S/4HANA. Note that SAP Business One (SAP B1) is another ERP software developed by SAP for smaller companies. "SAP ERP" does not refer to SAP B1.


Related tags

612 questions
3
votes
1 answer

GOS attachments download

Basically I have some attachments listed in the Generic Object Services (GOS) and I need to download all of them to my computer. I need to know how do download these attachments programatically from my program/report.
user3175371
  • 33
  • 1
  • 1
  • 3
3
votes
1 answer

Automating export of fs10n query from SAP using VBA

Currently the manual process exists where users access SAP and select query FS10N to produce a report. This report is then exported from SAP to .XLS format and saved to user's hard drive. I would like to automate this process with an Excel macro. So…
3
votes
5 answers

Parsing SAP IDOC files

We are currently planning on communicating with a partner that is running SAP. The problem is that our ERP offers no way of communicating with SAP and we will need to extract the necessary info out of the IDOC files ourselves. Is there an easy way…
SpoBo
  • 2,100
  • 2
  • 20
  • 28
3
votes
1 answer

Do we still need to do DEFINITION LOAD in ECC 6 EHP4+

I am adapting RM_FM_EXCEL_TO_INTERNAL_TAB to my needs and I saw the following code: "Get TAB-sign for separation of fields CLASS cl_abap_char_utilities DEFINITION LOAD. ld_separator = cl_abap_char_utilities=>horizontal_tab. Can you confirm that…
tomdemuyt
  • 4,572
  • 2
  • 31
  • 60
3
votes
2 answers

Is this possible to transport orders from a system in ECC 6.0 to a SAP R3 system in 46C?

Sounds not logic but I think there are many cases when a production system is in 46C and (for budget restrictions) the corresponding test system was recently upgraded to ECC 6.0 before doing the same in production. If not possible, which is the best…
Tristan
  • 351
  • 2
  • 4
  • 15
3
votes
2 answers

How to use CS_BOM_EXPL_MAT_V2 to get correct quantity of component for BOM explosions?

I am getting an issue with my program. I am using function module CS_BOM_EXPL_MAT_V2 to get the BOMs of a material. For example I have a material MAT1 that has the ff. BOM explosion. MAT1 - COMP1 with Qty 2 - COMP2 with Qty 1 - COMP3 with Qty 1 And…
Eric
  • 217
  • 3
  • 4
  • 13
2
votes
1 answer

ERPTable columns being truncated

I've generated some proxy ERPTables to query SAP tables. The columns are generated as type string. Since ERPConnect Linq doesn't seem to support join, like or basically any query in the where clause more complex than equality comparisons, I had to…
lurscher
  • 25,930
  • 29
  • 122
  • 185
2
votes
2 answers

Equivalent BAPI for a MB01 transaction?

I'm trying to replace some un-reliable sap scripting we have in place to do an MB01 from a custom goods receipt application. I have come across the .NET connector and it looks like it could do a job for me. Research has churned up the BAPI called…
Ant Swift
  • 20,089
  • 10
  • 38
  • 55
2
votes
1 answer

How to add homepage URL to SAP business partner?

I'm working on a program witch creates Business Partners in SAP IS-U system. For the creation of business partners I use function module BAPI_ISUPARTNER_CREATEFROMDATA I have to add homepage URL too, any idea how to do it? Thanks!
ijavid
  • 715
  • 12
  • 23
2
votes
1 answer

How to filter the SAP tables by the number of fields?

SAP table DD02L lists, for each table in SAP, among others, the number of fields in each table. For example table, PLPO (PM task lists) contains 244 fields, according to T-Code S_PH0_48000138. For business reporting and using SQL, I only want to…
2
votes
1 answer

SAP ABAP DCL change the cardinality of the CDS VIEW result?

I have a CDS view ZCDS_XXX : define view ZCDS_XXX as select distinct from XXX association [1..*] to ZCDS_YYY as _YYY ... { key a, _YYY } ... I have a DCL ZDCL_XXX : define role ZDCL_XXX{ grant select on ZCDS_XXX …
depth1
  • 135
  • 10
2
votes
2 answers

How to get CJ20N project hierarchy?

I need to get the hierarchy of a project (like shown in transaction CJ20N) in ABAP. I've found a function module 'GET_PROJECT_HIERARCHY', which delivers me a table like this: However, I rather need all WBS elements, order numbers, purchase requests…
toffler
  • 1,231
  • 10
  • 27
2
votes
0 answers

SAP Table Relationship

With this relationship a)If I want to make a detailed query of materials with the stock by Lots in b)the centers and warehouses, which tables should I use? If I must add value information to the previous query, what table should I add? Mark with an…
Tomi1368
  • 121
  • 1
  • 8
2
votes
0 answers

SAP incremental data load in Azure Data Factory

I'm trying to implement an Extractor pipeline in ADF, with several Copy Data activities (SAP ERP Table sources). To save some processing time, I'd like to have some deltas (incremental load). What's the best way to implement this? What I'm trying at…
DavideVaz
  • 21
  • 1
2
votes
1 answer

Reading text in Table Control

I have a problem with SAP VA02 where I want to identify the row line in which a specific label is. In this case the label/text is "Cust. expected price". I am trying to change the data next to this row, problem is that it is not always the same row,…
dankimir
  • 21
  • 2
1 2
3
40 41