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

MOVE CORRESPONDING

DATA : is_data type mara.FIELD-SYMBOLS:<fs_data> type ANY.MOVE CORRESPONDING <fs_data> to is_data.this statement works in ERP 2005 but not in ERP 4.6CCan any one tell me what is the smilar statement for this in ERP 4.6C

WorkFlow Task

Could anyone tell me which Role or authorization is needed to see a task in Workflow?I have a Workflow with many tasks, but when I use the T-code 'PFTC_DIS' I am not able to view the tasks. It gives an error saying 'Task doesnot exist', but the workf...

PF status

Hi AbappersI copied the the PF -STATUS "STANDARD" into my custom "ZSTANDARD", and using the PF status in my list screen. almost all the function work fine except for the button for downloading into EXCEL sheet or WORD file, can any body tell me what ...

Resolved! Native SQL in ABAP

I need a query or stored procedure to get data from a table name specified by a variable (here 'TableName').The stored procedure would be called everytime with a parameter that specifies the tablename to be queried.The following piece of code works i...

please help

Hi all, I have to design a report where there are five inputs wbs element, cost center no, purchasing group, plant no and po creation date. the data is taken from ekko, ekpo and ekkn. and all the inputs are optional. so the input can be in one fie...

Resolved! Batch Input Issue

Hi guys,It is possible to execute a Batch Input with ctumode = N, but in a disere part change it to ctumode = A?.I'm asking this because i've got a Batch Input that have problems with one window if it is executed in mode N. The transaction that i'm u...

Resolved! question reg. date

I am outputtting a date from a date varialbe wa_date depending on certain conditions.On a particular condition, I don't want the date at all. I mean on the output, I want space instead of the value of wa_date.I tried with statements like - 1)clear wa...

Resolved! internal table record

Hello Experts,I need to sum up the values of an internal table record.data: l_demand type p decimals 2.The itab is:MATNR DEMAND....................A005 100.00A005 200.00A005 300.00A005 450.00A005 325.00Now I would want to get the sum of all values "D...

display an output

Hi guys Please help me in displaying the output i had all my data in ITABS,i need them to display in the report 1) which must fit in the A4 page to print 2)on start of each page i need the heading of the report and fields3)at the end of the r...

Labels in this area