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

Layout saved in ALV!!

Hi,I have saved a layout which displays the required columns of my ALV, how do i know which all columns are suppressed ?is there any field which gets filled once we hide the column or based on the layout how can we know which all fields needs to be ...

Resolved! Excess delivery issue

HiWe have a issue with delivery due list (VL10G) that when one user is running the transaction it should block the other users. We had faced problem with some of the orders for which its creating excess deliveries and quantity with reference to orde...

Resolved! performance issues

Hi,I have a code to modify for its performance issues.I found some queries in it containing FOR ALL ENTRIES and INNER JOIN .Is it ok to blindly change these lines with something or some other reasons are there with the code for performance issues.If ...

Do_sum and Subtotal

Hi, I copied the VL06 Transaction in Zprogram and i am trying to sum for fields (ANZPOS- Number of total items) and subtotal on the basis of picking date(KODAT).In the fieldcatlog for the field ANZPOS I checked the DO_SUM = 'X' and for subtotal i mod...

Reg: Idoc generation

Hi All,AS per my understanding for SPEC2K idoc generation, SAP generates two IDOCS. one of standard SAP message type and another is of SPEC2K type .<b>My requirement</b> : if the customer requested items are not available then both the SAP message ID...

Resolved! Query regarding ALV

Hi all, Please clarify this query of mine in ALV.***Code:**data : itab_data1 like standard table of zdetails1.data: repid type syrepid.data : fieldcat type slis_t_fieldcat_alv.repid = sy-repid.call function 'REUSE_ALV_FIELDCATALOG_MERGE' e...

Resolved! unicode

hi gurus,how can i enable unicode for classes? in 'Properties' tab of class builder i found the 'Unicode checks active' checkbox, when i tried to change, the 'General Data' block is still disable, any clues?Thanks,zry

Resolved! Subroutine

Hi, In this program i want to use subroutine .i want to use subroutine instead of defining each field individually.how to do that .TYPE-POOLS SLIS.TYPES:BEGIN OF TY_VBAK,VBELN TYPE VBAK-VBELN,AUDAT TYPE VBAK-AUDAT,AUART TYPE VBAK-AUART,NETWR TYPE VBA...

Resolved! pop_up to confirm.

hi ,In a module pool program i have designed a screen in which i have field say STATUS and a push button RESET. If the Reset pushbutton is pressed and the current Status is ‘05’ the value is reset to ‘01’. A pop-up should confirm .how do we give ...

Resolved! Package and Table

Hi May I know is there a way to get a list of the object (program name, report name, tables create) under one package?For example, I need to find objects under package ZSD.Under ZSD, I want to know what are the customized program, tables, reporrts t...

Resolved! bapi_salesorder_change

Hi every onei have a problem working with BAPI_SALESORDER_CHANGE for order quantity change.BAPI return table is showing success. but the quantity is not updated.( even i commit the BAPI) ,I tried with item lines , also with schedule lines. result is...

Resolved! ALV

Hi, In my program iam getting the follwing error. plz let me know.Error is Field "ST_FIELDCAT_CALPOS" is unknown. It is neither in one of thespecified tables nor defined by a "DATA" statement . . . . . .REPORT ZAC_TAB31.TYPE-POOLS SLIS.TYPES:BEGIN...

Labels in this area