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

Enhancement Spot

Hello,I try to use badi 'BATCH_MASTER' for T-code: MSC2N, but that BADI is only for data checking before save.My requirement is when I enter Material and Batch in msc2n, I want to capture a characteristics value from the 'Classifcation tab' and assig...

how to find tax code

Hi guyz,am working on a bdc program for FB01. there am getting all the data from prps and cosp table. can anyone please tell me how to get the tax code for the given company code. i tried in the table T001, T007A. there i cant find standard tax code ...

Resolved! DXFIELDS

Hi all,could anyone explain what the following lines of code are doing and what this dxfields is all about. Will be rewarded. thanks.DATA: C_FNH_MASK TYPE DXFIELDS-FILEMASK VALUE '.', SEARCH_DIR TYPE DXFIELDS-LONGPATH VALUE '/SAPGLOBAL/USERS'...

Enhancement

Hi Gurus, I want 2 do enhancement for d transaction V_RA.This is not a live core Project.Just i want 2 know how 2 do enhancements.I Copied V_RA main program into some Z****** program without its standard includes.I created my own includes.I copie...

reg documents

hi all,i have to prepare 2 documents as per my project requirement.1. System Build SAP SOP (Standard Operating Procedure).2. System Build Guidlines - ABAP Coding.If anybody can please provide me sample documents to refer.my mail id is vj_vats@yahoo.c...

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

Processing IDoc

Hi all,i have a standard IDoc HU_CREATE for creating handling unit.I need to process it inbound to receive data from another system.I have done all the settings and also uploaded my XML file through cg3z. Now before the final testing i need to proces...

Resolved! DESCRIBE TABLE stmt

I have seen the following code:data: lv_line type i.Describe table itab lines lv_line.read table itab into wa_itab index data: lv_line type i.Could you plz tell me what is the use of DESCRIBE stmt and where we use it?What value will be stored in lv_l...

Labels in this area