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...
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...
Hi gurus,I know how to expose a WS from a Function Module, but I wonder if it is possible to expose a WS from a Class or from a Class Method ???I have read the thread below describing the way is to call the Class from a Function Module, but my goal i...
Hello folks, so as the title suggests, I tried to delete a single interchanging material item line from a purchase order that I created through ME21N.The BAPI that I used is called 'BAPI_PO_CHANGE'.I sent the poitem and poitemx tables and I managed t...
All,I want to click on Update button at the header level Conditions Tab, select a update pricing code and SAVE the contract. When I click on Update button, i get a popup to select but it does not get recorded in SHDB.Please help
I got a requirement to sort out the Sales Orders which are Invoiced but not Paid. Please help me in finding the relevant Tables and Fields. Thanks Prasanth Reddy
Hello,I'm rather used to using chained statements, for example for variable declarations. In the classic ABAP editor, after pressing Enter, the cursor is positioned so that I can immediately continue the list of declarations. In the ADT ABAP editor, ...
Has anyone successfully gotten the configuration file to work? I'm following this article but I'm not able to get it to prompt me for a password when browsing to our NW BW portal page.I have a feeling I'm not configuring the PrincipalName incorrect...
Hello,in the "classical" class builder it is possible to set a message class for a global class. This is generated into the header of the global class pool:I haven't found a way to make the same setting using the ADT because the generated class-pool ...
Hello,I believe I have found a bug an as-of-yet missing functional extension. In our development environment, we use CTS projects to coordinate the development projects. We have configured our systems so that the attribute SAP_CTS_PROJECT is required...
Hi,I have added few custom feilds/columns to CJI3 report using:- Add columns to structure CI_RKPOS.- Maintain view cluster V_TKALV- implementing the user exit EXIT_SAPLKAEP_001: Include ZXKAEPU01If I leave fields blank/space or '0' fileds doesnt app...
Hi,Can anyone please help me in finding a way to push a file from an SAP server out. This has to be real time not by a background job.Thanks,
Hi Experts, I am facing issue while creating order using mentioned BAPI. Here is the list of inputs i am giving : Methods : Operation and Corresponding Flags in Operation_UPHeader and Corresponding HEADER_UP:Output : I am getting the order number cre...
Hi,My requirement is encrypt the string using one public key as well as decrypt the cipher text to plain text using the same key in ABAP.I already know the list of function modules:1. SCRAMBLE_STRING2. HTTP_SCRAMBLE3. MD5_CALCULATE_HASH_FOR_CHARetc.....
Hi ABAPers,I have executed the job_submit fm but sy-subrc is eq 3 which is raising the exception 'Invalid_jobdata'.Can u please tell me why I am getting this error.I am also posting my code below:Please let me know if there is any concerns regarding ...
Hi experts,I try to create production order with BDC (I'm not using BAPI because in one case I need to create settlement rule too). I've got an error, that there is : No batch input data for screen SAPLCOK01 0115. Any ideas? Here is the coding: REF...
We are trying to manipulate the alv grid class to get result like in Sap Agenda (see transaction SSC1) ie to merge column and row. we found that the class cl_calendar_control_schedule with the method "display" handle that.We are working to understand...
hi ExpertsI apologize if there are examples of this already and I am simply searching incorrectly. I have however looked and cannot find an example solution or guidance to transform a JSON response like the one below, into an internal table.The resp...
Hello everybody,we are running our unit tests through a code inspector inspection, that gets executed every night in background. Recently we updated our development system to Netweaver 7.40, before we had Netweaver 7.01.Since the update was installed...
Hi Experts,I am using a text editor for a field for example 'PROGRESS'..also some more fields are there in the screen where we have to fill the details and save those details into my ZTABLE...Here significantly my requirement is @user enters multiple...
Hello experts,I am currently trying to remove a transaction from a composite role.Since it is a composite role, it should usually have a single role in it that has the transaction, from which I should be able to remove the transaction.Unfortunately i...
Hello experts,I am using Smartforms and the requirement is to print in Main window each line item found in a delivery. I want each page to include all windows - in fact, they will have the same content - and MAIN window to include item-specific data ...
Hi Abapers,My requirement is to restrict the user in order not to allow changing the quantity of purchase order using BADI.Give me any suggestions, How to do it?
Hi everyone, Good day. I'd like to ask if it is possible to record via SHDB the creation of RFCs via SM59; then use that recording as a batch input to an external program.Our current attempt to do this has failed and we are getting the error message ...
Hi,Please suggest me how i can join these fields from these tables.As i am unable to join the tables.TYPES : BEGIN OF it_final, Vbeln type vbak-vbeln, Kunnr type kna1-kunnr, Name1 type kna1-name1, Bstn...
We have a requirement. We need auto generated mail come to user everyday with attached excel sheet. In attached excel sheet specifying plant, GRN number (which have pending for quality inspection), GRN date, PO number, Material code, GRN quantity, GR...
All,I have the following requirementWe have Z custom SAP scripts and Smartforms that has been designed for usage of multiple company codes. ie 1 form has been used for multiple company codes for single output type.Now my requirement is to create sepa...
Hello Guys,my goal is to read an PDF from the appication server and store it as an binary.But i think i handle according a wrong procedure. Maybe some one can help me finding out.first i read the PDFusing OPEN DATASET gv_inp_file FOR INPUT IN BINAR...
Dear SAP team,I have created append structure in BSEG & The relavent Tcodes when I executed it got dump.I have deleted the append structure in BSEG & The relavent Tcodes when I executed its working fine.But in se14, When I click on DB adjustment its ...
Dear All,We have a process where the Invoices are cancelled via a workflow.We have created a report to display the Invoice numbers and their approval status.We fetch this data by getting the top workflow id and then further.However, the issue is that...
Hi,I have one ABAP program and running this in background mode. It will collect the data from one Z-Table and post FI documents and update those documents back in Z-Table.We are facing one issue in this process.. before I explain the issue, please go...
Hello,i am generating a smartform which contains a dynamic Text.The text is filled with an ICON followed by simple text.On the development system it looks fine, but on the quality system ICONs and normal text are overlapping.Please watch the attached...
Hello,My need is to update from SAP some cells of an existing xls(template) sheet/tab named "data".I will have a second sheet "report" based on thisone so that why I must automatically do:- open xls- update tab/sheet "data" (cells A1, a2, a3, a4... e...
Hi,I have created a command line in the main window of my smartform of Page1 to jump onto the Page2 (copy of page1) when the line items exceeds say 8.Page break is working perfectly but on the 2nd page ( after jump ) , instead of the 9th li...
SAp Guru's,I have created 2 custom fields at bseg table through append structure & I have deleted due to some issue.Then deleted append structure from bseg table but its not activating. I have checked in se14 as well. please find below screen for the...
Hello,Need to control User access to field like Prices in PO (ME21N / ME22N/ ME23N) based on plant and document Type.For above requirement , i have created a temporary role and i am able to control Document Type through object in Roles and Plant thro...
hello all,in the screen below,for the PM Order i want to get Service No ,short text ,quantity and gross price(marked in red color),in which table does this is stored .or is there any BAPI or Function Module to get services booked against PM Order......
Hi All, I have a requirement where in which I have to use super script for the integers for e.g 1st 2nd etc..... through ABAP code.Can any one tell me how to achieve this.Thanks in advance...
Hello SCN community,Some answers would be greatly appreciated. I have problem on understand how label printing for material works. As we need to make a report to print labels for materials.Sample output asThere was a program that was printing it with...
Dear forumers,In my report codes, I will need to display the stock balance quantities along with the corresponding batch data.For this, I have done the following:- TYPES: BEGIN OF bestand, bwkey LIKE mbew-bwkey, werks LIKE mseg-werk...
Hi Expert, I have created a Z report to plant wise inventory which is enable plant selection fro every one ,i want to have the restriction of plant selection according to the authorization,can any tell how to insert authorization object to paramete...
HiI've written an ALV program which list PDF Documents produced by the USER.The Documents are held on a Content Server.What I would like to do is add Email functionality, to allow the user to send the documents as an attachment.I was hoping that I c...
hi sap experts.i have a report from material, the user enter the view and i select from MARA anad MOFF and matnr and views that not created yet and show it to user , now i want to do this : if the user click on a material active that view in table...
Hi Experts,I have a requirement in sap scriptin Variable - &SHMT& while i am executing its displaying value in output screen - like Ex . "Albert Ruxco".but it should display like Ex . "Albert Ruxco". one character gap as like standard.Any one can...
Dear SAP Master,I have a requirement to put additional field in program SAPMF05A Screen 300 that is possibly accessed through F-52, F-53, F-04, F-28. After that, I also have a requirement to put additional field in program SAPF110O screen 0300 that i...
Dear experts,When we create a delivery with order reference (via VL01N), we want to add a requirement 909 when output is added ... Within this requirement we would like to check the type of the referenced order, but we are not able to find the order ...
Hello,I would like to insert quntity data in the document for the CO-PA field ABSMG in the CE1**** table.In the code i relate it to fieldname 'ARTNR' (i think this might be the problem).When i use only the criteria table, it works fine, but when i a...
I am trying to create a report program similar to sm37. But my program will not have the time field as parameter.So i am trying to keep it blank. But when i pass the table (which has the time field) to a FM, it automatically assumes value 000000.I w...
Hello Experts,I have added three custom fields into table VBAP and enhanced the screen level and its working fine.My actual requirement - BAPI_SALESORDER_CREATEFROMDAT1 call will be from mobility application. Now I need to add three custom fields to ...
Hello All,Can somebody suggest how to retrieve all the list of events in 'Or after event' part of Job Condition in SM37? I need my own report to display the same drop down box with all the events in it. Any ideas?Thanks.
Dear All, I can't set the value for "Scheduled finish date" &"Scheduled finish time",when I create the planned order by "MD_PLANNED_ORDER_CREATE" .TCODE:MF50 Can you please suggest what could be the reason for it.
Hi, in my editable alv grid i put some conditions for validation.if user enter values on editable field and press enter means it checks the condition and throw error.here whi;e pressing enter through key board means not working and click green ico...
These materials will help you participate and connect with other members.
Find answers to basic questions about using SAP Community.
Learn about community rules, take our tutorial, and get support.
Familiarize yourself with questions and answers.
Share your knowledge by contributing to the community.
Introduce yourself and get to know other members.
User | Count |
---|---|
6 | |
3 | |
1 | |
1 | |
1 | |
1 | |
1 |
Subject | Kudos |
---|---|
5 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |