How to store the two internal table(itab1,itab2) value into another internal...
How can i store the two itabs(itab1,itab2) value into another itab3,condition itab1-positionid = itab2-positionid.EXAMPLE :How to achieve above example?thanks in advance .
View Articlestep by step procedure to call VA03 with sale order number in table control...
i have list of sale order numbers in my table control wizard....when i double click on any sale order number or click push button "DETAIL" screen is open in VA03 but it is picking sale order number...
View ArticleMD_CONVERT_MATERIAL_UNIT ISSUE
Hi friends These my requirement :Use Function Module MD_CONVERT_MATERIAL_UNIT. Pass the following data: I_MATNR = VBAP-MATNRI_IN_ME= VBAP-VRKMEI_OUT_ME = “MSF”I_MENGE = VBAP-KWMENG & Execute Use...
View ArticleInconsistency when sorting internal table
My Internal table has values as KNUMH KOPOS KLFN1 KSTBW 0000$1 01 0001 0.000 0000$1 01 0002 12.000 0000$1 01 0003 15.000 0000$1 01 0004...
View ArticleIn XD01, Custom Tab values are not flowing to table.
Hi All, I have created a custom tab in XD01 to capture additional customer details at the time of Customer Creation.But I could not get the details captured in any part fo the screen even after...
View ArticleALV help:Dropdown using REUSE_ALV_GRID_DISPLAY.
Hi Experts, I am working on ALV report which has 42 columns with 4 of them as dropdown lists.the data is stored in a ztable.i need to make all the fields of the output editable and when i change or...
View ArticleOPEN DATASET FOR INPUT IN TEXT MODE ENCODING DEFAULT
Hi Guys, please i need help. I am using this command: OPEN DATASET dbFOR OUTPUT IN TEXT MODE ENCODING DEFAULT. IF sy-subrc NE 0.and I always get sy-subrc = 8 db is the directory where the file...
View ArticleUpdate the user log on details in a different system
Hello, I am working on a requirement where i need to pull records of users in other system from ECC. I found a FM 'SUSR_USERS_GET_FROM_REMOTE' which can retrieve the user details such as valid from ,...
View ArticleInitialization event flow
Hi Experts, I was just practicing and came to know that: PARAMETERS P_MATNR TYPE MATNR DEFAULT'A112233'.INITIALIZATION.WRITE'INITIALIZATION'. START-OF-SELECTION.WRITE'START OF...
View ArticleSapscript Blank line Check
Hi Experts, I am trying to print vendor address in a sapscript..Printing 4 fields continously in the address area...But if the field has no value ,, it is printing a blank line...I checked "NO BLANK...
View ArticleCreate Material with reference of existing material.
Hi, What are the FM to use create a material with reference to exisitng materil.let me know if u have some sort of source code where we can provide it. regards,sree
View ArticleAssigning cost center to hierarchies
Hi All I've created one cost center (using KS01) and one cost center group (using KSH1) now I want to assign this cost center to the cost center group. manually I can do it using KSH2 transaction code...
View ArticleHow to upload given XML file to SAP
Dear All, please advice how do I upload XML file with below structure to SAP. I have used method import_from_file of class cl_xml_document and it returns error in parse_table. <?xml version="1.0"...
View ArticleSmartform as PDF
Hello Guys, I am new to SAP ABAP.. I got an requirement in smartform where i need not display the print preview window and also i want to display the preview in the form of PDF. Is it possible?
View ArticleHow to convert Message Type in sap?
Hello Experts i need help to convert message typehow to convertBAPIRETURN to BAL_S_MSGCan Any one help me
View ArticleUnable to retrieve data
hi, LOOP AT itab. IF itab-fkart = 'ZIV'. SELECT SINGLE name1 INTO name12 FROM kna1 WHERE kunnr = itab-kunag. MODIFY itab TRANSPORTING name12. ENDIF. ENDLOOP. But I am unable to get...
View ArticleLUW (Logical Unit of Work)
Transactions and Logical Units of Work In everyday language, a transaction is a sequence of actions that logically belong together in a business sense and which either procure or process data. It...
View ArticleBom components with alternate bom does not display properly
HI...i am fresher i have a problem I have created a zbom report ,but the problem is that it shows all components of all alternate bom in single alternate bom number.what i need is it has to show...
View ArticleSmartforms and template
Dear All, Can we include code inside the templates of smart forms. If yes please let me know the procedure. I have been searching in the forum but was no able to get info. Kindly Help.
View ArticleSAP CRM integration with Microsoft DAX via PI?
Hi all, Looking for some feedback on how best to integrate Microsoft Dynamics AX (DAX) with SAP CRM. We have a PI server. From reading on the net, I see many people are using a middleware product...
View Article