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

BAPI used in HR

Hi,I am trying to create a webpage which will display employee details like name, employee number, address etc.I want to know which BAPI should I call to fetch these data.I could see these data when in the transaction PA20.I want to know the correspo...

Subroutine

can any one give me explaination of this:FORM output_cfg_label. CHECK p_cfg = 'X'. SUBMIT zmr_cfg_tags WITH p_ldest = p_dest2 WITH p_test = p_test WITH s_charg = itab_batches_line-charg WITH s_posnr = itab_batch...

Resolved! LSMW

Hello All,I have to do a conversion using LSMW using batch input recording,Standard Batch /DirectInputCould anyone please provide a step by step guide on LSMW with screen shots.RegardsVinay

Resolved! inbound idoc processing

Hi Experts,I have inbound idocs which I always received in status 64 and we have to manually process the idocs in order to be posted. I would like to ask why does it happens? is there any settings to configure so that the idocs will be immediately pr...

Resolved! New to ABAP

Hi Friends, I am a functional consultantant and intersted in learning ABAP. I require some basics to learn ABAP. Like how the programme looks like, where to write a prog ( TCOde) and how to create a Z report , some basic things to learn ABAP.Pls hel...

ABAP Runtime Error

Hi Expert, I use the transaction code MIGO to make goods receipt, but the issue occured and show the following information list.(1) Runtime Errors DDIC_TYPE_INCONSISTENCY(2) Short text "Inconsistency in the Dictionary for the structure ...

How to Schedule Jobs

Hi, I am created a program which will run in background.This will have around 1000 company codes. I have to execute in terms of batches.That is first I have to execute 1 to 100 jobs at one time. After the jobs completes I have to delete these jobs a...

Resolved! search help

i have few date details in my internal table.Now want to display this data as a search help using a FM.DATA: BEGIN OF it_h OCCURS 0.INCLUDE STRUCTURE p0028.DAta : END OF it_h.DATA: BEGIN OF field_tab OCCURS 10.INCLUDE STRUCTURE help_value.DATA: END O...

internal table

I have an internal table with 2 records as followsmaterial no, empty material, sequence noValuesMAT1 EMAT1 SEQ001MAT1 EMAT1 SEQ002if record >1Here I need to write logic as followsCheck internal tableWithin internal table loop through recordsif mat1 (...

Labels in this area