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

TAXES

Hi expert,I need get taxes in smartforms astax-rate-amount.I wrote code like belowDATA ws_tabline TYPE z_tax.LOOP AT gt_konv INTO gs_konv WHERE kappl = 'TX'. IF gs_konv-kschl = 'XR1'. ws_tabline-tax = 'GST'. ELSEIF gs_konv-kschl = 'XR2'. ws_...

Resolved! Address in Smartforms

Hi,How can i control the output of an address in smartform?If i give an address number the system show me the address in specific way (name1, name2, street...). My question is: how can i tell to the system that name 2 is not relevant for me OR how ca...

copying abap programs

Dear Pals,I need some tips from you pals.My question is we have a development sytem there one transactions is running, I just wanted to copy the program, screens etc for that transaction to disk and move to some other company as it is for support. I ...

Resolved! Subtotals when using ALV Object Model-Hier Sequential

Hey Everybody,I am using the ALV Object Model for a report, and not the ALV Grid object. I have programmed a Hierarchical Sequential list. I have to do some subtotaling. I see the documentation regarding this on help.sap.com at http://help.sap.com/sa...

Resolved! assign dynamically

Hi Experts,I am using this..data:itab like mara occurs.....here mara can be replaced by any table name which i get frm the selection screen parameter. Also the same variable shud be passed to a FM. Is there any way tht i can do it??ThanksSony

Resolved! IDOC-MATMAS

Hi all,Please suggest me ,I have a custom idoc which is having a structure of matmas04 with some added segment( zfield) for characterstice...NOw i want to post the idoc .. using the change pointer.is it feasible if i use the change pointer? then the...

string extraction

Hi i have a internal table like thisdata: begin of jtab occurs 0, text(65000) type c, end of jtab.and it has data like this:<field name="Industry Type" isUserMetaData="true">- <![CDATA[ Banks ]]> </field> </metaData>- <content>- <field ...

Resolved! table control

Hii have a strange problem, i have a custom transaction and a table control is there in that 10 rows are there,here i am uploading 100 records from a flat file but it is taking only 10 records at a time per 1 transaction but i want to upload all the ...

Resolved! Reg SAPscript

Hi Friends,I am working on SAPscript for AP Check, There is a windows called Check, and a box that displays Amount and Name on separate box. When I print those, it prints on top of the Check Window (overwriting), how can I print against the Amount an...

Message to users

Hi guys. I have a list of devices that have installation dates. Using the current date, I would like to send a message (somehow) to a list of certain users that certain devices have been installed for five years or more.Is the best way to do a daily ...

Resolved! refresh itab

Hirefresh itab means is it clear the workarea or body?can u explain the lock modes?how to get the number of entries in select option internal table suppose s_matnr-low value is 1 and s_matnr-high is 100 how to know the how many entries are there in i...

Resolved! performance

hi all, iam wrote the code like this but its taking too much time to get the out put, if anybody suggest me which way i ca get good performance. SELECT KUNNR NAME1 INTO (ITAB-KUNNR,ITAB-NAME1) FROM KNA1 ...

Labels in this area