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
-1
votes
2 answers

User Exit in T-Code co11n, code in CONFPP04 to Validate date field

Just want to ask I want to make a user exit for T-code co11n The purpose of this user exit is to make sure that date value isn't left blank (Make sure that date field must be filled) I've try make it in CONFPP04 but when I get the date value (both…
yukou
  • 305
  • 3
  • 6
  • 17
-1
votes
2 answers

Can I have Text or Date/Time as input in SAP BPC Input Schedule

I have a SAP BPC application where I have an Input Schedule. Is it possible to make some of the inputs to accept text or date/time? For example I have a member called "Details" where the user can enter details about an operation. is it possible to…
Yao Bo Lu
  • 174
  • 11
-1
votes
1 answer

Using BAPI_OBJCL_DELETE sometimes delete equipment class, sometimes not

I am trying to delete an equipment class using BAPI_OBJCL_DELETE but when running in debug mode, the class gets deleted but it doesn't get deleted in normal mode. I am using below program to delete it. I have tried COMMIT WORK and…
-1
votes
0 answers

Business task in SAP ERP?

I am trying to understand what and how a business task is written in an SAP ERP portal. Is a transaction a particular subset of business task? I don't have access to an SAP ERP system but am still learning the ropes in an online course. Please help.
-1
votes
2 answers

Upload XLSX with GUI_UPLOAD in a system 7.00

Is it possible to load in an itab an excel XLSX using the cl_gui_frontend_services=>gui_upload? The system is ECC6 7.00 an old one. Thanks Elias
ekekakos
  • 563
  • 3
  • 20
  • 39
-1
votes
1 answer

not getting LIKP-LFART & VBAK-AUART in output table. Read Table lt_vbap is showing sy-subrc 4. getting dump with error"Field Symbol not assigned yet"

Create an ALV report with select option VBRK-VBELN with output : VBRK-VBELN VBRP-POSNR VBRK-FKART LIPS-VBELN LIPS-POSNR LIKP-LFART VBAK-VBELN VBAP-POSNR VBAK-AUART I am not getting LFART field from LIKP table and not getting AUART field…
-1
votes
1 answer

Getting the latest Document Number from BKPF - ABAP Question

I currently have a requirement that involves getting the latest Document Number in table BKPF. As per my analysis, the only filters I can use are the Company Code and Document Type. I tried sorting BKPF via the Doc Num in Ascending to use the dates…
-1
votes
1 answer

Create a transaction to display the Sales order and its subsequent document flow with the status in ALV format

What is subsequent document flow in SAP ABAP? How to display the flow in SAP ABAP using sales order? How to display the existing sales order details?
-1
votes
1 answer

# in Material Description for some materials which is causing alignment issue in SAP ABAP

How to take out # from Material Description ? and anyone know why # exists in some materials.
-1
votes
1 answer

Login SAP, with Powershell using SAP Connector for Microsoft .NET

I try to login into a SAP system using the interface SAP Connector for Microsoft .NET. It worked for me to login with another method, without SAP Connector, with sapshcut, code below: #-Start the SAP GUI----------------------------------------- …
du7ri
  • 67
  • 1
  • 10
-1
votes
3 answers

Join KNA1 table to VBRK

To get ORT02 field from KNA1 table, I am trying to join VBRK to KNA1 but it currently returns 0 line. I am not sure about the links. It doesn't allow me to select options from ORT02. How shall I join these 2 tables? Tables: VBRK, KNA1, …
A.Ikram
  • 77
  • 10
-1
votes
1 answer

How individual code is run inside an ERP application like SAP or Dynamics NAV

I'm trying to figure out how internal development environments were implemented and how they work. Particulary, in early days at the beginnging of its era (1980-2000). Let's try to keep it simple. For instance, in most today's ERP systems you can…
-1
votes
1 answer

Count rows in table behind CA70

I have an SAP table that I need to extract data from. Does anyone know how I can count the number of lines that are in this SAP table if anyone is familiar with SAP, it is transaction CA70 (where used)
-1
votes
1 answer

ME21N order quantity violates rounding rules

I want to create mass PO automation. The problem is my PO quantity in my Excel file is 75, 4, 10 but in SAP ERP it rounds up to 80, 10, 10. I have tried changing the format of the Excel column to numbers, does not work either. I need SAP ERP to not…
Harvint Raj
  • 69
  • 1
  • 11
-1
votes
2 answers

How to extract the output of called program RAZUGA01

My custom report has to call the standard report RAZUGA01 and extract its output (to get the amounts). The following instruction does not extract the output: SUBMIT razuga01 WITH SELECTION-TABLE it_selection EXPORTING LIST TO MEMORY …
stella
  • 51
  • 2
  • 5
  • 13