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

Resolved! REG REPORT

TABLES : MARA.TYPES : BEGIN OF ITAB, MATNR TYPE MARA-MATNR, ERNAM TYPE MARA-ERNAM, END OF ITAB.DATA : ITAB1 LIKE STANDARD TABLE OF ITAB WITH HEADER LINE .PARAMETER : MATERIAL LIKE MARA-MATNR.SELECT MATNR ERNAM FROM MARA INTO TABL...

Va21 & va22

hi all, i am working in va21..In that the user will maintain the serial numbers in extras---->serialnumbers. if the user didnt maintain the seril number also it will alow the user to save the quotation. my requirment is, i ...

Resolved! Read_text problem

Hi,I am using read_text for getting header text of P.O., every thing is fine but my problem is the when i print the same line by line it does not come in the proper,one line will be of 50 character second will be of 80 and so on, more over what i get...

Resolved! alv

Hi, If I want to extract data from more than 5 tables.Hou can I do .For ex: DATA : BEGIN OF T_HEADER1 OCCURS 1, GBORT TYPE P0002-GBORT, ANSSA TYPE P0006-ANSSA, NAME2 TYPE P0006-NAME2, STRAS TYPE P0006-STRAS, ...

Resolved! LSMW

Hi Experts,I have 10,000 Data's in Flat file. My scenario is, using LSMW create a Customer master[XD01].I finished my scenario and update the data's in to Dtatbase. Now my doubt is I want to check whether the 10,000 data's are updated or not.In LSMW...

Resolved! SUBTOT - ALV

Hi following is the code am using to sort and subtot..but i have a requirement..this code will show the initial sub total...but now i want to block it.... in the sence that the subtot should come or shld be displayed whenever subtot button is pressed...

Resolved! version management

If I am not wrong version mgmt is active for all objects of the abap workbench. Once if we change the created object for example .........for 10 times in a day ........then whether 10 versions are created ?? Is there any time period to take the vers...

Resolved! custom idoc

HiIf we want to build custom idoc is it necessary to write ABAP program ?? Actually what we do in this coding once we have done the below steps ??1) Create ‘Z’ segment with required fields(fields coming towards you) using WE31 2) Create ‘Z’ idoc usi...

Labels in this area