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

Resolved! Few Questions...

Hi all, I have few questions related to performance issues.i) Why should tables statement be avioded.ii) Why should move-corresponding be avoided.iii) Why check statement be avoided.iv) select * should be avoided.Can any one explain these questions ...

transaction

hi experts,in interactive report while calling transaction in to our program i wanto go directly third screen of peticular transaction . not the first screen of transaction . for examle take mm01.thanks in advaNCE.radhakrishna.

how to do

HI ExpertsI have a doubt, can we display the complex internal table (fields from many tables) in to table control. For example internal table as follows. if so how to do.DATA : BEGIN OF itab OCCURS 0,TDDAT LIKE VBEP-TDDAT,DWERK LIKE AFPO-DWERK,WEMNG ...

Resolved! User Exit in PR05

HiI need a user exit in transacrtion PR05. When the change button in this transaction will get pressed then I have to give an information message . So I've to find out the correct exit for that. It would be very helpful if anyone tell me the exact ex...

Resolved! SMARTFORM

Hi All,i have created smartform in which i m displaying page number at the top.Syntax used by myself :Page &SFSY-PAGE(C)& of &SFSY-FORMPAGES(C)&but at the output of smartform ..i m getting result as page 1 of *Please suggest me why this * is commin...

Resolved! unicode help help

hi experts,i'm doing a unicode and i have this error "workarea cannot be converted to a character-type field". i.e because i am trying to write the workarea and it is not possible in unicode programs. the work area is referenced to a standard table(t...

HR_MAINTAIN_MASTERDATA

Hii All-I am trying to fill up infotype 6 (addresses), subtyp 1 (permanent address) of an employee. This employee is already created but there is no address infotype details. I am trying to use HR_MAINTAIN_MASTERDATA function module for this? but how...

Resolved! using the submit report

Hi, can any one help me out how to get the output from a report by using the submit report . with out disturbing the report sequence of the calling programmeie need to capture the output of a report in back ground and use the output in the calling re...

lsmw

I opened the lsmw in that first step 'maintain object attributes', I given the name in 'batch input recording'. but it is not taking. (error message : enter a valid value). plz give the suggetion.

Custom Infotype

Hi, I have to create a custom infotype which is having the Table Control of 5 columns. The maximum number of rows possible in this Table Control is 20. So while creating the PS Structure i have given these 5 fields for 20 times i.e. total 100 fiel...

Resolved! alv variant

hi, please explain how we are using the variant in alv report, i dont have any idea about that, what is use of that? please show one simple example of that alv variant.how we can use that pls explain in detail

Resolved! SELECT

Hi all,I have an internal table which contains PLANT,MATNR and some other fields.Now I have to get the material description for the matnr.And I need to place the description in the internal table based on matnr.Can u please help me regarding this.Vkr...

Resolved! IDoc basics

Hi!I would like to know, how can I set up the background settings of an IDoc interface?Where can I set the sender function module?Where can I set the receiver module? Where can I assign them to the basic type?How can they be debugged?Thank you in adv...

Internal Table

Hi,Suppose I have an internal table having 50 fields. The table have some data. Now, I want to detect those records which have same value in 49 fields and different value in 1 field.What will be shortest way of doing it?Useful answers will be rewared...

Labels in this area