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

Intenal table logic

Hi Friends,I need a logic for the below mentioned thing,for all entries in i_tab i need to check makt table with makt-matnr = i_tab-matnr.if subrc = 0. need to determine eknam Join tables marc and t024 . fill the i_tab-eknam field with the value ...

FI Report

I need to get the sum of the amount according the G/L Account number from BSEG.In BSEG tableG/L Account Amount111111111 10111111111 20But in my report i need sum for that G/L Account number from bseg.Out putG/L Account Amount111111111 30I used t...

Resolved! VIEWS

Hi, I want to know whether a VIEW exists in db also or does it exist only in DATA DIC?I mean whether VIEW contains data in db or it only fetches data present in transparent tables?thanks,Rakesh..

unlock the PO

Hi alli am using the bapi to change the Purchase order..Po is having eq 4 line itemits changing the First line itemfor next line item its showing error .. PO is locked.i try with call function 'DEQUEUE_EMEKKOE' .i am not sure how it will process.can...

Resolved! comparing to year, comparing a select statement against 2 itabs.

Hello experts,I have a couple of questions for my select statement. Here it is:1. how can I compare a certain field against the current year? for example:where gjahr eq '2006'...2. I have a select statement that needs to be compared to two itabs. Her...

User command in ALV

Hello Everyone,Does anyone knows how to trigger user command in ALV?I am using FM 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' and i add one self-defined button on ALV toolbar.The problem arises: When i try to click on my self define button on ALV toolbar, the ...

Resolved! Avoid repetative code?

In my program iam using 4 performs.PERFORM DISPLAY_OUTPUT_PROG.PERFORM DISPLAY_OUTPUT_DOMA.PERFORM DISPLAY_OUTPUT_DTEL.PERFORM DISPLAY_OUTPUT_DEVC.Iam using forms(subroutine)4 times.I don't want to use 4 forms. I want to use form only once.Form each ...

Cardinality related

Dear All ,While creating foriegn key I have given cardinality 1:1 ,as far as my understanding left side 1 stands for if there is record in foreign key then there is one and only one record in check table .Right side 1 stands for , for each record in...

print prog RVADOR01

i'm using this form to print more then 1 copy withnew data <b>komk-exp_busobj komk-inco2,</b>if i print 3 layouts i get the first and the third two times why?form PRINT_ADDITIONAL_COPIES. loop at itab_h. "i_matnrs where check = 'X'. z_count = z_c...

problem with INSERT

REPORT ZDW_LOC_MSTR .tables : t001l.data : begin of itab occurs 0.include structure zloc.data: end of itab.field-symbols: <ls_itab> type zloc.SELECT werks lgort lgobeFROM T001Linto (t001l-werks , t001l-lgort , t001l-lgobe ).MOVE: T001L-WERKS TO IT...

Resolved! events

i have seen many materials on events in reporting but i am not sure with the actual sequence of events in reporting . plz tell me what is the actual sequence of simple reporting , and interactive reporting .what i know is for simple reporting initial...

Resolved! i get abap dump why?

REPORT ZDW_LOC_MSTR .tables : t001l.data : begin of itab occurs 0.include structure zzzzzz.data: end of itab.field-symbols: <ls_itab> type zloc_mstr.SELECT werks lgort lgobeFROM T001Linto (t001l-werks , t001l-lgort , t001l-lgobe ).MOVE: T001L-WERK...

Labels in this area