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, Can anyone let me know how to find the variable names that are defined by using an object like 'sflight' in all the reports, classes,funciton modules.For examplein a report 'ZREPORT' i have declared a variable data lt_sflight type table ...
Hi All,I had a requirement, where i have to read a file from Application server and will store it in a Internal table for further process.Hope, most of us usually do in the same way. But i came across an option, where the File from application serve...
Dear friends, I am using function module K_COSTS_PLAN_INTERFACE_TOTAL to upload the Planning costs, After this function module call I need the document number generated for that item, but there is no return parameter from this function module which ...
Hello Guys,I am making a report using smartforms. I am successful in showing data but problem is if if i put a value in parameters that does not exist is database, the smartform runs and related fields shows as empty fields. But the form is running....
Hi All,Using personnel number how to find functional location.Regards,Maheedhar
hi friends,My requirement is if we give any values in ov51 tcode this all details will go to the one mail.but Client ask do want to the pf-status values how to restric pf-status values.Could any one help .This is sample code SUBMIT RFDABL00 TO SAP-SP...
Dear experts,I am executing a report in background. But i am getting the report name as a job name in SM37. I dont want this. Means i dont want Report name as background job name i want to change the job name with out changing report name. Anyone hel...
Hi SAP ABAP Technical consultants,Have a doubt in SAP standard script. The SAP Script driver program name - Y_J1IPRNTARE and its Script form name --- Y_J1_I_ARE1.I would be converting the standard script into as per my client requirement. I have modi...
Hi,Am new to report painter. i created report painter in FDI4. this report is to display the due amount.when i click on table cell, which is amount field . Am chosen cell type as 'Select with Key figure' option .After then i try to select key figure ...
Hi Gurus,We have a requirement to grey out all the fields of the sales order in VA02 if the current order header status isset to a particular value , lets say '10' (E0010).I have tried below code in MV45AFZZ (userexit_field_modification) :IF sy-tcod...
Hi all,I need to sort table before it display it, I used the following code, But In ECC 6.0 I got dumb.Assigning extract[] = gt_ztest[] ( OBJECTS_TABLES_NOT_COMPATIBLE ) it says... Is it possible help me,...Line: - Step 1:Insert a module line after...
hi all,I am doing BDC for ME41 transaction using call transaction method with mode A (all screen ). its working fine with all screen.But if iam using no screen mode(N) its not working..please give a suitable solutionregards,Siva
hi experts,I have created view based on EKPO, EKBE.Key is EBELN in the VIEW.When i check the data in VIEW the data appearing twice from both the tables.for exampleEBELN EBELP QUANTITY10000 10 2010000 10 20so its appearing ...
Hello Frn's, SAP provided workflow for time sheet approval using CAT2 transaction . Currently it is sending mail only a single employee's manager(while Time admin is submiting the time sheet of more than one employee) .But i need to send mail (work I...
Hi All,Here is my scenario, i have an incoming file in which i will get the 'Parked Documents' (VBKPF-BSTAT = V).I want to Post these documents.I am using the FM 'PRELIMINARY_POSTING_POST_ALL' to post thse docs.I am posting them on system date(BUDAT...
Hi,The SGTXT has to be populated from MIGO to MIRO using the user exist ZXM08U29.I have tried populated the field e_sgtxt in the user exits but the changes are not appearing.Any one already handled such senario please suggest.Thanks in advance,Deepla...
Hi,I have field on my selection screen to enter file path. This parameter has F4 help to choose the file path. However, I have a concern over here...If user enters file path manually(meaning that without using F4), there is chance that he may enter f...
Hi Experts,I need to create a new access sequence for output type so I have added the field WERKS in the fieldcatalogue in Sales,Shipping & Billing.I have created the access sequence for Sales output & Shipping output butwhen I am creating the access...
Hi Gurus,I want to show the ALV output similar to FBL5n output .In my final internal table has 6 records which are belongs to 2 customers.First 2 records are belongs to First custmer and remaining are belongs to 2nd customer,Even i have copied the st...
Hi Experts,I have a requirement in that I want to create a enhancement in XD04.But while finding enhancement point in MF01ADEB its showing error that Internal error occurred when displaying enhancement options Message no. ED294please help me in this ...
HI, I need to change a standard code.I even got the access key.But the code is inside the Enhancement section.I could not able to change the data inside that block,even the access key used.Is it possible to change the code inside enhancement are...
Hi,I have issue while trying to insert record into a custom table having one of the fields with type FLTP length 16 and decimals 16.,I have defined an internal of the same type as that of the table.However when I write the data from Internal table to...
Hi experts,i am using Upto n rows in my select query..but records not coming properly.the database values areG1HH1HH2BN1BN2AN1AN2123123456444444444445444446444447444448i have written select query asIF SO_VAL1-LOW IS NOT INITIAL. SELECT EQUN...
hi expertsI am running a SQL:SELECT UCINSTALLA , DATEFROM , DATETO , UCOPERAND , UCVAL_INT FROM /BIC/AZUCS_D0600 WHERE UCINSTALLA IN ( A1, A2, A3 ......... ) AND ( UCOPERAND = B1 OR UCOPERAND = B2 OR UCOPERAND = B3 )the number in ( A1, A2, A3 .........
When we are trying to insert Operations(16) to a BDC we created, it throws this message<TCODE>CA02</TCODE><DYNAME>SAPLCPDI</DYNAME><DYNUMB>1400</DYNUMB><MSGTYP>S</MSGTYP><MSGSPRA>E</MSGSPRA><MSGID>00</MSGID><MSGNR>343</MSGNR><MSGV1>PLPOD-ARBPL</MSGV1...
Hi,In a module pool screen I have three fields. Environment: SRM, Program: SAPLBBP_SC_UI_ITS and Screen : 03001. Text field (Hard coded as storage location)2. Input/ouput field (Storage location number). In Element list 'Input' and 'Ouput' is checked...
The dynamic selection for business area does not work for report S_ALR_87012093.Are there any sap notes for correction or other way out to get report output based on Business Area?To recreated problem1. Go to Tcode S_ALR_87012093 2. Select dynamic se...
Hello! I want to create a notification using IW51 but after I hit the save button I need the notification be printed.How can I do that??I´m using user exit QQMA0014Do you know a function that can be triggered when you hit the user exit that can print...
Hi everyone I am trying to get my invoice to format the date by country using table t005x. I already have the code to change the date around depending on the value of t005x-datfm within the smartform and now I'm trying to get the data from the table....
Hello All,Can anyone help me with a list of special characters that can be accepted by SAP ?Issue: Ariba(An Interface) has various special characters and they send files to GIF(An Interface). GIF takes those special characters and then generates idoc...
HI i am generating and(ZMATMAS) idoc xml in a folder in R3 using the Port (No PI involve here). and after generating the file SAP PI system will pick that file to process , but for some files,invalid characters like oxb(vertical tab) are being pas...
Hello...I'm facing an issue when trying to create a parked document...we made a program using the standard FM: PP_COMPLETE_DOCUMENT_ENJwe are trying to automatize the transaction FV50...It's working fine for most functions, but for the VBUND field......
Hi,I am sending material data from file to SAP using idoc MATMAS05 thru PI and got the below error,i am getting this error only when I am sending more than 800 records, it works fine with less than 800, please helpNo status record was passed to ALE b...
Hi, In a ABAP 4.7 program, we need to download internal table/structures in a excel file. Automatically (as manually with breakpoint and Excel export button),The SAP_CONVERT_TO_XLS_FORMAT doesn't work (empty file) certainly cause non STANDARD TABLE u...
HiMy customer is using SAP 4.7(Enterprise Management Version) / SAP BASIS Release 6.20 (Kernel 640). We have a requirement to print a product label using a 2D Datamatrix barcode following HIBC standards. We are using a custom development object (Z f...
Dear All,I have a requirement to block a customer(VD05) when we reset and reserve a document with a reason code in the t-code FBRA.Is there any BTE or exit or BADI which will trigger after the accounting document has generated when we post the revere...
Hi, We are getting a runtime error while using a dynamic selection. One of the fields has got an apostrophe in the middle of the text and so the condition is returning an error SAPSQL_WHERE_PARANTHESES. Let's say the value in the field is SCV's. S...
i am facing a problem during user exit.when i am trying to change the code in function module (va01) in include zxvvau02an error is occurred 'program name zxvau02 are reserved for includes of exit function group'so i could not edit the include progra...
Hello Experts, i want to create a maintenance dialog with some fields for maintain a db table. In this field i have a id. This i should increment automatically like a Number Range Object. How can i do this. E.g. id name 1 manfred2 steveWhen ...
Hi,how can I expand document flow in delivery? I want to "connect" 2 outbound deliveries with different delivery types (for example: delivery and return delivery).Thanks & regardsMichael
Hi all,I must do changes in a node for a DMEE. I need check that it is populated right. My aim is to do an offset for document with 2 positions by year, becuase banks save a key the document, and how the number range in FI is renewed all years, the p...
Hi,Am triggering an out bound custom IDOC by using my_custom_FM for sales orders. With in my_custom_FM am calling standard FM 'MASTER_IDOC_DISTRIBUTE' and distributing custom IDOC. If IDOC got failed I have to send an error message to SAP inbox (am a...
Hello, I have a problem with the BAPI_CONTRACT_CREATE. When I excecute it display a share dump... CALL_FUNCTION_CONFLICT_TYPE. CX_SY_DYN_CALL_ILLEGAL_TYPEAny Idea?
Hello guys, I am working on a query. What I need is to join CATSDB and IHPA. The best way for my query to do that is to join by fields CATSDB-RKDAUF and IHPA-OBJNR.One problem: the field IHPA-OBJNR is filled like this: 'OR000000000000' while CATSDB-R...
Hi,I need to save in BDCP (change pointer) tables when the classification of a material is changed. Reading other threads I have realized that I had to activate the change pointer for CLFMAS message. Now it is working fine.The problem is that the cla...
Hi all, I have a requirement to maintain view V_024 from custom program. I have written following code for that CALL FUNCTION 'VIEW_MAINTENANCE_CALL' EXPORTING action = 'U' vi...
Hallo Experts,If I have to replace an old meter with a new meter ,what shoulds be the system status of the new meter? does it always have to be EFRE or even ELAG works.I am trying to use the function module ISU_S_WORKLIST_INSTALL for meter replacem...
Hi all, does someone know if it's possible to move queries from SQVI to SQ01? In my company only me have access to SQVI while all the users can access only to SQ01 ... so I would to let them to use the queries that I've createdThanksLukeEdited by: aS...
Hi,How to add total at the end of ALV hierarchical list and how to display at the end of it, so plz help in this matter, waiting for the reply.Regards,MS.
Hi,We are using 4.6c version, we have a scenario of sending PO line item attachments to vendor along with PO pdf attachemtn. This is working fine for word,excel but not for PDF files. when ever we are sending any pdf attachment, vendors are unable 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 |
---|---|
4 | |
3 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
Subject | Kudos |
---|---|
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |