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

Resolved! Batch Input

Hi,iam trying to create a bacth input for CO02.i have this field in the internal table:tp_m_obra LIKE afvgd-vgw01,when i do this; PERFORM bdc_dynpro USING 'SAPLCOVF' '0100'. PERFORM bdc_field USING 'BDC_OKCODE' '/00'. PERFORM bdc_field ...

Resolved! Simulation of Pricing

Hello,for a customer project I have to calculate the current price of a list of materials for defined customers by a report. So I have the customer id, the information about the sales area, plant, date, material number etc. and I want to simulate the...

Read Statement antwork

Hi All,I am having one record in it_vbrk table and in it_vbrp table i am having three records with same vbeln with three items.Loop at it_vbrk into wa_vbrk.Move: XXXX to XXXXRead table it_vbrp into wa_vbrp with key vbeln = wa_vbrk-vbeln.if sy-subrc =...

Resolved! Unable to replace the std filter of badi in the txn PHAP_ADMIN

Hi All,I am working on EPM......There is a std Filter available AVERAGE for badi HRHAP00_VAL_DET....for calculating the average of the rating given in the final appraisal.....i have copied the filter and created a new filter as ZAVERAGE.....Now I wan...

Wage Type restriction

Dear Expert!We have some exclusive requirement from HR which he want to restrict by the wage types instead of infotype, for eg:Additional Payment ( Infotype = 15 )9220 = Ticket ..............................User can Maintain9230 = Housing Allowence ....

Resolved! screen painter

hi friends i have designed a screen displaying few fields from table MARA.the code for it in PBO is :MODULE STATUS_0100 OUTPUT. " SET PF-STATUS 'ZMENU'. " SET TITLEBAR 'ZMENU_PAINTER'. CASE SY-UCOMM. WHEN 'EXIT'. LEAVE PROGR...

Resolved! Problem with OPERATION TEXT(LTXA1) uploading using BDC For C202 Transaction

Hi Experts,Im presently doing a BDC for the trransaction C202 (Change Master Recipe),my task was to upload the 'OPERATION TEXT' field PLPOD-LTXA1 which is actually Long text to an existing master recipe from a flat file during updation of the 'OPERAT...

Labels in this area