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

Resolved! ALV-Output drill down

Hi!In my ALV report in the output when I click any billing document it shld drill down and show me the details fo teh billing document , but in my ALV its not happening , it givems a message as Inactive Key , Try again , which is the message I had pr...

Resolved! DUMP in CV01N

SAP-Release 700Laufzeitfehler TABLE_FREE_IN_LOOPDatum und Zeit 05.08.2008 15:50:41"TABLE_FREE_IN_LOOP" " ""SAPLCV110" bzw. "LCV110F03""DOC_TREE_FILL_SMALL"Auslösestelle des Laufzeitfehlers Programm SA...

HKany by Participant
  • 826 VIEWS
  • 1 REPLY
  • 0 Likes

Resolved! internal table

SELECT * FROM mara UP TO 1 ROWS INTO CORRESPONDING FIELDS OF TABLE itab WHERE matnr IN s_matnr AND ersda IN s_date. READ TABLE itab INDEX 1 . IF sy-subrc EQ 0 . SELECT SINGLE * FROM makt WHERE matnr EQ itab-matnr . ENDIF .select *...

Resolved! Field exit

Hello , I have created a field exit for data element : vsbed Program : SAPMV45AScreen : 4002 and created Function module for the same .But when i am trying to activate the same it showing SYSYTEM IS NOT CONFIGURED FOR FIELD EXITS Please help me in t...

Resolved! Dynamical IF condition

Hi friends,Does anyone know if it is possible to define an IF condition dinamically?For example, instead of doing this: IF 1 = 1. WRITE 'OK'. ENDIF. Do something like this (like in SELECT statements): DATA lv_condition TYPE string VALUE '1 = 1'. I...

BGarcia by Active Contributor
  • 306 VIEWS
  • 1 REPLY
  • 0 Likes

BAPI_OBJCL_CREATE

Hi all,i am trying to create classicification for batches ( tx msc2n) using bapi bapi_objcl_create. but am not able to create it as i don't exactly i need to give it as input.if anybody tell me how to use this bapi for batches.any pointers will be hi...

Vijay by Active Contributor
  • 1274 VIEWS
  • 2 REPLIES
  • 0 Likes

VA02 Screen Exit

HiI want to add some new fields to the Screen 8410 i.e Additional Item Data B screen of VA02...But I am unable to find the Enhancement name for this screen exit so that I can proceed ahead.I tried to find the user exits using traditional methods.. so...

Resolved! Grid cell in tooltip

Hi there. Is this possible for grid to do such thing:itab-text = 'AAAAAAAAAAAAAAAAAAAAAAAAAAA'in grid the column width is set to 5 for example. so You see only AAAAA...Now when drag a mousecurson over grid cell (the cell containing 'AAAAA...') the to...

concatenate

Hi,what is the syntax for concatenating spaces after a variable , if the number of spaces varies every time?Say, I have var1 = 'jay'and i need to pad two spaces after that , to get 'jay '.But the number of spaces to be padded changes every time.If i...

Resolved! Pop up message display

Hi all,I am using FM POPUP_TO_INFORM for message pop up...is there any other FM similar to this...where i can set the exact position of the message pop -up...currently it is coming at the top pf the screen...i want the pop -up to be displayed at the ...

PO Changes report

hi plz check this and let me know............For example : i created a purchase order in ME21N. Using the transaction ME22N i changed the PO qty for the item 10. i want to know other than CDHDR ,CDPOS ,CHANGEDOCUMENT_READ_HEADERS ,CHANGEDOCUMENT_READ...

Resolved! Function Module

Hi,I want function module to get the plantwise invoices.Currently i want to write query on VBRK for invoices and for plant details i need to write query on VBRP.For large data it takes more time.So can anybody tell me regarding this?Regards,Deepak.

Labels in this area