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

Resolved! MMBE --> Batches

Hi guys,In transaction MMBE (Stock Overview) you'll see a list of the batches and the stock for a certain material.How can I get the list of batches shown in this overview (using SELECT statement)?Many, many thanks in advance.

Query in Badi!!!!

Hi all,I have a requirement which requires me to give a Subject for the email that is sent . I have used the Badi 'COMPLETE_PROC_PPF' .For changing the subject line I use the class CL_BCS as per the following code:LV_SUBJECT = 'Hello!!!!Good Morning!...

ALV report

hi frd, im my report im display amount field, but the amount value is negative and next value is positive now i have to add the amount for example first amount is -10 and second amount value + 5. while sum the value i want to get as -5. how ...

Query in Badi

Hi all, I have a requirement which requires me to give a Subject for the email that is sent . I have used the Badi 'COMPLETE_PROC_PPF' .For changing the subject line I use the class CL_BCS as per the following code:LV_SUBJECT = 'Hello!!!!Good ...

Please help

Hi,I want to add records to a hashed table.my code is:data: ipn_pc_zoba type hashed table of tpn_pc_zoba with unique key vbeln,wpn_pc_zoba like line of ipn_pc_zoba.loop at izoba into wzoba.clear wpn_pc_zoba .read table ipn_pc_zoba into wpn_pc_zoba wi...

Resolved! Field symbols

Hi Friends,I have an internal table where I want to assign values into fields as below using field symbols. How do I get the value back into the workarea.DATA : BEGIN OF it_out OCCURS 0, m011 TYPE curr_tax_bvl_ly, m021 TYPE curr_tax_b...

Resolved! creating function module

hi matesi need to create a FM where my t_outtab shoud be compatible to my internal table. that is t_outtab has some structure, now i need to create a t_outtab whose structure should be compatible with my i_tab ( internal table ) which has five fields...

function module

hi matesi need to create a FM where my t_outtab shoud be compatible to my internal table. that is t_outtab has some structure, now i need to create a t_outtab whose structure should be compatible with my i_tab ( internal table ) which has five fields...

Resolved! Table name

Hi In the Tcode IH06. I want the table from which it was fetching the work center. Or else any other which will be having both the fields Functional Location and work center also. I got the Table ALM_ME_D997. But i want some other which will be havin...

Resolved! Please help

Hi,I want to add records to a hashed table.my code is:data: ipn_pc_zoba type hashed table of tpn_pc_zoba with unique key vbeln,wpn_pc_zoba like line of ipn_pc_zoba.loop at izoba into wzoba.clear wpn_pc_zoba .read table ipn_pc_zoba into wpn_pc_zoba wi...

Resolved! query

HI all,with in the loop I wrote like this SELECT * INTO TABLE wpa0491 FROM pa0491 WHERE otv02 = off . SORT wpa0491 BY pernr . DELETE ADJACENT DUPLICATES FROM wpa0491 COMPARING pernr.* SELECT * INTO TABLE wpa0001 FRO...

Labels in this area