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

Submit statemnt-check

Hi ,I'm calling a standard SAP program RM06ENP0 by using the following statement.SUBMIT RM06ENP0 AND RETURNWITH i_ebeln IN s_ebelnWITH i_ekorg IN s_ekorgWITH i_ekgrp IN s_ekgrpWITH WQ_SIMUL EQ SPACE.The std program RM06ENP0 also has a check box named...

Resolved! Dynamic Concatenation

Hi allHow to have a dynamic concat where user can specify wad fields to concat?Below code are static and hardcoded where i specify the fields in my program. How to make the field dynamic in the sql statement?code----Select <b>fname lname</b> into <b>...

Resolved! Include structure

Hi allI have this code to give dynamic table name in select statement.Is there a way the include structure tak in the value from my parameter value like name1?DATA <b>name1</b>(10) TYPE c VALUE 'ZSTUDGARY'.DATA: BEGIN OF wa OCCURS 0. INCLUDE ST...

Resolved! SHPMNT05 IDOC

Hi everyone, I am working with idoc_output_shpmnt function module. I need to populate a field of segment E1EDL24 with the UCC 128 number from a z table that we have created. Plz help me on where to do the coding , which user exit. Thanks.

Resolved! ALV fcat

Hi AbapersI want to know the ways to build fieldcatlog in alvs.( I think there are 3 but not sure)And what are the parameters to be passed to to them in each case ?Please give example with all 3 ways .Thanks

sql select

Hi,See the sql below... I would like to make the comparison t1pallet_id = t2pallet_id+2(18) but it is not possible. Any help?SELECT * INTO CORRESPONDING FIELDS OF TABLE i_tab2 FROM t1 INNER JOIN t2 ON t1pallet_id = t2pallet_id FOR AL...

SM30 sort by columns

Hello SDN friends,we have several customer "Z" tables which are maintained thru SM30 table view.Now some users require data sorting according to non-key fields, that is, selecting the desired columns and classifying them the same way that the ALV tab...

ST03N Tables

Hi all,Have a request to identify what transactions a user has done in a defined time period. ST03N has this information but it is very labor intensive as you must do one day at a time. Does anyone know what table or tables I could look at to show ...

PROGRAM

This is lalitha. hello. I wanted to know what is the need of request?what is request?how do we creat a request?how is it realesed?Please do explain me in detail as i am in learning stage of 'ABAP' .ThankU .

PO related

Hi, I have created a PO using me21n, it gave me doc number. Now i'm trying to release it using me28, but systesm is displaying a msg 'No suitable purchasing documents found'?What is this error, should i need to something before the release?Thanks,

Labels in this area