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

Database Update

HI all,I am updating a databse table in loop using a subroutine in which i need to update date field of this table with system date, the other fields arebeing updated successfully.In loop it is working fine.But once I come out of the loop it is showi...

REG:REAL TIME QUE

REAL TIME QUEYou are running a report. It is taking long time for execution. What steps will you do to reduce the execution time.After running a BDC program in background, next day morning when you see the results, few records are not updated(error r...

Resolved! VF03 / Output type

Step1 Transaction VF02Step 2 Enter billing document number say N1Step 3 Pricing conditions header (CtrlShifF9)Step 4 Output (Shift+F8)Step 5 Add new entry for N1Step 6 Save (Ctrl+S)I have several billing documents N1, N2, N3,....

user exit

hellloi have a requirement when the the notification closure button is clicked in the IW21 or IW22 transaction i have to generate a pop up window with 2 buttons continue and cancel. i have 3 queries regarding this.1.when i press cancel,the old task s...

general

In regard to HIDE, which of the following is NOT a true statement? A: Saves the contents of variables in relation to a list line's row number. B: The hidden variables must be output on a list line. C: The HIDE area is retrieved when using the READ LI...

Lock objects

Hello everyone,Lock objects once again. I use functions ENQUEUE and DEQUEUE ,and they work great when user works with transaction without any errors and problems. He has the button that release all locks. But when something happens, some error occurs...

Resolved! warning message

Hi AllHow can we give a warning message , what is the possibility to pop up a warning message through configuration .... like for eg i have to enter a contract name which is in mixed case , so Suppose End user give contract name in lower case , how c...

general

If the following code results in a syntax error, the remedy is: DATA: itab TYPE SORTED TABLE OF rec_type WITH UNIQUE KEY field1 WITH HEADER LINE. itab-field1 = 'Company'. itab-field2 = '1234'. INSERT TABLE itab. itab-field1 = 'Bank'. itab-field2 = 'A...

general

The following program outputs what? report zjgtest1 write: /1 'Ready_'. PARAMETER: test. INITIALIZATION. write: /1 'Set_'. START-OF-SELECTION. write: /1 'GO!!'. A: Set_ GO!! (each on its own line) B: Set_ Ready_ GO!! (all on their own lines) C: Ready...

general

In regard to a function group, which of the following is NOT a true statement? A: Combines similar function modules. B: Shares global data with all its function modules. C: Exists within the ABAP workbench as an include program. Shares subroutines w...

general

Which of the following would be best for hiding further selection criteria until a function is chosen? A: AT NEW SELECTION-SCREEN B: SELECTION-SCREEN AT LINE-SELECTION C: SUBMIT SELECTION-SCREEN CALL SELECTION-SCREEN

general

Given: DATA: BEGIN OF itab OCCURS 10, qty type I, END OF itab. DO 25 TIMES. itab-qty = sy-index. APPEND itab. ENDDO. LOOP AT itab WHERE qty > 10. WRITE: /1 itab-qty. ENDLOOP. This will result in: A: Output of only those itab rows with a qty field les...

general

Which of the following is not a true statement in regard to a hashed internal table type? A: Its key must always be UNIQUE. B: May only be accessed by its key. C: Response time for accessing a row depends on the number of entries in the table. Decla...

general

The following code indicates: SELECT fld1 fld2 FROM tab1 APPENDING TABLE itab WHERE fld1 IN sfld1. A: Add rows to the existing rows of itab. B: Add rows to itab after first deleting any existing rows of itab. C: Select rows from tab1 for matching ita...

Resolved! Check box in ALV

Hi, i have a checkbox field in the output screen. I need to capture the selected check box in the output screen of ALV grid display(using FM). When i set the PF status to user defined PF Status in the FM, i am not able to capture the selected...

vofm

hi iam doing an vofm routine in which when i have created that routine two forms are appearing!! can u tell me which to use!! i am doing an enhancement in which i have to reduce install price by the value of the measure!!first i have to check if the ...

Resolved! screen help

Hello FriendsMy program is downloading data in file as well as displaying on screen. if the check box of download file is not clicked, i need to disable the parameter accepting file name and path.if download file is checked than the parameter to acce...

Resolved! GR and IR

Hello, Can any one help me getting answers for these questions. 1. What is the Purpose of GR(goods receipt ) and when it is generated,2. What is the Purpose of IR(Invoce receipt ) and when it is generated,3. In IR (MIRO) doc, how to find tax ...

Resolved! Resizing Barcode

Hi Guyz,I really need some help on this one.How do I decrease the size of the barcode? I've done different ways,like changing its width and height but still the height doesnt change everytime I print an example of it.Hoping for your generous help.Tha...

Labels in this area