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

Resolved! SubScreen For MM01

Hi All,I'm a n abaper & I need to add a subscreen tab to MM01 Transaction and include some new fields in it.I made a search & found out some tcodes like omt3b,omt3c etc.But i didn't get the steps like where to start from.Please let me know the steps...

Delete Event from SM64?

Hi all,I have created a background job which was triggered by an event 'ZXXX'. When i execute FM BP_EVENT_RAISE, the background job was triggering.Now I want to delete the event from SM64, but unable to do so as warning appears "Event ZXXX is used in...

Resolved! parameter is not defined

I am getting a dump in ECC 6.0that,"Function module "SAP_WAPI_CREATE_EVENT" was called with the parameter "EVENT_CONTAINER". This parameter is not defined."When i check this FM , there is no table parameter EVENT_CONTAINER defined in it.CALL FUNCTION...

Resolved! Need help to cast

Hi all,i need some help. I need to create a new method in class CL_PO_ITEM_HANDLE_MM, so i have created a new class named Z_CL_PO_ITEM_HANDLE_MM and inherited from CL_PO_ITEM_HANDLE_MM class and add a method name CHECK_ASSIGNMENT.Now i would like to ...

convert otf ascii

Hello.I am trying to convert a smartform in pdf. But when i want to download it to a pc and open it, it says that is damaged when i try to download it in ascii format, but when it is in bin format it works.i need download it in ascii format because i...

Resolved! doubt in submit

Hi Expertsi am doing a report where i have been asked to use SUBMIT for tcode (FBL3N) my inputs arecompany code(Bukrs) Posting date(Budat) station username vendor no (Lifnr)Now what i want to know is.....i can take company code posting date but how...

Resolved! Workflow issue

Hi All,I have an issue with a custom workflow which is used to Add Change and Delete materials across the plants. I am creating a request for new material to be added through the workflow; can anyone let me know how to get to the step (in the workflo...

Resolved! Doubt in Strings

HiThe maximum size of data a string can accomadate is 255. What i will do if the count is more than 256. The problem is when i am trying to store 300 characters in a string and print it into a smart form only 255 is displaying. But i need to print mo...

Get the date range

Hi,There is a requirement that we need to get date range.This date range will be arrived at using the function module BKK_GET_PRIOR_WORKDAY. The factory calender id is GB. It should return the date range. Therefore, for weekends the date range will b...

Resolved! Table to get the details of all transaction codes for which user is authori

Dear Friends,My requirement is to prepare a user authorisation matrix report.Can anyone provide me the details of the tables which contain the user value/name and the transaction codes for which he is authorised. As shown below.User----> T.codeU1----...

Resolved! bdc report

i have written report for BDC for creating of sales order by VA01 tcode by uploading a file...i have done with file pickup and populating to perform fields...i m unable to handle table control becoz i may get many materials and quantity feilds to be ...

Macro defination

Hi Guys,Can you please expalin me how this MACRO works.what is " check not &2 is initial" in the macro below?DEFINE mac_error_data. check not &2 is initial. g_msgseq = g_msgseq + 1. move: iest0-company to itab_error-company, iest0-...

Resolved! File xxxx is not open.

HiI get this error message while I perform this code ?What is wrong right here ?data: textline(80) type c. data pa_file type string. pa_file = 'C:\hallo\test.dat\'. IF SY-SUBRC <> 0. ENDIF. start-of-selection. OPEN DATASET pa_file FOR OUTPUT in ...

Labels in this area