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

Resolved! Better code ....

Hi, Of the below 2 set of codes (Set 1 and set 2 ) which is more optimized? And do i get the same output in both the set of codes? Set 1 SELECT single JOBNAME FROM tbtco into w_jobname WHERE jobname = jobname AND ( status =...

Resolved! ALV_COLORS

Dear All, I herewith attached my sample codings . can any one help me to make the different columns with different colors.,&----*& Report YALV_REPORTS*&&----*&*&&----REPORT YALV_REPORTS.TYPE-POOLS SLIS.DATA : BEGIN OF WA_KNA1, ...

Resolved! how to write coding for excluding other movement types from internal table

i have internal table it_item...in that 7 fields are there....i want to delete the records where bwart is not equal to 101, 501,122,161,201,261...i have written coding like this... LOOP AT IT_ITEM.delete it_item where bwart <> '101''501''122''161''20...

Resolved! Double ALV using OO

Dear Gurus , I made an report that has 2 ALV in screen . I have in my screen 2 containers cc_alv and cc_alv1 .My report is working fine . Now i want when i have a checkbox in the screen to display both the grids all one of them.When i choose to displ...

Resolved! Tecnical problem field KOMVD-kbetr strange number conversion... why?????!!

Good morning i'm using the standerd program RVADOR01 to print the order confirme.i have to do some modifications at the sapscript, i have also show the customer discount.I don't understand why in va02 the customer discount (KOMVD-kbetr ) is filled fo...

Logon from VBA to R3

I have following code to connect from VBA to R3If I use SilentLogon = True, It will be fail.If I use SilentLogon = False, logon screen will popup, directly click logon will be fail too. If I use SilentLogon = False, logon screen will popup and I sele...

regarding BAPI

hiCan we write commit work inside BAPI function module.if not why.I know that we have to call BAPI_TRANSACTION_COMMIT after calling BAPI.my doubt is why it is not recommended to write commit work in BAPI FM.regardsprasanna kumar

Resolved! LSMW

Hi All,I have to change the existing customer mobile number through LSMW for transaction XD02.In step 5th ( Maintain Field Mapping and Conversion Rules).After clicking the layout button in step 5 we will get two blocks.1) Global_DATA2) BEGIN_OF_TRANS...

Resolved! GET pernr statement help

Hi,I am a very much a beginner to ABAP.Can anyone explain me the logic with which pernr statement works?This is my understanding so far.i think it is working as a loop.At first loop it gets the record of first pernr number into an internal table. If ...

gui_upload

CALL FUNCTION 'GUI_UPLOAD'EXPORTINGfilename = filehas_field_separator = '#'TABLESdata_tab = lt_dataEXCEPTIONSfile_open_error = 1file_read_error = 2no_batch = 3gui_refuse_filetransfer = 4invalid_type = 5no_authority = 6unknown_error = 7bad_data_format...

Labels in this area