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

Dropdown list in ALV

Hi all,Im using container to display the ALV.I am passing handler and values in the dropdown.and in my ALV, by checking the hadler im displaying the data. Everthing seeems fine.I want to pass the key instead of text in the dropdown .what to do?Rgds,K...

Resolved! Pls guide me

Hi Experts,I Have been assigned a task that is based on the transaction IW31 AND IW32.ie,I have to capture the newly created service order from sap r/3.(tHEY TOLD LIKE I CAN FETCH FROM AUFK TABLE.I really dnt know how to start this coding.After this...

Blocked List

Dear All,Could anyone help me in below topic - I want to to display multiple lists at a time. For that, I am using Blocked List. I want to display different Header for each List. Header will be decided dynamically. And for List display I am using In...

Write_form invalid

Hi Gurus,I am trying to execute the SO smartform and when i do that i get the error from the program that"write_form invali,start_form missing".I am attaching the program belwo, please tell me the required changes. Thank You:*----* Print ...

Resolved! reg.report

hi experts,iam doing one blocked alv report , the output is going to the dump. iam sending the code . rewards are helpful answers.*&----**& Report ZPICK_SUMMARY**&*&---- Description : Pick order summary AUTHOR : N.Narasimha Rao Req.number : ...

Resolved! open dataset

DATA : lv_line type string.IF NOT it_final_itab[] IS INITIAL. OPEN DATASET p_file FOR OUTPUT IN TEXT MODE ENCODING NON-UNICODE. IF sy-subrc NE 0. MESSAGE 'Error on output file read' TYPE 'E'. ELSE. LOOP AT it_final_itab INTO wa_fin...

module pool .

Hello gurus , Hw to modify the screen in modulepool (loop at screen ) , i have a button in my screen , when I wl predssed that a new window wl come and main screen will enlarge , and when I pressed collapse , new wl remove from main screen , ...

module pool .

Hello gurus , Hw to modify the screen in modulepool (loop at screen ) , i have a button in my screen , when I wl predssed that a new window wl come and main screen will enlarge , and when I pressed collapse , new wl remove from main screen , ...

Resolved! loop at screen

Hello gurus , Hw to modify the screen in modulepool (loop at screen ) , i have a button in my screen , when I wl predssed that a new window wl come and main screen will enlarge , and when I pressed collapse , new wl remove from main screen , ...

Authorization names

For a profile there are maximum of 150 authorisations and if it is exceeded then a new profile is generated automatically.If the profile name is T-12345678 then authorization names start from T-1234567800 to T-1234567899,here 100 authorizations are c...

Resolved! reg.reports

Hi experts,iam doing one alv report iam using blocked alvs .now it is going to the dump because of some field symbol is not assigned. in the error anlysis it is showing '' the current abap program '' saplkkbl''had be terminated because it has come ac...

Resolved! For all entries

Hi All,Can any one send me good coding for For all entries,I need to get data from 6 tables,earlier I uesd Join condition but it is performace wise so poor,pls any one send me example code using For all entries with performance wise good.Thanks,Sree.

event programing

Hi All,I would like to run an abap program in background after tcode VL02n of Goods issue button has been saved, In the user exit (USEREXIT_SAVE_DOCUMENT_PREPARE) of the VL02n, I should create the job that will run the abap program. after the VL02n i...

Labels in this area