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

Resolved! EDIDC Data

Hi Folks,I am sending an IDOC to middle-ware in segments.The middle-ware is not able to pick EDIDC table data for the IDOC.Is it required to make a segment for EDIDC data in the basic IDOC type?Attaching the screenshot of the Basic Idoc type.

Resolved! add custom tab in migo

hello ,          i want to add a new tab in migo transaction goods receipt when i select   'a01' goods receipt from upper left corner & also i want to add another tab when i will select 'a04' display from same position is it possible how i will captu...

How to call transaction MIR6 using bdcdata,fill multiple values for invoices and return to calling screen

Hello, I am trying to call the transaction MIR6 using the CALL TRANSACTION using bdcdata.I am calling this from an ALV list display based on the selected idocs for invoices.Further, I am able to have this work for single document number.I need to cal...

Resolved! inner join

not working ?TABLES : vbak ,vbap. DATA : BEGIN OF itab OCCURS 0,   vbeln TYPE vbak-vbeln,   erdat TYPE vbak-erdat,   erzet TYPE vbak-erzet,   posnr TYPE vbap-posnr,   matwa TYPE vbap-matwa,   posar TYPE vbap-posar,   END OF itab. DATA gt_orn LIKE STA...

Resolved! select statement with condition = and (diaufk_where).

hi Good day,i dint understand the meaning of the select statement when it is like this   SELECT * FROM viaufks             INTO CORRESPONDING FIELDS OF TABLE h_viaufks             WHERE iphas      IN stat             and (diaufk_where).can i please k...

Resolved! bdc issue

Hi friends,  I have flat file with 35 records.but in the bdc it hold only for first screen like 16 data . I need to upload all the data .I need some one help pls ..After the execution value is like this  .    it's hold only 16 like this ...    How to...

the file is damaged and could not be repaired when smartforms convert to pdf

i m using your code but error is occur please  help mewhen i goto sost and open my pdf file at that time give error message my whole program is belowreport  ypayment_advice2. tables : bsak,skat. types : begin of t_bsak,       belnr type bsak-belnr...

Resolved! billing

We are importing the material and selling it to customer. While importing we pay the customer duty. cvd,cess on cvd and additional duty. We wanted to pass these to the customer. So by default we want these values in the sale order . Sale price will b...

Time out issue.

Hello Experts,I have a program that is expected to upload roughly 20000 records. Sessions for these records are created by the program in batches of 5000 records each.The Problem-The program times out and no sessions are created.Category             ...

Recapitulation

Can some body help me?form show-recap.   data: dmbtr_o_txt(25) type c.   if p_bukrs eq '5000'.     dmbtr_o_txt = 'Discount'.   else.     dmbtr_o_txt = 'Output Tax Payable'.   endif.   skip 5.   write: /05 'Recapitulation of Accounts:'.   skip 1.   wr...

Resolved! SAP Assertion Ticket remains in browser after Portal logoff

Hi,we've upgraded our SAP ERP backend from ERP 6.05 on NW7.02 to ERP 6.07 on NW7.4. And we have NW Portal 7.02 connected to it for ESS/MSS scenarios. Since we do not wish to migrate to the new Java based ESS/MSS we have not upgraded the portal to NW7...

MarcelRabe by Product and Topic Expert
  • 2384 VIEWS
  • 12 REPLIES
  • 0 Likes

Line item doesn't get inserted using BAPI 'BAPI_SALESORDER_CHANGE'

Hello Experts,I've a requirement where I need to change matnr, quantity and net value at item level. After some research I found that I need to delete the current line item first and then add new line item (please correct me if I'm wrong here). There...

Resolved! ACK in ABAP PROXIES

Hi experts.We are sending ABAP proxies from SAP to PI requesting tecnichal ACK. The thing is that the ACK message is created but it remains in error in PI so the ack status in SAP backend is never updated.Is there any setting that must be done in PI ...

Labels in this area