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

Keep Icon

When I do a drop down for a code list such as MRP controller from MM02 (MRP View 2 screen), I get 'push pin' Icon next to the Print Icon which says 'Keep'. We could not figure out what it means and what it does/help do. Can you please enlighten me?...

UNIQUE oops issue!!

GuysThis has babmboozled meI have created an ALV oops application with checkboxes,When you do select all, it will select all the recordsHoweverOnce you have applied a filter and then you do select all it should only select the FILTERED records.But th...

Resolved! F4 help

hi,i need to do F4 help to selection screen or parametrs ,i have program that bring details for employee and i wont that the user can choose emp name from the screen field what is the best way to do that?i new with this topic.Regards

Resolved! Syntax Check Error

I am having a syntax check problem in my program.Code for the same, constants: c_tab type x value '09'. "tab character!!! field-symbols: <f_separator>. assign c_tab to <f_separator> type 'C'.The Error is ,The length of "C_TAB" in bytes must b...

Resolved! Syntax Error

I am facing an problem when I check the unicode on in the attributes of the program.The error is,"C_TAB_CHAR" must be a character-type data object (data type C, N, D, T or STRING) . code for the error, DATA: BEGIN OF ht, x(1) TYPE x VALUE ...

subroutines

"Like any other processing block, subroutines cannot be nested. You should therefore place your subroutine definitions at the end of the program, especially for executable programs (type 1). In this way, you eliminate the risk of accidentally ending ...

bdc structures

Hi all, I have created a simple bdc's . I know the bdcdata strucutre and it's uses .i dont know exactly about bdcmsgcoll, and how we can use it for error handling .??????if possible just give me a sample example ..i am working on xk02 t-code ....

AT LINE-SELECTION

Hello,how could it be that the same report, the same server, the same mandant and the same user gets different results on different workstations?? It's like magic...It's used 'HIDE' and 'AT LINE-SELECTION'. The GUI versions are equal on the different...

Resolved! Long Text

I have done the BDC for IA01 and it works fine.I have a question. How would we extract the Long text for Task list (IA01) for one SAP system and how would we upload it back in a different SAP system.Thanks,Raju...

Global variable

Hi All,i have define a global variable in top include asg_okcode type sy-ucomm.if ok_code = 'AUDIT'g_okcode1 = ok_code then am calling the FMCALL FUNCTION 'EDI_DOCUMENTS_LIST_ONE_SEGMENT' TABLES I_EDIDC = choose_edidc*Here my requiremen...

User Exit

Hi While creating order in IW31 by default purchasing gruop populated(Select the componend and click on purchasing data tab in the below, you can see the purchasing group). As per my requirement I want to populate the some other purch gruop. I didn't...

SAP class override

Hi,Does anybody know if there is any workaround to override final clases in ABAP ? I need to add new functionality to cl_salv_tree thats why I need to override it. When trying to override it with jus ordinary method: CLASS zcl_salv_node DEFINITION IN...

Labels in this area