Examples on values to be given for bapi_entrysheet_create

hi ,
just have a problem through the bapi i am able to create the entry sheet but the material , i mean the line items are not created.

Here is an example of values given to various import/tables parameters of BAPI 'BAPI_ENTRYSHEET_CREATE'.
Hope this will help you.
<u><b>ENTRYSHEETHEADER</b></u>
PCKG_NO                        0000000001     
SHORT_TEXT                     TEST           
PO_NUMBER                      4500017443     
PO_ITEM                        00010          
BLOCK_IND                                     
SCORE_TIME                       0            
SCORE_QUAL                       0            
DOC_DATE                       12.10.2005     
POST_DATE                      12.10.2005     
REF_DOC_NO                                    
ACCASSCAT                      F              
COMM_NO                                       
USER_FIELD                                    
ACCEPTANCE                     X              
<u><b>ENTRYSHEETACCOUNTASSIGNMENT</b></u>                                         
PCKG_NO                        0000000001
SERIAL_NO                      01        
GL_ACCOUNT                     417000    
BUS_AREA                       9900      
COSTCENTER                     9010      
SD_DOC                                   
ITM_NUMBER                     000000    
ASSET_NO                                 
SUB_NUMBER                               
ORDER                                    
CO_AREA                        2000      
TO_COSTCTR                               
TO_ORDER                                 
TO_PROJECT                               
COST_OBJ                                 
PROF_SEG                       0000000000
PROFIT_CTR                     3402 
<u><b>ENTRYSHEETSERVICES</b></u>  (two lines)
PCKG_NO                        0000000001                      
LINE_NO                        0000000001                      
EXT_LINE                       0000000000                      
OUTL_LEVEL                      0                              
OUTL_NO                                                        
OUTL_IND                       X                               
SUBPCKG_NO                     0000000002                      
SERVICE                                                        
SERV_TYPE                                                      
EDITION                        0000                            
SSC_ITEM                                                       
EXT_SERV                                                       
QUANTITY                                   0,000               
BASE_UOM                                                       
UOM_ISO                                                        
OVF_TOL                        0,0                             
OVF_UNLIM                                                      
PRICE_UNIT                         0                           
GR_PRICE                                              0,0000   
FROM_LINE                      1                               
TO_LINE                                                        
PCKG_NO                        0000000002                     
LINE_NO                        0000000002                     
EXT_LINE                       0000000020                     
OUTL_LEVEL                      0                             
OUTL_NO                                                       
OUTL_IND                                                      
SUBPCKG_NO                     0000000000                     
SERVICE                        3000000000017                  
SERV_TYPE                                                     
EDITION                        0000                           
SSC_ITEM                                                      
EXT_SERV                                                      
QUANTITY                                   2,000              
BASE_UOM                       AU                             
UOM_ISO                        PCE                            
OVF_TOL                        0,0                            
OVF_UNLIM                                                     
PRICE_UNIT                         1                          
GR_PRICE                                        100 000,0000  
FROM_LINE                                                     
TO_LINE                                                       
SHORT_TEXT                     WINDOW INSTALLATION            
<u><b>ENTRYSHEETSRVACCASSVALUES</b></u>
PCKG_NO                        0000000002       
LINE_NO                        0000000002       
SERNO_LINE                     01               
PERCENTAGE                     100,0            
SERIAL_NO                      01               
QUANTITY                                   2,000
NET_VALUE                          100 000,00

