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

Resolved! date logic

Hi All,The following code gives the output of the first monday of a month. Can any one help me in getting the first monday of the last month.DATA: G_DATE0 LIKE SY-DATUM.DATA: G_DATE1 LIKE SY-DATUM.DATA: G_WOTNR TYPE P.G_DATE1 = G_DATE0.DATE1+6(2) = '...

Problem in CO01

Hi All,I have a problem in Co01.When i release the Production Order to generate the Serial No a user exit EXIT_SAPLIPW1_001 is called.This exit uses plant to generate to generate the Serial No.Now i want to pass basic start date too to generate the S...

Resolved! read table

i have to read a internal table with two key values for the same field. itab contains the following records:<f1> <f2> <f3>val1 x xval2 x x val3 x xfor <f1> = val1 or val2 i want to read itab.read table <itab>into <wa> with key ...

validation

Hello gurus,I have 2 select options in my slection screen.Both r mandatory fields.1)purchasing organisation-ekorg2)Plant(werks)If i enter ekorg and werks.if the werks entered is not in the entered ekorg then raise an error message saying no werks in ...

BAPI_ALM_NOTIF_CREATE

I am using BAPI_ALM_NOTIF_CREATE for notification; I filled the NOTIFPARTNER with following values notifpartnr-partn_role = 'AG'.Notifpartnr-partner = 60805723.Based on the configuration the system first calculates its own value for partner for ty...

Delimitation

Hello SAP Minds,Can anybody tell the logic for Delimitation.Eg:An employee joined in the Organization on 01.01.2007 then his Begin date was 01.01.2007 and End date will be 31.12.9999.After a year on 01.01.2008 he got promoted and his designation was ...

Problem in CO01

Hi All, I have a problem in Co01.When i release the Production Order to generate the Serial No a user exit EXIT_SAPLIPW1_001 is called.This exit uses plant to generate to generate the Serial No.Now i want to pass basic start date too to gener...

Generation of idoc

Hi I need to automate the generation of an idoc when a transaction is filled and saved. I have assigned the output type and condition record thru NACE. A friend had suggested earlier to use change pointers. But I do not undersatnd that concept in t...

Labels in this area