Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Recent Activity

Task 4 - Implement Criticality feature and create an Object page

This is the last task of the August Developer Challenge on ABAP Core Data Services. The responses we have seen so far is excellent and appreciate each one of you in taking time to complete the challenge. We have seen some good conversations about the...

Criticality.png

Task 1 - Create CDS View Entity ( August Developer Challenge )

First of all, thanks for the overwhelming response to the ABAP Developer Challenge. Kudos to everyone who took time out of their busy schedule and finished the pre-requisite – Task 0 last week.Now let us dive right into the challenge.Task 1 - In this...

2024-08-07_08-25-11.png
sheenamk by Developer Advocate
  • 83248 VIEWS
  • 212 REPLIES
  • 39 Likes

Resolved! Using BAPI_PO_CREATE1

Dear Professional,I want create using Po using BAPI_PO_CREATE1. Following   codeHere i attached error and uploaded excel sheet REPORT ZMM_BAPI_PO_CREATE. TYPES: BEGIN OF T_EKKO,        NUM(5) TYPE C,        COMP_CODE TYPE BUKRS,        DOC_TYPE(4) T...

Resolved! Set search help dynamically to SAP Standard Screen

Hi,I have one issue where I have to Create f4 help For a field present on SAP standard screen.Please advice how to do that.Can i dynamically set Search help in any screen-exit of the standard screen?Please help.Screen No is 130and Program is SAPLQM03...

Dump regarding 'Error in module RSQL of the database interface'for dynamic table selection

Here  is a Dump regarding  'Error in module RSQL of the database interface'.My program runs fine if 100 rows is getting selected from SAP Table.But  for mass selection  program is giving Dump. The program has dynamic selection of  any SAP Table with ...

Reg : TMG Event

Hi Team,I have a new requirement.I have a custom table where I have 4 fields.Now i have to perform some validation on this fields before saving.Now I can update the table either directly from TMG, OR  from SAP Screen or from sap mobile app.So where d...

Resolved! Difference between GET REFERENCE and TYPE REF + CREATE DATA

Hi Experts, Currently I have got a issue, say a class method defined a exporting parameter with type "TYPE REF TO DATA", and in the implementation of method, I declare a local variable with a specific data type( e.g. data lv_str type string ), and th...

ray_lv by Product and Topic Expert
  • 4378 VIEWS
  • 2 REPLIES
  • 0 Likes

IDOC Re-Processing

Hi Everybody,I am replicating the G/L Master data from production to quality using ALE IDOC.When i do it i am getting the error message as "G/L account XXXXXXX is not allowed in the system".When i reprocess the same it is getting posted in the target...

Out of memory

How can you avoid 'Out of memory error' in ABAP when you have to fetch huge data from database, say.. 200,000 lakh records.Moderator message - Do not use Indian number system for your questions in SCN. Please remember it is a global forum Message was...

IDOC Reprocessing

Hi Everybody,I am replicating the G/L Master data from production to quality using ALE IDOC.When i do it i am getting the error message as "G/L account XXXXXXX is not allowed in the system".When i reprocess the same it is getting posted in the target...

Resolved! Call function in background

Hi everybody,My issue is that I have create a module function which insert into database  .loop AT t_DD02L into s_DD02L.            CALL FUNCTION 'Z_GET_DURATION_QUERY' "in BACKGROUND TASK             EXPORTING               s_table       = s_DD02L-...

Function Module for listing Equipments based on Material Number

Hi,   I need to display list of Equipments based on the given Material Number.    This can be done by simple query statement as given below,               SELECT equnr matnr sernr FROM equi           INTO CORRESPONDING FIELDS OF TABLE <Int Table>    ...

Labels in this area