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

How to pass price in bapi BAPI_CUSTOMERRETURN_CREATE while creating sales return order?

Hi Expert,I am creating sales return order automatically in company code 'X' when purchase return order created in company code 'Y'.No i want to create sales return along with price, that price should be taken from purchase return order.REQUIREMENT:S...

select stmt going to dump

Hello Experts,This is a simple select query in STD SAP Function Module  /1PWB/20020120307183419. This  should actually fail as there are no matching entries between the tables DFKKKO & DFKKOP. But, code stops here, does not go thru and is taking 2 hr...

sy-dbcnt for select * statement

Sir,           The statement is                                     loop at record.                     select * from vfkp where fknum = record-FKNUM_001.                     endselect.                     if sy-subrc = 0.                           i...

Resolved! How to display Total, Mean Value, Maximum, Minimum, and Count in List Viewer?

After generating and displaying the results in List Viewer, I selected "Edit", then "Calculate" from the menu (see attached screenshot), but the options of "Total", "Mean Value", "Maximum", "Minimum", and "Count" are grayed out.How can I use those fu...

Resolved! is a table without header line and therefore has no component called

Hi!I'm going crazy with this code, can anybody help me please? The error is "is a table without header line and therefore has no component called ... "Thank you!!!data:          t_vuelos  TYPE BC400_T_CONNECTIONS,          wa_vuelos like LINE OF t_v...

how to display a message as output in a report from message class with write statement?

how to display a message as output in a report from message class with write statement?for example:if there is a message class zmsg,message number 000 has "material & is not in mara"if am uploading some values through BDC with some set of material nu...

Create monthwise column in report for matnr based on fkdat-low and fkdat-high parameter

Preparing a report with output           ZBUSCODE.         BZIRK.        ZINDV.        MATKL        NETWRthe NETWR will be shown in columns Month1 to Month 12, depending upon what date parameter the user inputs. If Date parameter has only fkdat-low ...

Resolved! ALV help for navigate to co03 -> Go to -> Cost -> Analysis when click on aufnr field

Dear Abap'ers,I have an issue in ALV Report, where the report must navigate CO03 -> Goto -> Cost -> Analysis when clicking the Production Order No. on the Report.I tried this Code    case ucomm.    when '&IC1'.      case is_selfield-fieldname.       ...

How do I capture error messages when creating the collective PO (through Tx. WF10) and display these in an Output of a custom report.

Hi Gurus,I need to create an error displaying report for collective purchase order,SAP provides system messages once the Collective PO process is run (program SAPMWFRM1 or via Transaction code WF10); however the information is at a very high level wh...

Labels in this area