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

Resolved! Quantity is always zero when a sales order is created for a BAPI

Hi All,I used the BAPI "BAPI_SALESORDER_CREATEFROMDAT2" to create a Sales Order. Even though I put in the target quantity as 10 or 20. After the Commit work when I go back and see the sales order the order quantity is 0. Does anybody know the solutio...

Progran name..

Hi geeks, i am very curious to know the nomenclature of the following.At times, i find this kind of program names in debugingCL_EX_ME_PROCESS_PO_CUST======CPCL_EX_ME_PROCESS_PO_CUST======CM003wat is the significance of '====' here?does these names ha...

Database Update

Hi,I am having an interal table which is of database table type.After populating few fields of the itab (Not all), I want tomodify the dbtable using this itab.Insted of using the open SQL stmt (Update) for this scenario, can anyone of yousuggest a so...

Resolved! String-Line Extension

Friends, Can anyone of you resolve the below issue.I am having a field called rec in an internal table.I am passing a string to this field which might run forfew lines. To consider this line extension I am using theextension character "-". The code...

Resolved! String

Dear Friends, Please help me to resolve the below issue. Let us assume the following DATA: source TYPE string, source = 'This is a /entlittle /ent* sentence.'. I just wanted to find /ent* in the above string The function "search" ...

Resolved! Pages in SmartForms

Hi all,I have a problem with Smartforms, I created two different pages in the same form and I want to be able to print the second page n times until all the data is printed. to do that I'll need a main window, but I keep getting the error that says t...

Resolved! Call a unix command

Hi Community,It's possible to create a program that a call does a unix command.I would like created a synchronous scenario.Then the program call a unix command and this is waiting up to when a unix command termined a runtime.The command returned a da...

Resolved! leading zeros

hi, i'm working on ale where a PO is send to other system and in the recieving system changes to SO.but at the recieving system the PO number is getting two leading zeros to the original number,how to restrict that.help me out.

Database Table

Hi Friends, Try to resolve the below queryI am using a Custom Table with a following fieldsmandt, empid, empname, salary etc.I am having a flatfile which contains values forempid, empname, salary etc.I declared an itab as follows data : itab like d...

Resolved! Date Format

Hi all,I am having a date in format DD/MM/YYYY and i want to have format as DD-MMM-YYYY where MMM is first three character of Month, like JAN, FEB, MAR, etc.So Do we have any such Function Module for this?I don't want to do coding, I need only functi...

Resolved! Commit - Within Loop

Hello All, I have been receiving the Runtime error DBIF_RSQL_INVALID _CURSOR in my Zobject. On the Production as we are expecting 3 Million records i used the COMMIT WORK statement inside the loop, so that once the record # reaches 10,000 it can free...

Labels in this area