
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 all,Is there any customer exit which does not allow unauthorised persons to release purchase requisition.thanks in advanceprasanna kumar
I am using SHDB to create a recording for FEBAN ( edit bank statement). I want use the recording to write a BDC program to execute the process.When I get to the first screen u201CEdit Bank Statementu201D, I u201Csaveu201D the files. When I get to ...
Hi enhancement experts,I need an implicite enhancement in SAP standard program RFEBBU00. I choose the spiral pushbutton, goto EDIT -> ENHANCEMENTS OPERATIONS -> SHOW IMPLICIT ENHANCEMENTS and I found a FORM that I can use for my enhancement. After ...
Hi,I am trying to use this bapi but I have a little problem to resolve. Yesterday I had problem with some fields that I did not know how to fill and that the bapi ask me:1) obj_type2) obj_sys3) obj_keyI found on oss note that explains how to solve th...
How to do a SELECT from different tables into an internal table?I want to select data from MARA, MARC and ZPERSON and populate my ITAB_FINAL REPORT zinternal_table. TABLES: mara, marc, zperson. TYPES: BEGIN OF str_table1, v_name LIKE zper...
Hi all ,Is there any function module to generate PRICAT idoc? I am trying to create price catalog for vendor .When i create a price catalogue KONP and KONM tables data should be populated but i am able to see data in PRICAT_K001 to PRICAT_k009.Ple...
Hai Friends,I have developed a report which updates a Ztable with material document number and plant as input. now if i execute the material document number from 1 to 1000 the entries will be updated in the table. right now i am scheduling this in ba...
I am using ADDRESS in sapscript. How can I make changes such that the Country is always printed. If the address is within US, the country US does not print in the document. ADDRESS DELIVERY PARAGRAPH IF NAME &VBDKR-NAME1_WE&, &VBDKR-NAME2_WE&, &...
hi gurus,I want to know about modifications on fm of enhancements.suppose i have taken EXIT_SAPMIWO0_020 function exit for iw21 tcode.in this i have seen *--- Move I_VIQMEL to exporting parameter E_VIQMELthis syntax along with include zxqqmu20....
hi,we have following in code in unicode systemdata w_nast(100).select single * from nast into nast.w_nast to nast5(100).offset length exceeds error thanksraju
Hi All,I have a requirment of calling a program using the SUBMIT statement and exporting the list output to memory and import it back.But the problem is in the program which i am calling using the submit statement is having a Expand subtree in the li...
Hi we use Rel 4.7 ( it´s important,bec. the same bapi have with rel 6.0 & above more functions.. )I´ve some troubles with the BAPI_REQUIREMENTS_CHANGE...for better understanding:I use this bapi to shift the old planned independet reqmt. to the next...
Hi Experts,I have one query in sap script. I have one std. script. I copied it in two languages EN & DE. Now the requirement is the based on vendor language I wanted to print the script i.e. If I login in EN language but my vendor langu is DE then I ...
Hello, I am writing a piece of code based on the PNP logical database. I have declared a NODE as: NODES: payroll TYPE paygb_result. I can refer to fields in the INTER component i.e. DATA: wa_rt LIKE LINE OF payroll-inter-rt but when I refer to the pa...
i make an alv report with gird1.i use this method to print smartform and it's work fine, but when i get back from smartform to alv and mark the lines again i dont get data in lv_rows,why??CALL METHOD grid1->get_selected_rowsIMPORTINGet_index_rows = l...
Hello SAP gurus.We have lots of custom bapis and tables that are created on a test system and now we want to move them over to the production system. How can we achieve this. I read lot of postings and articles and the best I could see was to go to t...
Hi all,Can we define own message, but yellow or red one?? (appears in the buttom of the screen)I have defined messages in Message class but when I call one it is green, I want it to be redto warn user that transaction is not processed...Thanks,nihad
Hi All,We get a unicode error in Contain String command.var1 CS var2.var1 is currency type(eg 23,456.45) and var2 is char type.To avoid this error we need to convert var1 to cahr.We have a problem in converting a currency value to character.It would ...
Guys,Data: var type i, chhar(10) type c.do 3 times.add 1 to var.chhar = 'CHARACTER( var )'.WRITE: / chhar.enddo.I want the output as CHARACTER1CHARACTER2CHARACTER3.but im unable to do it. Could anyone please help me out. I donot want to use c...
Hi SAP Experts,I have a requirement to change the data in the segment E1IDB02 field FIIKONTO before generating the IDOC.I'm using the transaction code F110 for payment and the program in payment run transaction is RFF0EDI1, message type PAYEXT and ...
Hi All,I have a selection screen in which I have 2 Radio Buttons and 2 Blocks(with input fields).The requirement is when the Radiobutton1 is selected, it should display the BLOCK1 and the BLOCK2 should be Invisible. The same way, when the Radiobutton...
Hello Experts, Can any one tell me how to import a table structure from one server to the other server(From SRm Server to Development Server)
hello everyoneI have an intial knowledge about ABAP and few terminologies in SAP BI.Actually I wanted to know what are major problematic issues faced in SAP as whole or SAP BI or SAP ABAP to be specific as I was undergoing a basic training in ABAP an...
Hi AllI have a requirement to make a copy of a form from English to Swedish , so we have 2 forms one in English for English texts and one in Swedish for Swedish texts.I go to se71 and under language attribute - To individual language I chose SV for S...
Hi all, I would like to know how to hide a column in a view cluster. I tried to do from SE51 but there the INVISIBLE option is disabled.Thanks & RegardsPavan
Hi all,I didn't find the document CI_NEW_CHECK.doc or the article "How to Build a New Check for the Code Inspector" in the SND and in SAP Marktplace. If there's a person that have this documentos could say me please where I can find them.Thank you
Hi All,Based upon customer's input file which contains header and line item details I have to create sales order in our system. We would like to use IDoc for this. Customer will send us file once a day by email or FTP.For this I have created a port a...
Hi,Our scenairo is to retreive the data from XML file and convert it into Idoc for inbound processing.I need to get the data from xml to the internal tables so that i can convert them to idoc through Function Modules.My issue is XML file is not fixed...
Hi all,We are doing unicode upgrade from 4.7 to Ecc. The below code is not showing any error in Non-unicode system but in Unicode version it is giving error in 'Translate' Statement . The error is "TRANSL should be of any of these data type ' C , N ,...
Hello experts,I have developed Smartform in 4.7 but i want to replicate the same in 4.6C. I tried to find "Upload" option in menu of smarforms but there is no option to upload.The downloaded form is of .XML format.Is there any way to upload in 4.6C?...
Hello All, My user needs to restrict the First Del. Date in transaction VA02. For the exisiting line items, if user changes the first del. date, the system should not accept date which is less than the system date.The check should work only when the ...
Hi All,I am using Idoc PORDCR1.PORDCR102 in outbound scenario.I am not able to find the Function module or excatly to say the process code associated with the outbound mode.I could only find inbound process code for this idoc.I cannot use orders.orde...
Hi Kiran, first thanks for your program. I need to download a batch input log and want to use your program.I have some problem with the screens you used in your program.Could you please add more informations about those screens ? ThankschristophEdite...
How can I determine for a given material number, if the material is billable or not? Is it configured on item category level ? or material type? What is the transaction and table joins that I can use to figure it out. Thanks
HiI have been searching the SDN for long time, but couldn't find the answer, so therefor a new post.I have an internal table with following values:VBKD-BSARK_ETVKO-VKORGBy these values I would like to make a new selection-screen whith following:Param...
I am getting problem in Editable ALV, I wanted to increase the currency field from 8 chars to 12 chars at the output. But after the output i am able to enter only eight chars.I want '123456789012' but i am able to put only '12345678'. Plz have alook...
Hello Friends,In Enhancement Implementation /NFM/SD_SALES_BASIC in Method IF_EX_BADI_SD_SALES_BASIC~HEADER_STATUS i have created a New Enhancement Spot*{ INSERT DEVK904735 1ENHANCEMENT-POINT ZSALES1 ...
Hi, I want to execute a sap script using print program.Can anyone please tell me the Function modules required for the same.Regards,Sreeja
Hi all,I have written a code that converts the smartform into PDF and send it as an email. I am getting the PDF in the mail but not able to open the PDF. it says the file is corrupted and cannot be repaired .I am using the OTF file generated from sma...
Hi, In my scenario a report is getting displays which gives the complete details based on the input.Instead of dispalying as a report i have to schedule a background job,in which job log gives the details of the report.How to do it?Plz post some s...
Hi ,I want to swap all the rows in an internal table with the column of the internal table to display it horizontally in ALV grid.e.g1 2 3 (field names)A P XB Q YC R Zshould look like :D A B CE P Q RF ...
Hi Gurus!!We are looking for the way to implement the Single Sign On in our R/3 Systems installed on unix of the Active Directory (obviously windows) users using Microsoft Kerberos.I'm not able to find a documentation about this arquitecture.Can some...
Hi all,I want to publish a customer field in EKPO by using the extensionin for BAPI_PO_CREATE or BAPI_PO_CHANGEMy customer field on Purchase Order Position is populated within structure CI_EKPODB, the name is ztest and the field is numeric(6).How do...
Hello Experts,While creating a sales order a contract number is selected.ie to which contract this SO is being created.We get a ALV list with list of contract number and we select one.But no where this contract number is displayed.I have a placed a i...
Hi,SELECT objectid udate utime username FROM cdhdrINTO TABLE tb_cdhdrWHERE objectid IN ra_pernrangeAND udate IN so_datumAND username IN so_uname.This is the query I am using to retrieve any changes made to the pernr-qualification relationship. It tak...
Hi,I have created a screen for a dialogue transaction I am developing. The top part of the screen is a report display, the bottom part are tabstrips. Unfortunately for some of the users the size of the tabstrips at the bottom of the screen are very s...
Hello All,I am getting error notification in SAP Inbox when generating some trasaction in SAP. The notifcation is coming with error "Error when generating IDoc from MC document.IDOCMESSAGE: E0 335 " *Now how to find this error from where it was gener...
Hi,In bapi explorer when we drill down as Logistics-general --> Logistics basic Data --> StandardMaterial.Till here i can drill down, but when i click on the methods available in it 'StandardMaterial', it doesn't display the methods details and give ...
Hi Friends, Im Fresher in SAP abap today i got assingment write a simple Program on Employee Retairment. Input today date it has to take and it has to display todays to next 58years date...i dont knw wt data we have to assing without using sap...
Dear all my friends,I need to check the workload data(who execute which t-code on when) in R/3 system.as i know, there are only 3 months historical data is archived.so, i want to copy workload data into Ztable for archived purpose.currently, i only k...
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.
Subject | Kudos |
---|---|
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |