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 use the bapi to create any PO.The only issue i recive is when i attempt to create a PO with account assignment 'P' and this PO is referred to a contract with account assignment 'U' (unknown).In this case i recive the message SE518:No accou...
We have looked and looked at two different Z-program screens. Both have vendor fields that are using standard Entry help "KRED" to lookup values. It works in one program but gives the error "Choose a valid function" in another. Everything appears ...
i have error in MIRO TcodeF.Group : MR1M.REPORT : SAPLMR1MSCREEN : 6130 (Item List Screen, Logistics IV, Table Control)SCREEN-FIELD : DRSEG-REMING ERROR TEXT : "FX015:SIGN LOST." I found out in DEBUGGING INCLUDE-LMR01H In that the value of "D...
Hello,I'm seeing 35 entries in NAST table without any object key linked to it.This is resulting in multiple output types for any new object - e.g. For any new PO, there close to 20 output types, which are are not related to any of the data from PO.Qu...
Dear Abapers, I'm trying to create an Daywise Ageing Report for Vendors using Abap. I need a LOGIC and Call Function that will help determine what "bucket" (based on today's date & due date) a date would fall under. I have 5 buckets:0-30 Days30-60...
Hi Experts,I have a requirement where I have to add a custom field to the Purchase order History Tab in ME23N transaction. An ALV report is displyed in the Purchase Order history tab. I need to add one more field in this ALV report. Please let me kno...
Hello, with the transaction SQ02 I'm looking for the ability to read the field LTEX1 structure RM06I.I tried to use the FM READ_TEXT introducing it in the "coding" in the segment "code free".Unfortunately, every time i had try to save the code "is c...
I experts,I have one test user who is not able to see the mails sent from his id listed in SOSG.Mail has been successfully sent. Trying to send mail from FBLN5. Others are able to send mail and even they can see the list in SOSG tcode.Can anyone plea...
I have download data in excel file , now i need to send that excel file as an attachment. I tried some programs from net file is not getting attached?
Hi expert, I tried to work out few of the type which i found here but unable to align. i need to write with alignment as left or right bottom center according my condition on top-of-page in ALV grid display for the following method.Note: I tried to...
Dear Friends ,My Requirement is to make the version completed Check box field mandatory field mandatory in ME22n .then how can I do that , If there is some coding concept is behind that then please suggest,Regards,Rihan
Hello ExpertsI am getting bellow error in production.. how to solve this ? as there any techinal issue or basis issue ? thanks in advanceSD document xxxxxxx is not in the database or has been archivedMessage no. V1302DiagnosisThis message is issued i...
Hi Guru's,I am developing a z report using OOPs ALV set_table_for_first_display method. I want to hide total of a subtotal, for eg:it is displaying the data according to Unit, it is showing the subtotal for each unit, at the end that particular subt...
Hi,I have encountered a situation where FM Does not need to start with Y or Z.I need to know what will be the reason?...Regards,Vijay
Hi All,I have the following requirement.Go to the standard Search Help - ORDP from SE11 and execute it, then we can find a screen with Order Status (Outstanding, In process, Completed, Historical - for Display PM Orders : Selection of Orders ). Out...
Hi All,We have created node in SPRO using SIMGH transaction.Now we want to change the package assigned to it.Please suggest how to change the package.It's really very urgent.. Thank you.Regards,Ravivarma Indukuri.
Hi,I am trying to trigger the IDOC LOIPRO whenever the user creates(COR1) a process order or changes certain fields(COR2) in a process order.I was using exit EXIT_SAPLCOZV_001 for this purpose until now. But I started noticing, whenever I change a va...
In se24 in parameters tab along with 4 parameters declaration i declared work area of type standard table. after that in method i written codewa-mandt = sy-mandt.wa-field1 = parameter1.wa-field2 = parameter2.wa-field3 = parameter3.wa-field4 = para...
Hi,My client is asking for something that I think is impossible. So I decided to ask you experts for advice.He wants me to create a simple report output, so no ALV. And in this report with write output statements,he wants me to create multiple hotspo...
Hello Sir,I have created a ZBAPI for insert data into SAP ZTable from VB. I have define Export Paramter as Return and Table Parameter as IMport/Export.Finaly I have written following Code.*"*"Local Interface: *" EXPORTING *" VALUE(RETURN) TYPE ...
Hi Experts!I have a code that creates a Formular in PDF and send it by email with this function: 'EFG_PRINT'.In the parameters of this function I set the devices as 'EMAIL' and the formClass as 'IS_U_IN_BBP_NOTIFICATION' (into print parameters)the pr...
Hi Folks,I followed all steps described somewhere, I remembere I did successfully with anoither client:I want to avoid modification required for old-style userexit FORM routines in SAP SD module.I use implicit enhancement at end (or start) of FORM.En...
hi,I'm trying to make a alv.must be a part of the static part of the dynamic.but I could not.Please help me..I need a sample of.
how to get last day of each month in yearModerator Message - Basic date questions are not allowed, read the forum RoE for further details.Message was edited by: Suhas Saha
Employee attendence record.--------------------------------------my Z table having the daily records of each employee with the fields as below....Z-Table-----------WERKS DATE EMPNO NAME DEPT S_SHIFT A_SHIFT1100 21.01.2013 11...
Hi, Can any one tell me why does the field %alvcount gets appear in the internal table generated automatically from a query created in the tcode SQ01.Because of this field a zero is getting appended at the end while downloading the file.
Hi all,while creating sales order in va01 for specific order type the field Taxable order type is blank. while for other order type with the same customer and material data is not blank. do i have to debug the va01 transaction. or is this in some ex...
Dear Experts,Iam using the following Function module to post an InvoiceCALL FUNCTION 'BAPI_ACC_DOCUMENT_POST' EXPORTINGI was expecting the BTE(Event 1030) to be called.But it is not getting called.Is it possible to call this event when calling t...
Hi Expert,I have written a query in which i am taking data from file into an internal table LOOP AT lines. SPLIT lines-line AT ',' INTO it_line1-matnr it_line1-plant it_line1...
Dear Experts,Can anyone help me in creating networks for given project definition using BAPI's?.orIs there any BAPI's avaliable for creation of networks for given project definition ?.Please guide me with any links/documents/sample program which help...
Can i call the same screen consequtively?First screen = 1000Second screen = 2000Now there is a button"Dril down". Can i call screen 2000 again?Can i do a call screen 2000 at the PAI of screen 2000 itself.urgent,will reward points for sure
Hi SAP Security Gurus,I am currently working on a BI 7.3 migration project and one of the requirements is to restrict regular users from accessing broadcasting. I was able to do so but it impacted the FIND button in BEx Analyzer. Every time regular u...
Hi all,I am confusing between the Customer and User Exit. There is no doubt , I found a lot of help docs about this in SCN & Google. But unable to find the exact difference between these two.As per my knowledge Customer Exits are like Three digit end...
Dear All, Can any one please tell me how to upload mass annual leaves in PA30 for employees. Thankyou
what is the use of Authorization check? how to use in ABAP PROGRAMMING?Moderator Message - Enough documentation available on the net. In case you have any specific issues feel free to get back to the forums.Message was edited by: Suhas Saha
Hi experts,I have created two blocks one for country details and other for state details.In country details i have 3 input fields id, name and code. In state also i have 3 input fields id, name and code.I have given f4 search help for both country an...
Hi Guru,I am developing a report in which, i am sending report as excel attachment after clicking a button on top of alv grid, and pdf attachment after clicking another button on top of alv grid. I am sending mail by two ways they are:1) I am populat...
Hi,How do you identify which transport a sapscript or smartforms belongs to?for programs we can just go to utilities->version->version managment to identify the latest transport, do we have the same function for SE71 or SMARTFORMS?I'm doing a long me...
Hello Gurus !! Does anyone know of a way around the length of 79 restriction on SELECTION-SCREEN COMMENTS ? I have a sentence that I would like to be all be on one line that is about 110 characters, but the 79 restriction won't allow me to do it. ...
Hi Everyone,we have a requirement to generate a single PDF document in a Spool, currently multiple PDF documents are getting generated in a single spool request.For example. if we create a plain adobe form with simple text "HELLO", and we call this f...
Hi Experts,I am facing the problem in the reading BOM text.I am using the FM read_text and getting 40 character for each line…I am appending 40 character sameas of getting from CS03 to internal table and displaying.But in the change editor of the CS0...
Hi Experts,I am working on a scenario wherein I need to display current and next week of the month calendar in ALV report in one lineExample:S M T W T F S S M...
Hi Gurus, please help in using table maintenance generator event 06: After completely performing the function "GET ORIGINAL".Here in the standard code am unable understand the usage of TOTAL & EXTRACT tables.plz help me.
Hiwe are planning to do a ECC6 implementation in Greece and we are having various discussion about SAP Log on language.can anyone tell me whether we decide not to use Greek as SAP Logon language, will we be able to maintain Greek and English descript...
Hi experts,I would perform a test in abap but i’m stuck. In fact, I don’t know how to manage lines versus columns.Here my test: COL1COL2TESTX TEST2 TEST3XXWhat I would like to do is to check that each element in blue has at least an ‘X’ checked in t...
Hi, there is a requirement when PO change is done a mail should be triggered to the person who changed it . For other things like PO creation /release the mail should trigger to PO creator, the second part is working fine. But for PO change the n...
I have attempted to use BADI LE_SHP_GOODSMOVEMENT to affect the price getting posted to the material document and subsequent accounting documents for a RMA sales order, but nothing seems to prevent SAP from using the moving average price (MAP) every ...
Hello All,We are printing the check using SAPScript and remuneration statement using HRFORMS PE51 from RFFOUS_C at the moment. Check and remuneration statement gets printed on the same page.The requirement is to replace the PE1 HRFORMS with Smartform...
I'm using FM TMS_MGR_IMPORT_TR_REQUEST to import transport requests into QS / Prod systems manually. Everything is fine, except when one system is patched and the others not because of the different component versions. Does anyone have an idea how to...
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 |
---|---|
3 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
Subject | Kudos |
---|---|
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |