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
  • 83462 VIEWS
  • 212 REPLIES
  • 39 Likes

output is not coming

DATA: GRID1 TYPE REF TO CL_GUI_ALV_GRID, CONTAINER1 TYPE REF TO CL_GUI_CUSTOM_CONTAINER.*DATA GRISD.DATA ITAB_SFLIGHT LIKE TABLE OF SFLIGHT.SELECT * FROM SFLIGHT INTO TABLE ITAB_SFLIGHT.IF SY-SUBRC EQ 0.WRITE 'hi'.ENDIF.CALL SCREEN 100. BCALV_G...

Resolved! ALV - Call transction

Hi ,I am using REUSE_ALV_GRID_DISPLAY to display ALV. My requirement is that when user selects a row and press change button (Custom created) it should take me to PP01.The issue is in PP01 field PM0D1-SEARK doesnu2019t have Parameter ID. Is there any...

Resolved! ST03N?

Hi all,Can any of you have an idea ab0ut this T-Code.What we are doing is by using one SAPWL_STAREC_READ_REMOTE function module we are updating R/3.But in St03 we are getting some other data...means there is some mismatch of data in BOTH of these R/3...

Wild card Characters

Hi I have a requirement in which I have document header text(BKPF-BKTXT) on selection screen.The user can enter wildcard characters also in the search.For e.g if user enters (test) then it should retrieve all the possible records starting with test....

Resolved! Two selection screen

Hi,I have copied a standard program of SAP and need to modify, My problem is I need a different selection and i dont want to disturb the existing SAP selection screen.So my plan is to create my selection screen and pass the value to the SAP Standard ...

Resolved! hI ALL

HI ALL, I AM USING A BAPI TO UPLOAD MATERIAL MASTER DATA. MY CODE IS GIVEN BELOW***&----****& Report ZBAPI_MATERIAL_UPLOAD****&***&----****&****&***&----***REPORT ZBAPI_MATERIAL_UPLOAD NO STANDARD PAGE HEADING.****************&----****& Report ...

Number Ranges.

Hi,My requirement is to have additional number range for an invoice which will simultaneously get updated with billing document number.I have to maintain a seperate track record for and sequence of VAT invoices i.e a number range that will start from...

Resolved! BDC

Hi All,How to handle a situation in BDC if status messages occur inbackground processing. ( In BDC if any information message or status messageoccur in foreground then we press enter to continue the process, if it occursin background how to handle.) ...

Resolved! Select statement.

Dear experts,I am currently working on an inserting records program.Before the record is inserted into a table. It will perform a SELECT query to get the latest running number. My problem here is the COUNTER field in the table is designed in CHAR11.W...

Resolved! worst performing reports

hi,is there any transaction which i can use to find the list of all reports which are worst performing on ABAP and DATABASE level?we are working on Performance optimization initiative.so, we want to find out which all programs are hitting on performa...

BAPI billing

Hi Experts,Problem with BAPI_BILLINGDOC_CREATEMULTIPLE.when i run the bapi from SE37 it is workingbut my program is not workingi am getting error 'sales org a001 is not defined'types: begin of itab, f1(4) type c, f2(2) type c, f3...

Resolved! What is STATICS

Hello,VEry good evening!What is STATICS?Can you please explain me what this code means...? LT_BUFFER TYPE HASHED TABLE OF TYPE_BUFFER WITH UNIQUE KEY MATNR SEGNAM, LW_BUFFER TYPE TYPE_BUFFER, LT_CHAR TYPE STANDARD TABLE OF TY...

Resolved! Requirement of ZMCRP

Dear Friends,I have to edit the standard report MCRP to provide an additional column for difference of Requirement Qty and Withdrawal Qty.Can anyone suggest how can I achieve that? I opened the code of the same in se38 but couldn't make out where sho...

Labels in this area