Similar Messages

  • Error-No value given for one or more required parameters when using oleDBDa

    Hello,
    I have this sql statement and it works well, the Crystal Report gives good result when I put concrete values like:
    string comstring = "SELECT NOVI.GBR as gbrnov, NOVI.AB as abnov, NALOG1.DATA as datanov, Min(NALOG1.POCKM) AS MinOfPOCKM, Max(NALOG1.KRAJKM) AS MaxOfKRAJKM, (Max(NALOG1.KRAJKM)-Min(NALOG1.POCKM)) AS RAZLIKA, Count(IIf(([MAGACIN.SIFRA]='0991000'),[MAGACIN.KOL],Null)) AS Gorivo, Avg(IIf(([MAGACIN.SIFRA]='0991000'),[MAGACIN.KOL],Null)/100) AS potrosgor100km, Sum(IIf(([MAGACIN.SIFRA]='0993050' Or [MAGACIN.SIFRA]='0993051'),[MAGACIN.KOL],Null)) AS Motmaslo, Sum(IIf(([MAGACIN.SIFRA]='0992201'),[MAGACIN.KOL],Null)) AS Addblue, ([Addblue]/[Gorivo])100 AS Addbluegor, Sum(IIf(([MAGACIN.SIFRA]='0999001'),[MAGACIN.KOL],Null)) AS Antifriz, NOVI.DATAP, NOVI.DATAS, IIf(([NOVI].[KM]<=([NOVI].[KMS1][NOVI].[KMS2])),'ZA SERVIS',(IIf(([NOVI].[KM]<=([NOVI].[KMP1][NOVI].[KMP2])),'PROVERKA',''))) AS Zabeleska FROM (NALOG1 INNER JOIN NOVI ON NALOG1.GBRV = NOVI.GBR) INNER JOIN MAGACIN ON NOVI.GBR = MAGACIN.GBR where (((NOVI.GBR)>='1001' And (NOVI.GBR)<='1080') AND ( ((NOVI.AB)='AK') OR ((NOVI.AB)='AK') ) AND ((NALOG1.DATA)<=#10/31/2011# and (NALOG1.DATA)>=#10/31/2011#) ) GROUP BY NOVI.GBR, NOVI.AB, NALOG1.DATA, ([Addblue]/[Gorivo])100, NOVI.DATAP, NOVI.DATAS, IIf(([NOVI].[KM]<=([NOVI].[KMS1][NOVI].[KMS2])),'ZA SERVIS',(IIf(([NOVI].[KM]<=([NOVI].[KMP1][NOVI].[KMP2])),'PROVERKA','')))";          
    but when I use code like this :
    string comstring = "SELECT NOVI.GBR as gbrnov, NOVI.AB as abnov, NALOG1.DATA as datanov, Min(NALOG1.POCKM) AS MinOfPOCKM, Max(NALOG1.KRAJKM) AS MaxOfKRAJKM, (Max(NALOG1.KRAJKM)-Min(NALOG1.POCKM)) AS RAZLIKA, Count(IIf(([MAGACIN.SIFRA]='0991000'),[MAGACIN.KOL],Null)) AS Gorivo, Avg(IIf(([MAGACIN.SIFRA]='0991000'),[MAGACIN.KOL],Null)/100) AS potrosgor100km, Sum(IIf(([MAGACIN.SIFRA]='0993050' Or [MAGACIN.SIFRA]='0993051'),[MAGACIN.KOL],Null)) AS Motmaslo, Sum(IIf(([MAGACIN.SIFRA]='0992201'),[MAGACIN.KOL],Null)) AS Addblue, ([Addblue]/[Gorivo])100 AS Addbluegor, Sum(IIf(([MAGACIN.SIFRA]='0999001'),[MAGACIN.KOL],Null)) AS Antifriz, NOVI.DATAP, NOVI.DATAS, IIf(([NOVI].[KM]<=([NOVI].[KMS1][NOVI].[KMS2])),'ZA SERVIS',(IIf(([NOVI].[KM]<=([NOVI].[KMP1][NOVI].[KMP2])),'PROVERKA',''))) AS Zabeleska FROM (NALOG1 INNER JOIN NOVI ON NALOG1.GBRV = NOVI.GBR) INNER JOIN MAGACIN ON NOVI.GBR = MAGACIN.GBR where (((NOVI.GBR)>=? And (NOVI.GBR)<=?) AND ( ((NOVI.AB)=?) OR ((NOVI.AB)=?) ) AND ((NALOG1.DATA)<=? and (NALOG1.DATA)>=?) ) GROUP BY NOVI.GBR, NOVI.AB, NALOG1.DATA, ([Addblue]/[Gorivo])100, NOVI.DATAP, NOVI.DATAS, IIf(([NOVI].[KM]<=([NOVI].[KMS1][NOVI].[KMS2])),'ZA SERVIS',(IIf(([NOVI].[KM]<=([NOVI].[KMP1][NOVI].[KMP2])),'PROVERKA','')))";
    Edited by: Don Williams on Nov 23, 2011 7:22 AM

    and the code after that:
    command.CommandText = comstring;
                if (radioButton4.Checked == true)
                    if (textBox1.Text == "")
                        button1.Enabled = false;
                        MessageBox.Show("Внесете гаражен број", "Warning", MessageBoxButtons.OK, MessageBoxIcon.Warning);
                        textBox1.Focus();
                        command.Parameters.AddWithValue("@gbr1", textBox1.Text);
                        command.Parameters.AddWithValue("@gbr2", textBox1.Text);               
                else if (radioButton5.Checked == true)
                    command.Parameters.AddWithValue("@gbr1", "1001");
                    command.Parameters.AddWithValue("@gbr2", "1080");
                    button1.Enabled = true;
                    textBox1.Text = "";
                else if (radioButton6.Checked == true)
                    command.Parameters.AddWithValue("@gbr1", "1081");
                    command.Parameters.AddWithValue("@gbr2", "1149");
                    button1.Enabled = true;
                    textBox1.Text = "";
                else if (radioButton7.Checked == true)
                    command.Parameters.AddWithValue("@gbr1", "1001");
                    command.Parameters.AddWithValue("@gbr2", "1149");
                    button1.Enabled = true;
                    textBox1.Text = "";
                else
                    MessageBox.Show("Немате избрано гаражен број или тип на автобус.", "Warning", MessageBoxButtons.OK, MessageBoxIcon.Warning);
                    button1.Enabled = false;
                if (checkBox1.Checked == true && checkBox2.Checked==true)
                    command.Parameters.AddWithValue("@ab1", "AK");
                    command.Parameters.AddWithValue("@ab2", "GP");
                    button1.Enabled = true;
                else if ((checkBox1.Checked == true) && (checkBox2.Checked == false))
                    command.Parameters.AddWithValue("@ab1", "AK");
                    command.Parameters.AddWithValue("@ab2", "AK");
                    button1.Enabled = true;
                else if (checkBox2.Checked == true )
                    command.Parameters.AddWithValue("@ab1", "GP");
                    command.Parameters.AddWithValue("@ab2", "GP");
                    button1.Enabled = true;
                else
                    MessageBox.Show("Немате избрано автобаза.", "Warning", MessageBoxButtons.OK, MessageBoxIcon.Warning);
                    command.Parameters.AddWithValue("@ab1", "AK");
                    command.Parameters.AddWithValue("@ab2", "GP");
                    button1.Enabled = false;
                command.Parameters.AddWithValue("@data1", dateTimePicker1.Value.Date);
                command.Parameters.AddWithValue("@data2", dateTimePicker2.Value.Date);
                 DataSet2 dataSet2=new DataSet2();    
                 OleDbDataAdapter oleDBDataAdapter1 = new OleDbDataAdapter();
                oleDBDataAdapter1.SelectCommand=command;
                    dataSet2.Clear();
                    oleDBDataAdapter1.Fill(dataSet2,"Tabela");
                    if (dataSet2.Tabela.Count == 0)
                        MessageBox.Show("Nema podatoci za toj period");
                    ReportDocument cryRpt = new ReportDocument();
                    cryRpt.Load(@"C:\Potrosuvacka-Pregledi\Potrosuvacka-Pregledi\CrystalReport6.rpt");
                cryRpt.PrintOptions.PaperOrientation = CrystalDecisions.Shared.PaperOrientation.Landscape;
                    cryRpt.SetDataSource(dataSet2);
                    crystalReportViewer1.DisplayToolbar=true;
                crystalReportViewer1.ReportSource = cryRpt;                      
                crystalReportViewer1.Refresh();
                    conn.Close();
    I get an error:
    "No value given for one or more required parameters."
    Could anybody help me please?
    Thank you in advance.
    Edited by: nelpet06 on Nov 23, 2011 9:30 AM

  • ORA-48108: invalid value given for the diagnostic_dest init.ora parameter

    Hi All,
    I am trying to start my oracle 11g database on windows 7 PC and i am getting below exception
    SQL> startup mount
    ORA-48108: invalid value given for the diagnostic_dest init.ora parameter
    ORA-48140: the specified ADR Base directory does not exist [d:\oracle\app\product\11.2.0\dbhome_1\database\<oracle_base>]
    ORA-48187: specified directory does not exist
    OSD-00002: additional error information
    O/S-Error: (OS 123) The filename, directory name, or volume label syntax is incorrect.
    SQL>
    Earlier it was working fine. For learning purpose, i have created spfile using pfile and after that i got this issue.
    Please help.
    Regards,
    Sunil

    sunil907 wrote:
    Hi,
    I have provided diagnostic_dest folder location (physical path). Now i am getting some different kind of error on startup.
    SQL> startup
    ORACLE instance started.
    Total System Global Area 1068937216 bytes
    Fixed Size                  2182592 bytes
    Variable Size             616563264 bytes
    Database Buffers          444596224 bytes
    Redo Buffers                5595136 bytes
    ORA-00205: error in identifying control file, check alert log for more info
    Please help
    What does your own research of 'ORA-00205' indicate?
    the text of the error message is pretty self explanatory .. it couldn't find the control file.
    The control files are specified by the "control_files"  initialilzation paramter.  When you get this error, the instance has started but was unable to mount the control file.  since the init file (spfile) was processed and the instance started you can easily see what it thinks are the control files.
    oracle:fubar$ sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Tue Jul 16 12:51:37 2013
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Connected to an idle instance.
    SQL> startup
    ORACLE instance started.
    Total System Global Area  835104768 bytes
    Fixed Size                  2217952 bytes
    Variable Size             490735648 bytes
    Database Buffers          339738624 bytes
    Redo Buffers                2412544 bytes
    ORA-00205: error in identifying control file, check alert log for more info
    SQL> show parameter control
    NAME                                 TYPE        VALUE
    control_file_record_keep_time        integer     7
    control_files                        string      /u01/app/oracle/oradata/FUBAR/
                                                     controlfile/o1_mf_8ybx4t7w_.ct
                                                     x, /u01/app/oracle/flash_recov
                                                     ery_area/FUBAR/controlfile/o1_
                                                     mf_8ybx4tom_.ctl
    control_management_pack_access       string      NONE
    SQL>
    So what did you do in fixing your original problem that caused your control_files parameter to go south?

  • How can I sum the values in a given column on sheet 1 i.e. A1:A50 based on the adjacent columns specific value i.e. B1:B50 = "Living Room" on sheet 2

    How can I sum the values in a given column on sheet 1 i.e. A1:A50 based on the adjacent columns specific value i.e. B1:B50 = “Dinning Room” on sheet 2
    For Example:
    SHEET 1
    A
    B
    $50
    Dinning Room
    $800
    Dinning Room
    $300
    Kitchen
    $1,000
    Master Bedroom
    $100
    Dinning Room
    SHEET 2
    Display the total SUM amount of each Project based on Sheet 1
    Project Name
    Total Cost
    Dinning Room
    $950
    Kitchen
    $300

    Would be a good idea to open iWork Formulas and Functions User Guide and search for the description of the function named SUMIF
    The Guide is available for every user thru the Help menu.
    Yvan KOENIG (VALLAURIS, France) jeudi 19 mai 2011 17:32:42
    Please :
    Search for questions similar to your own before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • How to find the RGB Values of a Color for Hyperion

    When customizing your Hyperion forms, we come across situations where we need the exact RGB value of a given color. This article explains a simple technique to find the RGB values using MS Paint and the Calculator applications that come as standard applications with your operating system.
    Here are the steps to find the exact RGB value of a given color.
    1) View your Hyperion form using IE, scroll down until you see the color you want to find the RGB value and press the "Print Screen" button (in your keyboard).
    2) Open MS Paint and click Edit -> Paste or simply Ctrl+V. What you saw in the browser will be copied as a new untitled image.
    3) Select the Color Picker tool and click on an area that has the color you want to match.
    4) Now go to Edit Colors... option and click on the "Define Custom Colors >>" button. The color you picked will be selected on this palette. At the bottom right hand corner you will see the Red, Green and Blue values you need. Note down the R,G,B values (given in decimal).
    5) Now we need to find out the hexa-decimal values that correspond to those decimal values. This is where we use the simple Calculator. Open the Calculator application from Program -> Accessories. Switch to the scientific mode by clicking View ->Scientific.
    6) By default it will be in the decimal number mode. Enter the R value (238 in this example) and click on the Hex radio button. The corresponding hexa-decimal value (EE in this case) will be shown in the dial.
    The selected color in this case has the same value for R, G and B. (In fact, all shades of gray has the same values for R, G and B.) Therefore, the RGB value of the background color that we need is #eeeeee. Repeat step 6 to find out the hex value for the Green and Blue elements, if they are different.
    Tip:
    If you find it difficult to pick a color, zoom the image by pressing Ctrl+PageDown or using View -> Zoom -> Custom... option.

    These tips are to find the RGB color of HFM default row where row is text and text lines in data columns are also visible to business users as Yellow as an input cell. By applying the same RGB color you can apply the same color to your data cells or rows. This post shows how to identify color from any web view-able object.
    Regards,
    Manaf

  • Interpretation of values in log generated for auth checks(using RSECADMIN)

    Hi experts
    Could you please help me in reading the error log which is created using transaction RSECADMIN.My question is in particular about the interpretation of the values which occurs in front of the authorization relevant characteristics in the section "main checks" of the error log.
    For example if I run a query , assumption(user is configured for auth. logs using rsecadmin and then finally when the query gets completed we see the authorization logs using rsecadmin only). Then in the log it shows what values were checked for the authorizations against authorized values/sets. Lets say there are 2 characteristics char1 and char2 which have hierarchies below them and I run a query with some values(any random nodes from hierarchy below char 1) for Char 1 and some values(any random nodes from hierarchy below char 2) for char2 in the query selection screen and after I run the query and see the log then below values are shown for log:
    Authorization Check  
    Detail Check for InfoProvider <INFOPROV > 
    and then comes the section related to value checks ( MAIN CHECK)
    Main Check
    Subselection (Technical SUBNR) 1  
    Following Set Is Checked                           Comparison with Following Authorized Set 
    Characteristic | Contents                           Characteristics |  Contents                                                                               result
    Char 1           | Node 0 4 0                           Char 1           | All values of nodes for Char1 for which user is authorized.          Ok/NOK
                         | 121339 1
    Char 2          | Node 3 1 98
                       | 121333 1                             Char 2                | All values of nodes for char 2 which user is authorized             Ok/NOK
    Could you please help in getting how shall I interperate the values which are being checked.I mean how exactly should i get the characteristic values from the below shown values
    Char 1           | Node 0 4 0      
                         | 121339 1
    Char 2          | Node 3 1 98
                       | 121333 1   
    I know that this might have some sids related to those values which are passed as nodes in the query selections but I am not sure how shall I get the values which are being passed for checks to the authorized set of values using above notification from sap.
    Could you please help me so that I can find out what values are passed for checks .
    I actually want to know how shall I use the values 0 4 0 121339 1 after the node for char 1 and 3 1 98 121333 after the node for char2.
    The values for the authorized set can be knows as they are shown at the end of the log but nothing is said about the node values which are passed for being checked.
    Please give me light on above so that i can use above informtion to find out what actually the user is not authorized for.
    I hope I explained the requirement to best of levels but still if this is not clear , please let me know.It might be possible that while posting the question some lines get merged (apology for the same but i could not fine the best way to put the same here).
    Thanks
    Vishal

    Hi Chandu
    Thanks for reply. But using the transaction RSECPROT and seeing the log from the rsecadmin both are same as the main program related to both of them is RSEC_PROTOCOL_MAIN.
    My question was related to this generated log only. I know that is in readable format but in log when you see what values are being checked against the authorized set then the part which is not clear to me is that what does the values in front of characteristic (for the node is selected as input value ( selection filter ) to see the data ) signifies.
    Please see example above (as given by me) and please help in interpreation of those generated values in front of charactertistics char1 and char2 (if possible) .
    Regards
    Vishal

  • How to set/get the values thru Wedbynpro coding for User mapping fields

    Hi All
    In system object we have the user mapping fields like District,city,plant,Salesmanager.
    now we want to set/get the values of these usermapping fields of system object thru webdynpro coding...
    if anybody have sample codes of the same then it would be great help to me
    Thanks in advance
    Thanks
    Trisha Rani

    Hi Kavitha
    Thanks for your reply
    My requirement is exactly as follows.
    1) i have created one portal system object in system administration and also i created usermapping fields in the system object from the usermanagement  in system object.
    i created the user mapping fields like Plant,SalesManager,District etc.
    i also created the system alias name for the same system object
    2)  Now i came to persoanlize link and mapped the system object to the portal user.
    while mapping to the system object we need to enter Mapping userId, Password , once we enter these values and we can also enter the values of usermapping fields which we defined while creating the system object ( for example District,Salesmanager,Plant etc)
    once we enter all the values and click on save then these usermapping  values to be mapped to the portal user.
    3) Now my requirement is , i  want to control the usermapping field values thru webdynpro coding for setting/getting the values.
    I need sample code of the same.
    Please let me know if u need more details on the same.
    Thanks
    Trisha Rani

  • Values not showing up for 3 digit zip code maps of states

    I've been tinkering with an app that displays the US, with a query that shows how many folks we have in each state. The link takes you to a page that displays the state/zip code style map. On the map of the US, I can see the label and the value from the query for all states. But in the state map, all that shows up are the labels. I have the map set to show values, but they won't display.
    I'm using APEX 4.0.1 in a 10.2.0.4 database running on Windows.
    Any thoughts?

    Hi mjblake,
    The Map Region columns (i.e. REGION_NAME, REGION_ID, etc) can vary for each Map source .amap file. So it's definitely worth referencing the AnyChart Map Reference Information when you're adding your map series query, to ensure that your query is referencing data that's actually contained in your chosen .amap file.
    By default, the wizard will set the "Map Region Column" to REGION_NAME, as this the default AnyChart column. However, some maps, like the US State Zipcode maps, don't actually have a REGION_NAME column in their data, which is why you would need to update the "Map Region Column" on the Map Attributes page to your chosen column e.g. REGION_ID. In the case of the US State Zipcode maps, the available columns are REGION_ID, CENTROID_X and CENTROID_Y, as shown in this example: http://anychart.com/products/anychart/docs/users-guide/map_reference/United-States-of-America-3-digit-ZIP-Code-Maps-for-All-50-States-Alabama-Flash-Map.html?fromtree. You may not be aware of this, but when stepping through the Create Map wizard, on the 'Query' page, there's a Show/Hide region called "Map Region Information", which displays the AnyChart information associated with your selected map.
    Regards,
    Hilary

  • A report to show the discount given for each order

    Is there a standard report that will list the discount given for an order and also how much (in terms of percentage) as compared with the total sales value?
    Thanks

    Hi,
    I believe that this discount is a condition in your pricing procedure, and not a dicount given in FI, right?
    If is a condition in your pricing procedure, you can create a LIS structure to save this discount in a cumulative way.
    Or, you can construct your own report through a query (SQ01) or a Z report based on the Logical Database (SLDB transaction), logical database AAV is the more indicated.
    I hope that this helps you.
    Regards.

  • The value  is not allowed for the field Cross-plant CM

    Hello All
    When i copy material in refernce to existin gone. I am getting this message
    "The value  is not allowed for the field Cross-plant CM"
    I am not putting any thing in this Basic-view Cross-plant CM, but still getting this message.
    Any help will be good...Thanks in advance...

    Hi,
    Please check the check box in front of the field config material is checked?
    If so then this material is configurable material
    A material that can have different variants.
    For example, a car can have different paint, trim, and engines.
    Configurable materials have a super bill of material (BOM) that contains all the components for producing every variant of the material. Similarly, they have a super task list that contains all the operations. When a material is configured, only the components and operations needed for a variant are selected.
    Please check
    BR
    Diwakar

  • Error with clob column: "No pl/sql translation for the blind type given for this bind variable"

    This is reports 11g
    I've got a clob column. Reports seems to recognize its type, but if I try to reference it in a format trigger, I get this error at compile time:
    "No pl/sql translation for the blind type given for this bind variable"

    Actually, Reports is in something better than Forms.
    Neither Forms nor Reports do not have "complete" SQL engine (both have only "complete" PL/SQL engine), but have their own SQL parser, which does not understand SQL commands after the database 8.0.
    But, in Reports Data Model - SQL Query Statement, we can write "modern" SQL statement (> database 8.0), because Reports sent it directly to the database, without using their own SQL parser.
    For example, in Reports Data Model - SQL Query Statement, we can write this (scalar subquery expressions, in bold):
    select empno,
           ename,
           deptno,
           (select dname from dept where deptno = emp.deptno) dname
      from emp
    order by empno;
    although scalar subquery expressions was introduced in the database 9.0.1, and in databases 8.0 and 8.1 we should write someting like this:
    select emp.empno,
           emp.ename,
           emp.deptno,
           dept.dname
      from emp,
           dept
    where dept.deptno = emp.deptno
    order by empno;
    Regards,
    Zlatko

  • Value tolerance in PO for Material purchase

    Hi,
    In PO, value tolerance to be given for Material Purchase in Service orders where both Service Line item(item Category D) and material line items will be there(account assignment K)
    How it's possible?
    Regards

    Hi
    Even if you Provide the value Tolernace what will be its usage. You will not stop replacing the Part right.
    & For Materials Delivery tolerance works at the time of GR & Value tolerances work only at the time of invoicing. so the invoice will be blocked for payment.
    Thanks & Regards
    Kishore

  • Plugging values into a document for printing

    All,
    I have a scenario where I will have online documents. The documents themselves can be formatted in HTML so I don't have to worry about Word or PDF format interfaces, but look and feel of the layout is a big concern for me since they will be used as legal contracts.
    I will have a table filled with values (i.e. name, address, email address) that I want plugged into specific areas of the document.
    For example, the document will read:
    <sample>
    For and in consideration of the sum of #value_here# to me in hand paid, the receipt whereof is hereby acknowledged, #another_value# hereby grant bla, bla, bla
    </sample>
    I'm looking for the best advice on how to implement this solution, keeping in mind that layout has to be very precise.
    Thanks!

    if your htmldb application has items like :VALUE_HERE and :ANOTHER_VALUE, then you can refer to them in your HTML using our substitution string syntax like...
    For and in consideration of the sum of &VALUE_HERE. to me in hand paid, the receipt whereof is hereby acknowledged, &ANOTHER_VALUE. hereby grant bla, bla, bla
    ...and that way you can make the layout as precise as you need it to be. also, even though you said you didn't need it, the thread at...
    PDF file creation
    ...offers good pointers for generating pdf docs from your htmldb app, and better yet, improvements in this area are soon to come.
    hope this helps,
    raj

  • CIN Example with Values..?

    Hi all
    Can anybody explain me about he CIN process from end to end for below materials
    Say for example,
    Raw material - 1000 (Excisable) Purchased for RS1000 , and Excise duty as follows,
    ED-14% ( Rs 140)
    Ecess -2% (Rs 28)
    Secess-1%(Rs 14).
    Total Excise amount is Rs 182.
    Finished goods - 2000(Excisable)
    Using 1000 as a RM , FG (2000) is going to produce.
    for above process , please explain me with full procedure in SAP with T.codes and with all the registers going to use for this process.
    From MM , PP & SD view , in any manufacturing industry what they wil do with above excise amount Rs 182.
    Pls explain me with value with registers
    Thanks
    sap-mm

    Hi,
    1. I am procuring the raw material (1000), which is excisable .
    Firstr of all maintain J1ID - Excise Master Data for material, vendor, excise tax rates, etc...
    Declare Material 1000 as Raw Material and 2000 as RG1 in J1ID.
    Transactions: -
    1. ME21N - Create Purchase Order with appropriate Tax Code for raw Material 1000
    2. MIGO - Goods Receipt > Purchase Order of RM 1000 (Here Part 1 OR Capture OR Capture & Post Excise Invoice, as per requirement)
    Accounting Entry:-
    (BSX) Stock A/c - Dr - 1000
    (WRX) GR/IR Clearing A/c - Cr - 1000
    3. J1IEX - Post Excise Invoice (if only captured during MIGO)
    Accounting Entry:- From Excise A/c detmn of ETT "GRPO"
    CENVAT Receivable A/c (BED) - Dr - 140
    CENVAT Receivable A/c (ECS) - Dr - 28
    CENVAT Receivable A/c (SECess) - Dr - 14
    CENVAT Clearing A/c - Cr - 182
    4. MIRO - LIV for PO
    Accounting Entry:-
    Vendor A/c - Cr - 1182
    GR/IR Clearing A/c - Dr - 1000
    CENVAT Clearing A/c - Dr - 182
    Reports: -
    For Excise Invoice;
    1. J1I7 - Query Excise invoices (Heresee report for ETT - GRPO)
    2. J2I9 - New Monthly Returns Report Rule 57AE
    For Excise Registers;
    1. J1I5 - Register creation for RG23 (Here Use classification key - ROP and update entry for Raw Material 1000)
    2. J2I5 - Extract RG23A Part 1 and 2
    3. J2I6 - Print Utility of Excise Registers RG23A Part 1 and 2
    2. Using same material , i m going to do produce finsihed product (2000).
    After Goods Receipt of FG from Production, follow the below Process;
    For Excise Registers;
    1. J1I5 - Register creation for RG23A Part 1 and RG1 (Here Use classification key - RMA and update entry for FG 2000 / Use classification key - IIM and update entry for RM
    1000)
    2. J2I5 - Extract RG1 Register and RG23A Part 1
    3. J2I6 - Print Utility of RG1 Register and RG23A Part 1
    3. Finally I am selling the material (Also excisable material).
    Transactions: -
    1. VA01 - Sales Order for FG 2000 of Value 1200
    2. VL01N - Delivery and PGI of FG 2000
    Accounting Entry:-
    (BSX) Stock A/c - Cr - 1100 (Stock Value - MAP or Std. Price)
    (VAX) COGS A/c - Dr - 1100
    3. VF01 - Billing Document for FG 2000
    Accounting Entry:- From Sales A/c detmn (VKOA)
    Customer A/c - Dr - 1330
    Sales Revenue A/c - Cr - 1200
    Excise Receovered (BED) - Cr - 100
    Excise Receovered (ECS) - Cr - 20
    Excise Receovered (SECess) - Cr - 10
    4. J1IIN - Outgoing Excise Invoice for FG 2000
    Accounting Entry:- From Excise A/c detmn of ETT "DLFC"
    Excise Duty Paid - Dr - 130
    CENVAT Payabale (BED) - Cr - 100
    CENVAT Payable (ECS) - Cr - 20
    CENVAT Payable (SECess) - Cr - 10
    Reports: -
    For Excise Invoice;
    1. J1I7 - Query Excise invoices (Here use ETT - DLFC to see outgoing excise invoice)
    2. J2I9 - New Monthly Returns Report Rule 57AE
    For Excise Registers;
    1. J1I5 - Register creation for RG1 (Here Use classification key - IDH and update entry for Raw Material 1000)
    2. J2I5 - Extract RG23A Part 2 and RG1
    3. J2I6 - Print Utility of Excise registers RG23A Part 2 and RG1
    And J2IUN - For Monthend Utilization for Sales Excise Invoices
    CENVAT Payabale (BED) - Dr - 100
    CENVAT Payable (ECS) - Dr - 20
    CENVAT Payable (SECess) - Dr - 10
    CENVAT Receivable A/c (BED) - Cr - 100
    CENVAT Receivable A/c (ECS) - Cr - 20
    CENVAT Receivable A/c (SECess) - Cr - 10

  • Wht values should be given to smart cards

    hi,
    I am using sle4428 smart card device . what values should be given to it. for cla, ins,p1,p2..
    with regards,
    cm

    hi,
    I am using sle4428 smart card device . what values should be given to it. for cla, ins,p1,p2..
    with regards,
    cm

