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

Resolved! reports

Hi all, i got one code like START-OF-SELECTION. PERFORM GET_DATA1. if it_ekko[] is initial. message e000(e4) with 'Service data not available for the Purchase document'.*set screen 1000. else. PERFORM GET_DATA. PERFORM PROCESS_DATA. PERF...

Resolved! MOd and Div

Hi friends, if ( ( n MOD 2 ) == 0 ).when i say this in my syntax, it throws an error saying that mod is not supported. Can anybody tell me why. As far as i knw, it is the right syntax. please correct me if im wrong. Same is the error even for Div op...

rnb86 by Participant
  • 1755 VIEWS
  • 6 REPLIES
  • 0 Likes

Search help

Hi Friends,I have created a screen for inputing some data related to materials. In one of the field I am inputing the SPART field (Division) for which I have created a Search Help. The problem, I am facing here is that, I am getting duplicate values...

Resolved! itab not defined

friends, i have created a table control using wizard...i have defined two pbo modules, one in which am setting the pf-status and in another, module display, i have fetched all the date into the itab...by default, wizard generates two pbo modules...

CSAP_MAT_BOM_MAINTAIN

I am trying to delete the line items in a BOM using this FM but it keeps giving me error.what are the fields i need to populate in I_STKO and T_STPOstpo i am just passing the item category, item no , material and fldeleteAppreciate any help.Thanks in...

Resolved! using BDC for PFCG

Hi,Currently I have a requirement to synchronize composite role menus in PFCG. I tried using SM35 record and then create program. However, when program is created field "BDC_SUBSCR" "SAPLPRGN_TREE xx" is missing and so it is not working. Is there a w...

Help: Error inTx PE04

Hi friends,I'm trying to create a function for HR, using transaction PE04, and when i try to save this message error appears: "Parameter LSM not in version 0003 of tp configuration".I don't know whats going on.Could you help me please??Thanks in adva...

Resolved! text problem

Hi all,I have a string variable below, and I want to output it onto the screen with quotation mark, how to do it ? Thanks.(Suppose the text contains a quotation mark, e.g. I am a 'Fool'write: 'I am a 'Fool' '. which is not allowed.)

Resolved! SELECT-OPTIONS

Hibelow is my code SELTAB_WA-SELNAME = 'S_DATE'. SELTAB_WA-KIND = 'S'. SELTAB_WA-SIGN = 'I'. SELTAB_WA-OPTION = 'BT'. SELTAB_WA-LOW = V_DATE. SELTAB_WA-HIGH = SY-DATUM.APPEND SELTAB_WA TO SELTAB.now my question i want ...

Billing Plan Dates

Hi All,I am creating Sales Contracts programatically. One of the requirements is to update the Billing Plan dates on the Billing Plan Tab. I am using FM BILLING_SCHEDULE_SAVE to accomplish this. My issue is that I have not been able to find out what ...

Electronic Payments

We need to configure SAP for electronic Payments. That means we need to send a file to bank (in their specified format) for the vendor payments for some of the vendors. I am confused how to implement it. Does it need to be done through EDI setup in ...

Resolved! ME21N - User Exit

Hello:I have a requirement to move the Short Text (TXZ01) and net price (NETPR) from the Purchase Requisition to the Purchase Order when the order is created in transaction ME21N using a Purchase Requisition as a reference (with the Adopt button). T...

Resolved! SELECT QUESTION.

HI!OK, I need help here. In the specification I need to take out data for contracts and sales orders from the table VBAK but for contracts I need to use the VALID FROM and VALID TO parameters but for the sales orders I need for the date only the fiel...

Labels in this area