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

ABAP Short Dump

Missing authorisation raised in production  though the user has full access it raised error as Missing authorisation and gone to short dump after restarting the server everything is working is fine no short dump. can anybody tell me what is the cause...

OO transaction

Hello Gurus,does anyone know if one can call with a OO Transaction a method of a class for which i already have a instance? The problem is that i have two tables that i want to pass to a oo transaction and i can't write them on the database. The solu...

Inconsistency in the dictionary for the structure "DFKKOP".

Hi We have upgraded our system from 4.7 to ECC 6.0 ehp5 . After the successful upgrade we are facing many dumps in ST22 related to Datatype Inconsistency in table DFKKOP and DFKKMOP.Runtime Errors         DDIC_TYPE_INCONSISTENCYApplication Component ...

Resolved! about screen

Hi Experts,My problem is regarding with screen after creating the document (in any t-code) want to exit the current screen fe.if the user create the order in VA01 and save the document system should shutting the existing screen how can I solve the pr...

as_dr by Participant
  • 736 VIEWS
  • 6 REPLIES
  • 0 Likes

Resolved! Visible and invisible options for pushbutton in module pool programming

Dear All,I have the requirement to provide visible and invisible options for push buttonfor ex; i have two buttons     create         savefirst save button is need to be in invisible mode After create button click save button need to be appears.and i...

Resolved! SQ02 READ_TEXT ABAP Codings

I've written this ABAP coding at SQ02 Infosets. It is to extract the Long Text from SD Outbound Delivery long text.[code]v_name = LIPS-VBELN.CALL FUNCTION 'READ_TEXT'  EXPORTING    "client   = '120'    client   = sy-mandt    id       = 'Z014'    lang...

Resolved! SUIM inconsistency

Hi , I want to know if SUIM is not giving correct results, what could be possible reason and it can be resolved .i want to see list of unused roles in the system , but it seems what result i am getting is not correct.current basis component is SAP_BA...

Resolved! Find list of custom BAPI

Dear Experts,I want to find out the list of custom BAPI in system. In thread http://scn.sap.com/thread/81493 Rich Heilman Sir has mentioned thatBAPI can be named as Z* as well as BAPI* and that he is not sure which is correct. If BAPI* naming convent...

Resolved! How to get the active tab in a Tabstrip

Hi experts,I have a report included a dynpro (1001). On this dynpro I have a tabstrip (TAB_ALV) with 4 tabs (dynpro 1010, 1020, 1030 and 1040). PBO for 1001:CALL SUBSCREEN: sub_button   INCLUDING sy-repid '1010',                   sub_layout   INCLUD...

Delete ECP version

Hi,I need to delete an Easy Cost Planning version.I've created my own function module using standard code:KEIY_BT_PRECP12_DELE_PREPARE and then :KEIY_BT_PRECP12_DELE_FINISHEDMy problem is that it deletes datas from table PRECP2 but datas are still th...

Resolved! New spool only works in debug

Hi,I need to print out some labels into groups of spools based on locations etc... The code works fine when I debug so, for example, I get 4 spools:6 / 11 / 5 / 7 pages = 29 labels....perfectNow, when I print it without debug, I get varying results l...

getting Short Dump in OPEN CURSOR

Hi,    Report name RK310003(Standard program)      OPEN CURSOR E_DB_CURSOR         FOR SELECT (I_T_SELECT_CL)                    FROM  K810003 AS KT JOIN K810004 AS TT                    ON    KT~TRKEYNR = TT~TRKEYNR                    WHERE (I_T_WHE...

Data not seen in PI

Hi All,I am passing my data from RFC to PI. Initially I had created a structure for the output. This structure contained fields like user name (SY-USER), date (SY-DATLO) and time (SY_TIMLO). Later I had to add another field which is a single characte...

Labels in this area