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

Resolved! internal table?

Hi all,I have an internal table with field DELKZ...and it contains values WB,U1,SP,KD...etc.IF itab-delkz = 'U1'.i need to get data from a database table.My question is i dont want to write the SELECT statement in LOOP?plz advise me regarding this.re...

Resolved! Table object

Hi. There's transaction FBL1N and FBL5N in SAP. It's output is a list of invoices. I have a question about that table in which list of invoices is displayed. Is this some kind of object like ALV_GRID? It looks like was made by WRITE statements, but i...

Resolved! upload

Hi.in my upload program its giving runtime error , its showing this message. conflict when calling a function module. please help me . how to solve this , please give me code for upload .

Resolved! POPUP

I need to show a very long message, with an indeterminate number of vars, in a popup window. Like:Transport order <i>TO1</i> created for delivery <i>dl1</i>.Transport order <i>TO2</i> created for delivery <i>dl2</i>....Transport order <i>TOn</i> crea...

Resolved! vendor data archive

HiCould someone please tell me how to archive customer data. We are creating about 2000 single customers per day so in a few months we may have a problem with data base.What influence it will have on created SD documents?I know I should look at AOBJ ...

Resolved! logical databases

To write reports of the Human resources department, I am told that we use mainly logical databases. And I have to write reports about HR but do not have comprehensive info on logical db.Please provide me your opinions, examples or some other resource...

select statement

Hi,i have a select statement where i want to fetch only those starting with 'PG' and 'PL' tell me the syntax plz.correct the following statement.Select * from RSDODSO into table it_odsobj where ODSOBJECT like'0%' and OBJVERS ='A'.Thanks a lot,Vijaya

at end of

Hi. I have the next code:LOOP AT i_mseg WHERE bwart = '101'. * Acumulamos cantidades. ADD i_mseg-menge TO i_suma_101-menge. <b>at end of ebeln1 or at end of ebelp1. ERROR </b> * Cuando cambia de pedido-posicion guardamos registro en la ...

Resolved! Screen Exit for VA02

Hello Frnds,I am having a requirement to add 3 fields in VA02 Screen 8309 (GOTO -> Header -> Additional data B),Now I am facing a strange problem that the two fields are showing in VA02 screen 8309 and the third one is not coming in VA02. I don't kno...

Short Dump

Hi,I'm having a problem, i have a program that selects data from a join of the table mkpf with the table mseg. what appens is that when i select a material with more data it gives a short dump, and i don't know how to solve it. Any ideas? Next i'm go...

basic idoc type

While creating a basic idoc type there is a radio button 'Extension' on the screen.When i specify a basic idoc type name and click on the create button,it takes me to the create screen,which has some other options like 'Create new' 'Create as copy' a...

LOOP inside loop

Hi ppl,Am facing a problem wherin i need to process records inside an internal table which itself has huge number of records(say m).The details of each record is picked using loop on one more itab which also consists of huge number of records(say n)....

Labels in this area