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

Resolved! What is this method for?

method IF_EX_FI_TAX_BADI_010~TOP_OF_PAGE.CLASS CL_EXIT_MASTER DEFINITION LOAD.DATA: EXIT_OBJ_TAB TYPE SXRT_EXIT_TAB.DATA: exitintf TYPE REF TO IF_EX_FI_TAX_BADI_010,wa_flt_cache_line TYPE REF TO sxrt_flt_cache_struct,flt_name TYPE FILTNAME.DATA: flt_...

Resolved! problem in select

Hi friends ,i want to pick dmbtr value from bseg table in report.where zuonr = invoice no.Hkont = 6105410 to 6105500.i use this select clause SELECT bukrs belnr gjahr dmbtr zuonr FROM bseg INTO CORRESPONDING FIELDS OF TABLE i_bseg FOR ...

deactivate

In tcode VL02N,after i enter the deliv. no.,in menu option "EXTRAS", when i click on "serial numbers",in the pop-up window which appears,I want to disable the "Create serial number automatically".How do i go about it.

Resolved! subroutine problem

Hy, I'm stuck in this weird problem, grrr..The ABAP compiler says: different number of parameters in form and perform, number o formal parameters: 3, number of actual parameter: 1Could anyone help me?Thank you! TYPES: BEGIN OF sbc400focc, carrid...

SCREEN structure

Hello friends, There is a SCREEN structure in SAP standard structures.it has fields like INTENSIFIED INVISIBLE and DISPLAY_3D.How can all these fields be used for better screen programming.Please provide me some input.Regards Ashish...

Menu Exit for VL01N

Hai Friends,Greetings.I need to add one text box or small variable window in the standard transaction VL01N,,for this any User Exit or Customer Exits are there? IF its avaial means pls help me to guide me the step by step procedures.... Please its ve...

Resolved! parallel cursor.

hi, Please explain with exactly how the parallel cursor means (Whether only using INDEX).I have a scenario like this three internal tables i am using loop at itab WHERE,how to make the same using parallel cursor, which will improve the performance.c...

Resolved! please explain

hi,i got a select statement in my program as shown belowselect * from ce4e001 where bukrs eq s_bukrs-low. check s_kndnr. check s_prctr. move-corresponding ce4e001 to v_ce4e001. append v_ce4e001. endselect.in this select statement you...

Resolved! Filling SD tables

Hi, i have developed one report. But for testing we dont have proper data in some tables. e dont have any functional consultants here in our office. Could any body help me out, what transactions we need to do to fill teh following tables.1. KNMT2. ...

Resolved! User Exit

Hello Experts,I am using VF31 transaction.On click of output type search help i am getting list of values.I want to restrict the values to only Z*.Is there any user exit or any enhancement exists to restrict the value???( on click of F4, i can restri...

ABAP Editor Screen

Hii,I am writing a piece of code in the SE38 transanction. However as we can see , almost 25% of the screen is covered by Button's , Tabs and other related stuff.As we have in Internet Explorer , that pressing F11 calls the full screen , is there any...

Resolved! select count

Hi,i wont to do select count but with for all entries there is way to do it in different way because in table proj i have many projects?Regards SELECT dimybproject COUNT(*) AS cnt FROM /bic/0czempl INTO CORRESPONDING FIELDS OF TABLE it_e FOR ...

Labels in this area