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
  • 64419 VIEWS
  • 212 REPLIES
  • 39 KUDOS

How does an element on a screen which refered to DDIC interact with ABAP?

hello there.I was told to define a variable in my program with the same name and type of an element on the screen to interact.But when I use an element which refered to DDIC, it'll be like this:so I don't know how to define my variables in the progra...

Resolved! Hi i want to display error message in my bdc program, that when i give a wrong entry (like kb instead og KG ) , an error msg has to be displayed,

*&---------------------------------------------------------------------* *& Report  ZBDCREC6 *& *&---------------------------------------------------------------------* *& *& *&---------------------------------------------------------------------* ...

function module to find finished material

Hi,    I want to find finished materials,so am using this function moduledata: it_stpo standard table type of stpoxCALL FUNCTION 'CS_BOM_EXPL_MAT_V2'         EXPORTING           capid                 = 'PP01'           datuv                 = sy-datu...

Display radiobuttons dynamically

Hi Experts,                 I have one issue related to BDC concept as follows.In selection screen i have two radio buttons () vendor     ( to migrate vendor data )                                                                 () customer  ( to mig...

Performance issue while using Select Query

Data:LT_GLT0             TYPE SORTED TABLE OF GLT0 WITH NON-UNIQUE KEY BUKRS RACCT, SELECT * FROM SKB1    INTO TABLE LT_SKB1    WHERE BUKRS IN BUKRS AND          SAKNR IN SAKNR AND          WAERS IN WAERU AND          FDLEV IN FDLEV    ORDER BY BUK...

Resolved! Invalid operand type for the MOVE-CORRESPONDING statement.

Hi Experts,We are facing dump "Invalid operand type for the MOVE-CORRESPONDING statement." for MOVE CORRESPODING stmt.We are trying to move values from dynamic internal <fs_dyntab> of type table ( TYPE STANDARD TABLE).And we are using MOVE CORRESPOND...

Resolved! Sapscript footer problem

Hi All,       I have a requirement in which I am displaying an invoice with 4 footer windows. But if there are more line items and the no of pages are more than one then the footer should not be displayed in the first page and moreover there should n...

Inbound Idoc

Hi Experts,I have a requirement to cancel for Production order confirmation through Inbound IDOC.Basic Type : PPCC2PRETTICKET01Message type : PPCC2PRETTICKETIn segment type E1BP_PP_TIMETICKET there is a field "RECORDTYPE".If value of RECORDTYPE is 'S...

Resolved! Extended Check problem

HI GuysWhen I doing the extend verification of my program it shows:Do not use fields, field symbols (T_ENTREGA_AP) globally.I declare it global becuse appears in 3 performs .How could I correct it?TYPES: BEGIN OF ty_entrega_ap.         INCLUDE STRUCT...

Resolved! Package Interfaces

Dear Colleagues,I am trying to access a package interface of another package into my package...When I do this I get an error that "Package is too deeply nested" which is a bit cryptic to me...Could you please help me in understanding what this means,...

varun_rao by Product and Topic Expert
  • 734 VIEWS
  • 1 REPLY
  • 0 KUDOS

Resolved! How to define Description in Source Code-Based ABAP or in Eclipse?

When editing existing method implementations either in Source Code-Based ABAP in SE80 or in Eclipse, we loose description information as shown in picture below. There is no description mentioned In pure source code.Is there a way how to set or at lea...

Labels in this area
Welcome to SAP Community!

These materials will help you participate and connect with other members.

  • FAQs

    Find answers to basic questions about using SAP Community.

  • Resources

    Learn about community rules, take our tutorial, and get support.

  • Q&A

    Familiarize yourself with questions and answers.

  • Blogging

    Share your knowledge by contributing to the community.

  • Welcome Corner

    Introduce yourself and get to know other members.