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

Resolved! submit prgram

i have a program z1 with some code selection screen and internal table(itab1).i want to call z1 in another program z2 pasing selection screen values andgetting the data of internal table(itab1) into internal table of z2(itab2)..can any one give me s...

Select statement

Hi Gurus,I have a condition :I need to go to knvh and collect planning group from knvh-kunnr where knvh-hityp = "D" and knvh-hkunnr = cid, after that go to knvh and collect sold to party from knvh-kunnr where knvh-hityp = "D" and knvh-hkunnr = planni...

IMG Role

Hi,Can anyone please explain me, IMg role, because I have so many users who has some kind of MODSAPALL role in their Role tab, and I never created such role for them, and never assign to them, I'm the only security person. When I try to open this rol...

Resolved! include MF05AFA0

Hi Experts,I want to modify few lines in the standard include program MF05AFA0.I am not able to find a suitable user exit for this include program.Few tcodes invloved are fb01,f-22,fb02..etc. Can someone tell me how to do this?thanksDany

Resolved! Optimisation of code

Hi,I have the code below, is there a more efficient way of doing this so it runs faster?IF NOT xaccit[] IS INITIAL AND NOT cvbrp[] IS INITIAL. LOOP AT xaccit. LOOP AT cvbrp. IF xaccit-posnr_sd = cvbrp-posnr AND NOT xaccit-hkont IS INITIAL. ...

Invoice Details

Hi,Can any body suggest me any FM which will give me invoice details based on invoice number only with its pricing conditions. i have seen BAPI_INCOMINGINVOICE_GETDETAIL.but it asks for fiscal year too.Pls help me.points will be rewarded.regardsAzad.

Resolved! Table maintenace

Hi All,I have created a table maintenance genrator to a Z table.Now I can maintain (create, delete, modify) the table entries from SE16 or SM30.But on user's request I have created a Z transaction for the maintenance of this Z table.Now if user types...

Resolved! BUKRS <=> KUNNR/LIFNR

Hi. I'd like to ask You something. Every unit (BUKRS) is simultanously a supplier and receiver. It's in KNA1 and LFA1 under customer/supplier number (KUNNR/LIFNR). How to connect those things together? Let's say that I have some BUKRS = x. Now I'd li...

Resolved! Script to PDF

Hi guys,I have created a driver pgm and script inorder to convert the script o/p to pdf.-REPORT ZPDF.DATA: BEGIN OF ITAB OCCURS 0, CARRID TYPE SFLIGHT-CARRID, CONNID TYPE SFLIGHT-CONNID, PRICE TYPE SFLIGHT-PRICE, END OF ITA...

Resolved! Page header

Hi everbody,here is a simple code below. I i don't use the write statement in the header part it writes out all the results. If I use it, I only get 1 row. Why is it that?? Why I can't use my page header?????TOP-OF-PAGE.write: 3 'Vendor Nr.', 30 'Nam...

Labels in this area