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

ALV Column Titles

Hi all,Help me out pls.i am displaying alv with correcy field and i need my own fieldlable instead dictionary fieldlable wa_fieldcat-fieldname = 'PSWBT_BAL'. " itab fieldname wa_fieldcat-tabname = 'I_OUTPUT2'. " itab wa_fieldcat-ref_fieldname...

Radio button issue

Hi All, I have added two radio buttons on a particular screen. But I have to define it some where. Actually I have to write a logic in the PBO/PAI Module by which I can check one radio button on fulfilling a condition and the other on another conditi...

Inner Join issue

Hi everybody,Can we inner join 4 tables at a time.i have used the following code,select amatnr amtart bwerks blgort cabcin diblnr into table rep_data from mara as a inner join mard as b on amatnr = bmatnr inner join marc as c on cm...

Resolved! User Exit for XD01

Hi Techies,I want to update custom built table with the customer number which gets generated (internally) using the T-code XD01. There is one exit behind this T-Codewhich accounts for prior to saving validations. which apparently is not servin...

Resolved! Smartforms

Hi Experts , I have a simple problem with smartforms.I have developed smartforms (Invoice) .I have a dot matrix printer.Now i want to send a formfeed control to the printer so that i can start the printout from a particular line of the paper.Can ...

Resolved! Module pool

Hi Friends I have a Module pool program in which i have created three tcodes create change and display for the same program. I have put create change and display fcodes for each tcode. when the user pushes display from the create transaction it shou...

Finance report

Hello all,Can any one help on letting me know about the any standard Financial report that i can use for my demo.I ahve to publish that report in web. The report can either be of R/3 and of Bw.So please help on this.Regards

Resolved! Contents of itab is empty in subclass but has recs in master class...

Hello experts, I defined 2 classes, lets name them lcl_one and lcl_two. Now, I fetched all the recordsfrom table SPFLI and put them in it_spflie in one of the methods in lcl_one. Now, I want to read the first record of it_spfli in a given method of c...

ALV

Hi I have an issue when iam trying to fix the issue.Fieldcatalog is like this READ TABLE I_FCAT INTO WA_FCAT WITH KEY FIELDNAME = 'ESI'. IF SY-SUBRC EQ 0. WA_FCAT-REPTEXT_DDIC = 'X'. WA_FCAT-SELTEXT_S = TEXT-025. WA_FCAT-SELTEXT_M = TEXT-02...

define my class

I defined a class in my program.When I check the program it always has some problems.Here is my program:&----*& Report ZTESTWZJ*&&----*&*&&----REPORT ztestwzj.INCLUDE zmyinclude.TYPES: BEGIN OF mytype, carrid LIKE sflight-carrid, c...

Resolved! tables for sales & purchase order data relating to delivery

hi all,i am writing a report to download all the delivery data after the delivery is created.i have to download the sales order data & purchase order data relating to this delivery also.i am using likp & lips table for delivery.which tables i should ...

Labels in this area