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

Resolved! Internal table

Hi ,I have define a structure , and internal table and work area, below i past it,types: begin of ty_file, line(1000) TYPE c, end of ty_file. DATA: it_file type table of ty_file, wa_file like line of it_file.i am appending 340 characters in...

Requiremt Routines

HI Experts,When we add a new requirement in VOFM, it generated two FORM routines as below.FORM KOBED_997. Here I write some code to make sy-subrc 0 OR 4...ENDFORM.FORM KOBEV_997.ENDFORM.What is the use of the second one i.e. KOBEV one. I always use ...

output issues of PO

Hi frnds,PO issues,I have 2pages in smartforms.In 1st pagemain window, 1st table header,main,footer and then 2nd tableterms and condition before the command line).User given for 2lineitem then output was process after end of 2lineitem the totle was d...

Resolved! Error on CASE and RECORDS Management - BAPI_RECORD_ADDELEMENT

Dear SDN,the error "No suitable model node found " returns when FM BAPI_RECORD_ADDELEMENT is called for a specific CASE.The Node ID (parameter IS_REFINS-REF_NODE_ID in the FM) is '7', according to what (seems to be properly set) in TCode SCASE, for t...

Resolved! LSMW batch input recording for table control (Header-Detail Tcode C201)

Hi expertsI need to create (load) mass Recipes tcode C201 using LSMW. I investigated and (apparently) there are not any IDOC, BAPI or Standard Batch Input ; so i'm trying with Batch Input Recording.I created the recording for C201 , but this is ...

Resolved! Screen Exit?

HI All,Can we implement screen enhancements in IMPLICIT ENHANCEMENTS,If YES HOW?No FM Exits available for my screen enhancements,How to add check boxes at standard screen if no enhancement available?Any screen exits/BADI available for WA01?Thanks,Kis...

Resolved! Dynamic Perform

Hello,I pretend do create a table which will have names of several form's. I'll select those forms names and call them inside the program.Is it possbile to call a form using a field-symbol instead of the name ?FIELD-SYMBOLS <fs_routine> TYPE ANY. AS...

Labels in this area