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

Resolved! Unkown Nodes Visible

Hello community,today I install  Eclipse Neon release Java EE package and I see in the project explorer unknown nodes e.g. like .adt with subnodes or .settings:In the Eclipse Mars release I can't see it. I assume it is not desired.CheersStefan

Resolved! Which Table stores the information coming in dropdown in front of Items in ME21N

Dear Experts,Does any one have experience to find the table storing the values in ITEM (Dropdown showing Line Item and Material Number) as shown in the attached screenshot.In which Program/include of ME21n, I can view the values of table in debugger....

ayaz1 by Explorer
  • 592 VIEWS
  • 2 REPLIES
  • 0 Likes

Resolved! TABLE event for TMG

Dear Friends,I have a custom table and in that TMG i am trying to delete by selecting multiple entries and during that i want to capture in the EVENT on before saving (01) the which are selected and marked for deletion , currently i am getting all th...

Resolved! simple way in ABAP to do same as C notation "var = i++"?

Hello experts,In a loop, I have the following stupid code, I'd like to merge the 2 lines "ADD 1 TO d" and "struc2-fldate = d" (I used a date, but my question is valid for numeric types too) :DATA struc2 type sflight. DATA itab2 type table of sflight....

Pop-UP Message

Hi All,                      In my requirement i want to disply the pop up message with some internal table values before the itab values ,want to display the 2 hard coded texts..with space..Example :  WE cant proceed this process.     --------------...

Abode form in abap

Hi All,I am working on abode form where in one row there are two text fields one is stock category and other is date , when the form triggers and if there is no stock category in the output then date shifts to its place i.e it displays in the stock c...

Resolved! JSON encoding

Hello allI need to send JSON data to a customer, for example :[{"PERNR":"00000001","NACHN":"Smith","VORNA":"Jürgen"}]This data will be sent and received via flat files, and also via OData in SEGW (SAP Gateway Builder). So I assume the name "Jürgen" f...

Resolved! BDC Display field validation

Hi Gurus,Greetings.In my BDC program i have one field which is not editable but while press ENTER key its value changes.that is from A or B to C.Now i have to put validation after press ENTER and Before SAVE.How to read Display field values?As parame...

mojamal by Explorer
  • 2181 VIEWS
  • 9 REPLIES
  • 0 Likes

Resolved! I am using BAPI BAPI_GOODSMVT_CREATE for posting of goods issue using movement type 261. I am getting following error = Order 801135 does not exist

I am using BAPI  BAPI_GOODSMVT_CREATE for posting of goods issue using movement type 261. I am getting following error = Order 801135 does not exist.  t_gmcode-gm_code    = '03'.   t_gmhead-pstng_date = sy-datum.   t_gmhead-doc_date   = sy-datum.   A...

Resolved! No batch input data for screen SAPLKACB 0002

Hi Gurus,While performing BDC Call transaction on tcode F-30,     I'm trying to post recurring entry document in background processing as below line of code:(Complete Code is provided in attachment below) CALL TRANSACTION 'F-30'                USING ...

Resolved! Custom Table Transaction ID Not Counting above 100

Hello Experts,I have created a custom table, with the field TRNID with data type NUMC and Length 10.Now,1. The problem i'm facing is i have used a query, Which increments the number by 1.SELECT MAX( trnid ) FROM ztbl1                         INTO rv_...

How can we perform AMDP with multiple select-option and select queries

Hi Experts,i have one query.STEP 1.*  select qmnum tplnr ingrp bautl arbpl *         from  viqmel *         into table it_qmel *         where iwerk eq p_iwerk and *               ingrp in s_ingrp and *               arbpl in r_arbpl and *           ...

Resolved! Explicit length specifications are necessary with types C, P, X, and N in the OO context

Hi All,I am getting error when trying to create AMDP while optimizing one ABAP program.I saw some scn posts but that is not working for me.TYPES : BEGIN OF ty_zpia ,              qmnum TYPE  viqmel-qmel,              tplnrTYPE  viqmel-tplnr ,        ...

Resolved! Custom F4

Hi Gurus,I have created a custom screen that will enter values for Z_LIFNR. However the requirement now is instead of displaying the Vendor No. (Z_LIFNR) I have to display the Vendor Name (Z_NAME1), If I do this so the value in the screen field will ...

Labels in this area