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

Resolved! HR Abap - Using select query

Hello expert,I've tried provide statement and macro both work fine. Now i want to do a select statement using bedga and endda entered on screen."getting all employee personal number & normal hours employee only   SELECT pernr     FROM pa0007     INTO...

Resolved! On save button click in VA01/VA02 calling Item conditions Screen based on some logic

Hi,I have a requirement where user want to call Item conditions(Pricing conditions) screen from VF01/VF02 Overview screen based on some logic.I can implement logic/condition in user exit USEREXIT_SAVE_DOCUMENT_PREPARE in include MV45AFZZ.But my conce...

Fetch Cursor giving dump

Hi All,,My fetch Cursor statement in the below code gives dump  DBIF_RSQL_INVALID_RSQL for unknown reason. Please help me rectify it. The structure of my internal table is TYPES:BEGIN OF gty_ekpo,        ebeln TYPE ekpo-ebeln,        ebelp TYPE ekpo-...

Resolved! pls give reply asap

                                             i m working on EHS Module . can any body provide the test data for BAPI_BUS1077_GETDETAIL. i m passing the data in import parametres .valfr and valtoi m getting the return parameter : sub_header is not fil...

anji405 by Explorer
  • 649 VIEWS
  • 2 REPLIES
  • 0 Likes

I have made a ztabale 'zres_approval-pernr' and selection screen which is working fine . Now i want to call transection MB22 on parameter s_rsnum ..

MR Authorization Process Steps:REPORT  zsat_project. TABLES : zres_approval . DATA: v_ecode LIKE zres_approval-pernr_d. DATA: v_posid1 LIKE zres_approval-posid1,       v_posid2 LIKE zres_approval-posid2,       v_posid3 LIKE zres_approval-posid3,     ...

Bapi to Update Batch field (RESBD-CHARG) of a component of Production order

I have a requirement to update the Batch field RESBD-CHARG of the component (split valuated) in the production order (in the inbound process).exesting functionality (for prd order confirmation) is using BAPI_PRODORDCONF_CREATE_TT. but i am not able t...

Labels in this area