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

How to listen to a port (IP / port / protocol) and receiving data and store in sap tables

Hi experts,I want to connect to CLOCKs and receive online time-in/time-out of personnel from sap. but Clock sets has ips and I have to listen to them.So does anyone knows how can I listen to them?I don't want to use .net or othe middle applications.R...

Resolved! how to use aggregate function on internal table

hi experts,I am beginner in abap.I want to use sum function on internal table.I have structure as follow:types: begin of ty_ftab,       docno TYPE bkpf-belnr,       comcode TYPE bkpf-bukrs,       year TYPE bkpf-gjahr,       line_itm type bsad-buzei, ...

Resolved! Pricing routine

Hi,I am working on pricing routine RV61A902, where I want to pick up the excise duty already paid for the chassis.  I have written code as below :-But the problem is I am not getting KSCHL 'ZCEP' when i debug this code.  I want to execute below code ...

Resolved! Sorting Issue

Hi ExpertsI have an internal table which has customer master textsSort statement is done after fetching all  the customer texts from different text idsort regio kunnr txtidbefore sortingtable contents areregio   kunnr     txtid             tdtext    ...

Resolved! MKPF & MSEG Performance issue : Join on table MKPF & MSEG taking too much time ..

Hello Experts, I had a issue where we are executing one custom report in which  i used inner join on table  MKPF & MSEG,  some time join statement  took  9-10 min to excute and some time execute within  1-2 min with same test data .i am not able to u...

Resolved! Creation of node failed

Hi,after getting started last week with BOPF by help of the information I found in this community, this week I've started creating my first real subnode.But I'm not able to create a subnode on our DEV system within transaction BOPF_EWB.I get the info...

Svenja by Associate
  • 898 VIEWS
  • 2 REPLIES
  • 0 Likes

Resolved! "LZPL driver does not support SAPscript! There may be no printout"

Hello Experts,(Please note some problem alike was discussed, the answer was not really clear thoughTherefore I refer to this error once again)...Tying to print a sapcript form (label).Label design with zebra software; copied to sapscript. (ZPL Code, ...

Resolved! Usage of SU22 for "Addons"

Hi,we have developed an addon module on our SAP dev system which is distributed to various customers.According to note http://service.sap.com/sap/support/notes/1539556 Point 5 I have maintained authorization proposals for all of our t-codes in SU22.W...

Resolved! Alignment in sapscript

Hello Gurus,What is the trick to get the columns align?, I want to fix the size of the column, if the description of the material has a long name (40 characteres) the data goes right, if the name of the material is short goes left.So How difficult wo...

Resolved! Nested Type consisting another table type!

Hi,How can I achieve below type declarations? TYPES:BEGIN OF ty_scarr,         carrid    TYPE scarr-carrid,         carrname  TYPE scarr-carrname,         currcode  TYPE scarr-currcode,       END OF ty_scarr,       BEGIN OF ty_sflight,         carrid...

Resolved! user status not displaying while using the FM STATUS_TEXT_EDIT

Hi all,am using the STATUS_TEXT_EDIT FM to get the user_status but it is not cmg.CALL FUNCTION 'STATUS_TEXT_EDIT'   EXPORTING    CLIENT                  = SY-MANDT *   FLG_USER_STAT           = ' '     objnr                   = LV_OBJNR    ONLY_ACTIV...

Drop down in BDC...

Hello gurus,I am having issue when doing BDC for a Transaction , where at one field there is drop down where i need to select some string value like some name and it is saving in numbers in table. Now how to pass value to that field, when i used to p...

Labels in this area