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

Resolved! BADI's in ME21N

Hi experts,I need to validate the (Purchasing Document Number)EBELN number in me21n while saving the transaction.i have tried with so many BADI's which is triggering while saving the transaction.but i faced the problem(EBELN number is not present in ...

Resolved! Capturing the particular row of a table control after scrolling

Hi., I have a table control with 30 lines. but only 10 lines are visible at a time, user can scroll and see other lines .My requirement is to capture the row id in which user clicked in table control after scrolling .Current_line and GET CURSOR...

Send PO via EDI

Dear All,I am new for EDI.I want to send the PO on SAVE to another system in Idoc File format. How shall proceed for this requirement (i.e. 1. Setting up RFC destination? 2. Need to create Z-Idoc Type, Message Type or can use standard ones? If YES, w...

Upload data into MARA

Hi Experts,I need to upload data into mara table from quality system to drd system becase my all record of mara table get deleted.i download all record into one excel sheet (i was unable to download all field at one time to i dowin load 2 3 time and...

Resolved! direct insert to pa0006

i want to update table pa0006 each time where zlsch is null is what i wrote is ok ?select *into corresponding fields of table itab_pa0006.from pa0006.loop at itab_pa0006 into wa_pa0006 where zlsch in initial .clear wa_pa0006 .wa_pa0006-zlsch = 'M'.m...

short dump

Hi Experts,I am getting a dump at the statement MOVE EXT_VALUE TO <L_STRUC> stating that typeconversion mismatch between C and I but here I am moving a character type vaiable to <L_STRUC> which is of type ANY.Please suggest how to correct this dump. ...

Resolved! SE16 Auth bypass

HelloI need to create a program to displays the SE16 selection screen and report for a specific table and without the authorisation checks.Originally I tried this:CALL FUNCTION 'RS_TABLE_LIST_CREATE' EXPORTING table_name = 'TABLE_NAME''...

Labels in this area