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

Resolved! about rep

TABLES : LFA1,EKKO, EKPO.DATA : BEGIN OF ITAB OCCURS 0, LIFNR LIKE LFA1-LIFNR, EBELN LIKE EKKO-EBELN, END OF ITAB.DATA : BEGIN OF JTAB OCCURS 0, LIFNR LIKE LFA1-LIFNR, NAME1 LIKE LFA1-NAME1, LAND1 LIKE LFA1-LAND1, ...

screen field spec

A screen field needs to be created with the following specification:Dollar value with up to 8 characters including 4 decimals Ex: $100.0001I have created it as type CURR, length 8, decimals 4.Now, when i enter value in the field as 50.00 and press sa...

SP01 Print Spool

Print Coversheet => Default setting for output to be "no print" instead of "print"We have recently upgraded to EEC6 and have found when going into the print spool (SP01) there is a button "Properties" This has various options but the one I am inte...

perform on commit

Dear Experts,My problem is as follows..I am performing 311 goods movement using BAPI and then updating 'Z' tables in a subroutine PERFORM.....ON COMMIT.Now in some situations like power loss or other data is getting updated in 'Z' tables but not in s...

SNC configuration

Hi Gurus,i am configuration SNC using SAP Cryptographic Library i have installed sap crypto package alsowhen i am trying to enable the profile <b>snc\enable</b> to "1"after that when i restarted the server the server is not starting up the dispatcher...

Resolved! abap objects qustion

hii call to metod from my program i i get <b>ME</b> with error Field "ME" is unknown. It is neither in one of the specified tables no defined by a "DATA" statement . . . . . . . . . .how i define <b>me</b>? RegardsCALL METHOD me->if_wd_context_ele...

Resolved! NEED ONE HELP

1.In flatfile if u find decimals how will u face it?2.Regarding 'for all entries' keyword: The select stmt whichcontains 'for all entries' keyword it compares its internal table(jtab) with for all entries of internal table(itab) in prior selectstmt ....

Resolved! generate random name

hi all,i want to generate random names, i meani am having a char. field having value say 'name'.now i want to generate few more name like 'namea', 'nameb', 'namec' etc.can you please help me in this problem,points will be rewarded as per the help.tha...

DEBMAS - ALE

We are transferring Debmas from test system to production system. But the problem is numbering range of customer. We want following scenario: if number (customer)already exists in production we don’t want it to be updated via Debmas, but we want a ne...

Resolved! Grid apperance

Hi. Is there some possibility to add additional description for a group of column headers?I have a grid which shows info about invoices. I'll simplify it: ------------------------------------------------------ | SOME HEADER | SECOND...

Update vendor master

Hello, I need help; I want to modify two fields of the vendor master table LFA1: they are the fields QSSYS and QSSYSDAT. I try it with the function "VENDOR_UPDATE", but it does not work. The process must allow to realize the modifications for several...

Labels in this area