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

MENUSYST

Hi,The requirement is to add an item ("search user") in the "system" menu which appears on all the screens.We can add it in MENUSYST. The functionality is provided by assigning a transaction code to the related menu item. When i come out of this tran...

Resolved! Input field problem.

hi i have a problem with the input fiield.below is my codes.MODULE F4_INPUT INPUT. TYPES: BEGIN OF VALUES, TABNAME TYPE DD02T-TABNAME, END OF VALUES. DATA: F4_VALUES TYPE TABLE OF VALUES. PROGNAME = SY-REPID. DYNNUM = SY-DYNNR. SELECT DISTIN...

Resolved! pn-begda and pn-endda

Hi all.I am developing a hr report with logical database pnp and screen 900 i.e the payroll screen.I wan to access the start date of payroll and hence m using pn-begda and pn-ennda but to my surprise both of them are null. i also tried payroll-evp-fp...

Resolved! Write to Unix AL11

Hi experts,I need to write the content of my internal table into UNIX. The file name should be 'fi181aa.csv' Everytime I run the program the old file 'fi181aa.csv' should be replaced by a new file 'fi181aa.csv'. Also, the path in the UNIX where I wil...

read table using range

Hi Folks,I had declared a range for s_witht and wanna read the table tempx w.r.t to the belnr in printtab and range of values declared in s_witht. loop at printtab. READ TABLE TEMPX WITH KEY BELNR = PRINTTAB-BELNR ...

kiran_k8 by Active Contributor
  • 22401 VIEWS
  • 6 REPLIES
  • 0 Likes

FM used for error log

Hi experts,I would like to ask if you happen to kmow an alternative FM to 'SMPO_DISPLAY_MESSAGES'.The thing is I'm using error log in my program and I configure it so that there is just a pushbutton in the ALV. Once the button is pushed, the error en...

Table control problem

Hi All,I've a table control and I've four records in it. Out of the four records ,only the first record is right and rest three are invalid POs.Am looping my table control and checking the validations, if its invalid then am giving error message .if ...

Resolved! Want code for this.

Hi Gurus, plz help me in this coding part. . Fix the checking for Gross Sales, General Discount, Trade Discount, Net Value, Tax Amount by adding following condition.If VBRK-VBTYP = “M” or “P”, multiply this value with 1.If ...

Resolved! alv

Hi Gurus, i wnat to remove credit price from my alv list from were i can find it out & how to remove it plz help me,plz guide me Gurus.Correct answers will b appreciated with good ponits. FORM set_initial_field_catalog. DATA: wa...

background job ???

i have an question about the background job.i have program , the program have a parameter is company.when you run this program, you must input the company.requirement:at the same time , if exist two different companies run this program in backgroun...

Resolved! One table

Hi all I have two fiedls<b> it_hbank-hk</b>ont and <b>it_skat1-txt50</b> and i want to pass them into one table am using the below piece of code but both the fields are npt getting passed into the one table.LOOP AT it_skat1.READ table it_skat1 WITH k...

updating the pa2006

Hi Expert,I have to update the one field of the IT2006 record of a particular personal no. Each pernr has a two records in the table. I have to update the record with subty field value =50.so when I am using loop at it_pa2006 ( which is of type it200...

Labels in this area