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

Texts in sales order

Hi Folks,I am using the Bapis BAPI_SALESORDER_CHANGE and BAPI_TRANSACTION_COMMIT to add texts to the existing orders.I am passing the following fields in the Bapi.SALESDOCUMENT = 'sales order number(VBELN)'.<b>ORDER_ITEM_INX</b>ITEM_NUMBER = itemnumb...

ALV Decimal Formats?

Hi Friends,Is it possible to show the decimal places for one currency(say GBP) and without decimal places for other currency(say KRW) in ALV Report.I am getting the answer correctly if i execute for either GBP or KRW but when i try to combine both(GB...

Resolved! ALV TREE FULL SCREEN

Hi all, I have al simple alv tree as output.I some BCALV* example report I have seen that it is possible to build a full screen alv.But I don't understood as i can do the same with tree.After i saw the example i aspecteda parameter like layout in the...

Resolved! ALV GRID CONTROL

Hi !I wanted to ask how to enable multiple selection for table created by Alv grid control ? how to handle the multiple selection ? by which event ? Also i wanted to ask how to transfer the selected internal table to other screen which too show other...

BAR CODE in Sap Script

Hai All,I have to print some bar code in SAP Script.The Bar Code is comming correctly, but along with it the value of the bar code is also getting printed as subscript.How can I avoid this so that only the bar code will be printed and not the value.R...

Resolved! Table for currency

Hi all Do we have any table for decimal currency.For example when the currency is in 'Rupees'then the decimal currency should be "Paise'.i need this one when i write a amount in words.For example for the amount Rs:235.65two hundred thirty five...

Resolved! Adobe Design Guide Book.

Hi Again All,I am hoping to find a guide which is as useful, for the new adobe design tool (trans sfp) in ecc 5.0, as the old "SAPscript Made Easy" guide.I have checked the SAP help web site, so please don't just refer me back to this site, unless yo...

Resolved! Internal table

Hi, I want to delete some reocrds from the internal table where for a particular field there is not data. SORT i_mara BY matnr. LOOP AT i_final1 INTO is_final1. READ TABLE i_mara INTO is_mara WITH KEY matnr = is_final1-mat...

Labels in this area