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

Resolved! Wrong logical expression

Hi,The following code is wrong and I want to know if it's possible to correct it without using another variable:IF var1 < ( sy-datum + 15 ). var2 = 1.ELSEIF var1 > ( sy-datum + 15 ) AND var1 < ( sy-datum + 30 ). var2 = 2.ENDIF.The ABAP syntax checkin...

HRMD_A

Hi All,I am trying to archive the employee business partners created in CRM system. When an employee is deleted in HR from R/3 side, i need to capture it through change pointers and automate activating the archive flag for the business partners in C...

PO text in LSWM

Hi,How could we insert the PO text in LSMW when uploading Material Master?I understand that the PO text cannot be recorded from LSMW-SHDB part.Is there a way that I could encode ('hardcode') the PO text part using LSMW?Thanks in advance.Points will b...

Change pointers

Hi ,I have a Material Master Interface which needs to be sent to another system through Webmethods. This has been done through Change Pointers. I am quite new to this concept.My requirment is in the Plant Segment where I have something called Manufac...

Data Dictionary

Hi sap friens,1. If i deleted a field which is primary key , what's the effect of this on forienkey tables?2. what will happen when i called a function module which is stored in a funcion group?( Is it load all function modules which are in that fun...

Resolved! RSMODPRF

Hi,I want to validate one of the field in ME21n transaction .How is it possible by using filed-exit(program RSMODPRF).what are the prereqisition for filedexit.i have created filed exit for data element BEDNR .but it was not getting triggered whil i w...

ALV Popup

Hi, In function reuse_alv_popup_to_select,I need to display some of the fields already marked,how to do this..This FM will display value in a popup..In this popup there will be checkboxes in front of the values displayed..How to make this list dis...

Resolved! select statement

hi all,iam writing my select statement as follows :select * from vbap into corresponding fields of itab where vbeln = zorder.append itab.the sales order has two line items but in itab 3 line items are getting appended the last item has all zero value...

SET PF-STATUS

Hi, I have a small question, I have initially deactivated 'SAVE' in toolbar by usingDATA: BEGIN OF TAB OCCURS 10, FCODE(4), END OF TAB. TAB-FCODE = 'SAVE'. APPEND TAB. set pf-status '100' excluding tab. After certain condition...

ale problem

hi,when i send my one material from sender it gives ok,but when i check the status in receiver it gives me this message in IDOCFunction module not allowed: AFS_RETAIL_ARTMAS_IDOC_INPUTMessage no. B1252DiagnosisThe function module AFS_RETAIL_ARTMAS_ID...

Resolved! DATASET - Itab to Application server tab delimited problem

Hi there SDN Experts, i'm having a bit of a trouble trying to write a file into a Application server using dataset's. I need to put a TAB Delimited file into the app server. Here is what i have:This is the Declaration of my ITAB: DATA: BEGIN OF it_ou...

Labels in this area