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

Roles In SAP

Hello Experts,Are there any standard role in SAP for SD, MM, or HR. My requirement is to assign a user only SD role so that he can execute the SD related BAPI only. Not other than SD BAPIs. Similarly if user is assigned FICO role , he can execute FIC...

Carraige Return

Hi,I am writing a program which sends an email with an attachment.This attachment is a CSV file.I want this program to run with SMTP and SIG both.But the carraige return which I use supports only SMTP, it doesnt supports SIG.(cl_abap_char_utilities=>...

Resolved! IDOC Creation

Hi , I have a BADI which can be used to modify the data before creating the IDOC.. Based on some condition sometimes these IDOC's should not be created. How can i do this? If I use 'EXIT', the control still goes to the next step to create the IDOC....

Resolved! Question in ABAP syntax, read & insert data from internal table, while loop

Hi, SDN Fellow.I am from Java background and learnt ABAP, I don't usually write much ABAP code.I am trying to implement the following logic in a RFC now.I have one z-custom database table, the structure as the following:It has two columns, with these...

Resolved! ME23N

Hi. I have the next problem. For example, when you use transaction ME23N to visualize purchase orders, you enter a purchase order (EBELN), and then you could see all positions of that purchase order (EBELP), and for each position you could see a batc...

Resolved! FK02 - Batch Input

Hi!I need to add new vendors in FK02 with a batch input, but i don't know how to indicate in the code when is more than one vendor.Example of mi code:perform bdc_dynpro using 'SAPMF02K' '0130'. perform bdc_field using 'BDC_CURSOR' ...

Append ITAB

hi,I am trying to append username after reading FM into a extra field of FM output.I only see last field in output table.TYPES: BEGIN OF out_data . INCLUDE STRUCTURE bxmnodes. TYPES: uname LIKE XTAB-uname. TYPES: END OF out_data. DATA:...

Table Size

Hi,Can someone tell me whether I can check the size of a table through SE11? Or is it only posssible to check by the Basis people?If we can get the size of the table through SE11 itself, please let me know how can I do that?ThanksSwetha

Labels in this area