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,in 4.7 messages are displaying with out message class, but after upgradation to ecc6 those messages are not displaying instead "no vendor specified" is displaying...if the message class is not assigned to the message than system is taking defa...
Hello!I want to make some changes in operations when PM Order is saved. There is user exit EXIT_SAPLCOIH_009 which I can use, but there is only header structure CAUFVD. I found solution to make changes by field-symbol: data: begin of it occurs 0. ...
Hi all,SELECT-OPTIONS : s_dat for sy-datum .INITIALIZATION.s_dat-low = sy-datum.s_dat-high = sy-datum + 5.append s_dat.in the output screen Date is in format like : 10.30.2008.now my requirement is to display the date like : 10/30/2008 .how to do thi...
Hi All, I am having peculiar problem with Korean currency.we use Fd32 for customer credit management.while we give the credit limit like ex : 50,000,000 KRW it stored in the table KNKK-KLIMK the value is 500,000.00when i fetch the value from the ...
hi all i have 3 internal tables ,* in first internal table i have mark-1 ,** in 2nd internal table i have mark-2 ,** using "PERFORM" i have to add mark 1 & mark 2** and i need to display the total in 3rd internal table.* * how to do by using "PERFO...
Hi,We have the following: PERFORM run_bapi ON COMMIT. FORM run_bapi. CALL FUNCTION 'BAPI_GOODSMVT_CREATE' IN BACKGROUND TASK EXPORTING goodsmvt_header = l_goods goodsmvt_code = l_code TABLES ...
Hi i use the Function 'F4IF_INT_TABLE_VALUE_REQUEST' for creating the F4 help in my programm. I have to set the column names (headlines of the columns) in the F4 Help box. Which parameter sholud be changed. I treid to set the table "field_tab" but i ...
hi all,How can I create a maintenance view without the relationships? I want to join 2 tables with both are definitely not related to each other. Can I create the maintenance table?Thanks in advance,Peerasit
hello experts i am writing a text to screen from a table. the text contains 186 rows each row is a row in a tablehow can i write to the screen the page number each time i get to a new page.thanksAmit.
Hi All,Whenever a cost center is created via an Idoc the corresponding entry is not maintained in CDHDR table.Whereas if I use Tcode ks01 to create Cost Center (ie via screen) then there is an entry to CDHDR table.I tried debugging the FM IDOC_INPUT...
Hello,I would like test the function module CSAP_MAT_BOM_ITEM_SELECTbut I get a covert error on the field MATERIAL. Its a number with char 18 length. I dont understand why? Could you please help me. Can I use an other function Module or BAPI, which r...
Hi,How I can disable de command field in the standard toolbar?I try to remove, delete, disappear or lock the command field, by this way, the users can't introduce any transactions.I know that exist the possibility with which you can don't show this c...
Dear gurus , I have a field in a screen that i made that is date .Now i want to display it as period . For example if it is 10.12.2008 to be as 12.2008 .I use the FM 'PERIOD_AND_DATE_CONVERT_OUTPUT' but it doesn't work .It display the date like ' 8 ...
Hi Gurus, i have maintained to transports while maintaing two tables zabc, zxyz like GFDK9A6EBM and GFDK9A6EBI.(i can't slect GFDK9A6EBM while maintaining zxyz .There will be always two transports created)Now i want to merge sec...
Hello Friends, i am applying one SAP Note. We are asked to delete some of the text fields on screen and to add one push button. but i have no idea how to delete text fields on screen. now i am in editable mode but not able to delete. for example i ...
Hi all,I have got a request from the basis team to check why a particular program is doing a sequential read. How should i go ahead for the request. I am unable to find where the program is doing sequential reads. Can anyone tell me how to look for t...
Hi Friends, i have to display my internal table data in the form a table to the body of mail and has to send a mail.Rgds.,subash
Hi all ,I developed a report to be executed in background i have used Job_OPEN and CLose FM and Submit statement.But in SM37 it shows the status as Finished. After that we can click on the spool symbol & see the spool. It says No spool List (Although...
dear all,i want to select a record,but i don't know how to do it, can you help me ?for examplebudat matnr20081027 120081027 2 20081028 220081029 320081029 2what i want to select is that,the element...
Hi All,I am having a file in application server and I need to transfer it to web server.I am using the FM SXPG_COMMAND_EXECUTE, but struck up at COMMANDNAME.I believe we need to create a command using SM69, and populate it in the command name of the ...
Hi,Consider the following Organizational hierarchy: A / \ A1 A2 / \ / \A11 A12 A21 A22 etc..I have a query with a fixed filter on hierarchy node A1. There is also an authorization variable present. When I ru...
Hi, How do we check the existence of a particular directory (in Dev Server ) through the program??Thanks.
All experts: helo, I want to add '|' character to internal table, and download it in to local file, how to do that.like this,A column B column C columntest test testtest test testnow add '|' and downloa...
hi ,i am an abaper , i got a requirement in FIas per my requirement my bank account consists of 3 G/l acc's1) Main A/C2) Incoming A/c3) Outgoing A/cbased on plant and date i have to retrieve the data aso/pin G/L desc fr G/L desc Particulars Amounti...
Hi All.Pls could u tell me how to creat tabs in selection page of an infotype.for example : i have to create 2 tabs called TAB1 and TAB 2.in TAB1 fields would be field1,field2.and in TAB2 fields would be field3 field4 ..pls tell me steps.
hi friends, i have to display some fields of itab in word document.for this i searched this FM MS_WORD_OLE_FORMLETTER.But i am not getting how to use this FM. Even i searched in this forum. But in that i didn't find correct information.plz can any b...
am placing two text editors which we can enter a long text max of 200 chars.when am using the methodCALL METHOD TEXT_EDITOR->GET_TEXTSTREAM· EXPORTING· ONLY_WHEN_MODIFIED = CL_GUI_TEXTEDIT=>TRUEIMPORTINGTEXT = TEXT· IS_MODIFIED =EXCEPTIONSERROR_CNTL_...
Hi,I have a report which shows an ALV grid. I have to download that report to a text file. Also I have to know whether the user has actually downloaded the file or not (i.e. if he presses the export button and at a later stage during entering the fil...
Hi All,Need help to setup a security rights for transactions MIR6/MIR4. Here is the situation: We have setup an user profiles which allow the users to access transaction mir6 (provide a list of Invoide Documents(BELNR)which willlead into transaction ...
Dear AllI am using a checkbox on one of tabs of a screen with multiple tabsI am disabling some of fields on this tab when I mark this check box using "AT SELECTION SCREEN OUTPUT" event.My problem is that the check box works only if I mark it 3-4 time...
Hi ,Is there any Fm which gives first ,middle and last dates of month.please help me out...Thanks in advance for the help,Sandy.
i am doing sd report its need the the material data ( previous ) , the bom transaction cs12 , what is the table for cs12.Edited by: Julius Bussche on Oct 30, 2008 9:05 AM
Hi Experts,i am creating an article using bapi function module BAPI_MATERIAL_MAINTAINDATA_RT,After uploading a file when i execute it is giving a error log.if i see the error log it giving the error that 'No entry in key field of table MARM'but i pas...
Hi all, I have a report which has a few function modules. The function module is exporting data in a structure which is passed to a LDAP server. I want to make use of this ALV GRID functionality to record the changes. In short i have 2 sturctures wi...
Hi,I have made one Smartform .My problem is that i do not want to print the smartform.i want to convert it into pdf and send through Mail to the Customer or client or anywhere.<<removed by moderator>>Please search before posting further. Follow the f...
How can i find changes of HR datas. which table contains change document details of HR datas.Example cdhdr,cdpos for MM
While creatind document in FB01 using BDC PERFORM fill_dynpro_fields1 USING: co_true co_program '0100' lit_bdcdata, space 'BKPF-BLDAT' it_bkpf-bldat lit_bdcdata, space 'BKPF-BUDAT' it_bk...
How do I calculate the size of image dynamically reading from the local server location.
Hi,I have made a module pool program which is working fine, however, the user wants the values to be displayed automatically from another report.Now instead of incorporating the same logic in my module pool, I want to import only those three values i...
I have field access sequence value(VAKEY) which is concatenated by sales org, distibution chnl and division (0100/01/01). the field is populating proprerly in internal tables, but in ALV display it is displaying as 100/01/01. How to consider leading...
Hi allI wanted to make a sentence as a proper case one. like All first letter of the word should be in capital and remaining in small Letter..For example..I have a sentence in Lower case .. 'rupees twi thousand only'. i wanted to make it as follows.....
hi abapers, can any one tell me the details of transaction mb01 i would like to do a shdb recording on this particular trans plz tell how should i go about....the screen flows how does it work in all screen mode ..i have some brieg idea of bdc intere...
hi,all the data i need to dispaly in the output is in final internal table gt_final.whereas the problem i need to download this data to excelsheet.please let me know what are the varibles i need to pass to the FM GUI_DOWNLOADwhere i need to write thi...
Strange as it is, I cannot seem to find any material/queries regarding the above stated query. Surely, Im not the first one to get such a requirement!! Or am I missing the obvious?All I need to find out is:How can i display the saved document number(...
Hi all,I'm a java developer and want to learn ABAP development.Any good e-Learnings for me to start with?Thanks a ton in advance.. regards,amar s
I create a ALV report with a editable check box coloum, when program run I just make the first 5 rows checked. Actually, if I ticked any check box since row 6, then excute my function button, I just found in the internal table of AVL, the check box c...
Dear Experts,I need to add additional field to material master data on EWM/SCM box in transaction /SCWM/MAT1. Does anyone know what is the Enhancement for that or may be this is something new in SAP world?I've tried a program which finds enhancement ...
hi all,how to insert field selection in this report S_AHR_61016360-HR?thanks in advance.vinay.
Hi.Actually we have used the BAPI : BAPI_UPLOAD_SAVE for uploading the BOM to R/3 which is coming from Windchill system.. Whether this BOM works for any such as EBOM or MBOM..Initially we have checked it by pushing the MBOM but now the scope was chan...
Dear all,I am working in New ABAP editor but i am unable to set auto code completion, please tell about customising of new ABAP editor for Auto code completion.Thanks and regards,Gaurav Sood
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 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
Subject | Kudos |
---|---|
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |