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

Resolved! JSON parsing

We're on version 7.02. We have a need to parse JSON data, specifically in OData format. I've tried creating a simple transform (ST), but have run into conversion and others issues, etc. I've created XSLT transforms for XML data to ABAP in the past, j...

Resolved! Z-Tables Cleanup Tool

Hi all,I’m searching for a program or a technic to delete obsolete entries in Z*tables.Reason is that we are having nearly 4000 different Z-tables (over several systems) with varies sizes.Now some of the entries are obsolete and just taken up space, ...

Resolved! captch real value from select-option field while executing program

Hello all,              I am working on a simple report but facing an problem in it. SELECTION-SCREEN BEGIN OF BLOCK B1.       SELECT-OPTIONS :  M_NO for MSEG-MATNR,                     M_YEAR FOR MSEG-MJAHR.       SELECTION-SCREEN END OF BLOCK B1.  ...

how to prevent users from calling un authorized transactions (in module pool screen)

hello all,i have designed screen with buttons,on selecting the button a Z-Transaction is called...here my requirement is, only those users who have authorization should be able to execute that transactionfor others it should display message "you are ...

how to create a quiry(code) get the email address from ekko or lifnr?

if we give  PO(ekko -ebeln) the its should fetch email addr (adr6-smtp_addr)logic : Purchase order number and pass it to EKKO – EBELN, check if there is a value in EKKO – ADRNR, if yes then fetch the value and pass it to ADR6 table and get ADR6 - SMT...

Resolved! Fieldcatalog cannot be generated

Dear experts,I'm trying to display some data from simple csv-file in ALV as following:DATA: BEGIN OF st_csv_data,                vkorg     TYPE vkorg,                matnr     TYPE matnr,                preis(10) TYPE c,       END   OF st_csv_data. D...

Resolved! Table T100 as text table

Hi all,Do you know if we can use the table t100 as text table in a custom table?We can't use it directly because we can't create a foreing key in a standard table, so I don't know if I can add an extra field to my custom table only for display a text...

Resolved! Adobe problems.

Hi Gurus,I need your help on Adobe form,Pic1 is my design layout of this Adobe form, there are a the 'Signature' subform.If the 'Allow Page Breaks Within Content' is not ticked, the result is Pic2, all the content will displayed on Page2.If that chec...

Resolved! infinite loop

Hello ABAPerswhile debugging t_vbrk[ ]  contains 98 rows and t_vbrp contains 33 rows still this loop is going infinite.any idea?*==============================================loop at t_vbrk.  if t_vbrk-fkart = 'ZRE'.      loop at t_vbrp .            ...

Timestamp/Timezone issue

Hi All,We have an issue with the SAP system timestamp and timezone. Hope you can help me out:We are on SAP CRM system and basically we have this issue with standard business documents. SAP System is configured to CET timezone. I have checked in TTZCU...

SandeshK by Participant
  • 1773 VIEWS
  • 1 REPLY
  • 0 Likes

standard tcode ERROR

Hello Experts,I am Working on Standard Tcode  Mb51 .Whenever I check the report from developement to production server .two of fields of selection screen are missing i really dont know what's happening?Can any one help me this scenario?Regards.Prathm...

Labels in this area