Maybe you are looking for

  • Windows server 2012 R2 DC (Hyper-V Guest OS) DNS error event id 4013 in log after installing KB2975719 and/or KB2995388

    Hi, I just freshly installed a guest OS Windows 2012R2 on a Hyper-V 2012R2 server. Installed lots of updates and did many reboots, after that I installed the AD component. Couple of days later I'm having trouble with a RemoteDesktop server joining th

  • URGENT : How to add spaces in the outbound file

    Hi Gurus, I am writing data from SAP to a Unix file via an ABAP program. The file has one record with 4000 characters with 2000 spaces in between the datas. Is there any command to add these spaces ? Or I have to go through a loop to add them ? I can

  • How to destroy/expire a session?

    hello.. question, how can i expire/destroy a session when a user logs out? so that when the user clicks back he/she will be asked to relog? can you give some helpful links/codes.. thanks in advance :)

  • Where in iTunes Store can I find the song from the iAd commercial?

    Where in the iTunes Music Store can I find the awesome background score / song from the iAd commercial featured on http://advertising.apple.com/? Does anyone know the artist / album? Is it a GarageBand original song?

  • Can't open file Photoshop cc

    HI, after I have opened a file or two, when I attempt to open a third I get a "cannot complete request due to a program error" And can't open anything else until I quit the program and open it again.  I've tried re-installing the software, but to no