Cess value in script

hi to all
        in script i have called cess value of 3% and now it came down to 2 % and an additional value of 1%.
i like to know how to display the cess value in the script by calling it directly from the table Konv.

Better create a new internal table with the following stucture
BEGIN OF ITAB,
matnr1 type matnr,
matnr2 type matnr,
matnr3 type matnr,
END OF ITAB,
then populate this itab from GT_MARA
data: l_flag.
loop at gt_mara.
if itab-matnr1 is initial.
  clear flag.
   itab-matnr1 = gt_mara-matnr.
  exit.
endif.
if itab-matnr2is initial.
   itab-matnr2 = gt_mara-matnr.
  exit.
endif.
if itab-matnr3 is initial.
  flag = 'X'.
   itab-matnr3 = gt_mara-matnr.
  append itab.
endif.
AT LAST.
IF flag <> 'X'.
append itab.
ENDIF.
ENDAT.
endloop.
Then use itab while calling ur script

Similar Messages

  • No BED,Cess & HS Cess values are getting stored in export Sales after J1iin

    Hi,
    This is a problem which is CIN based (Country India) for Export Sales. We configured following thing –
    Excise Registration      -     1
    Excise Group     -     1 let’s say it is G1
    Series Group     -     2 let’s say they are S1 & S2
    (S1 – Domestic / Export Sale & S2 – 57 F4)
    Sub Transaction Type     -     2 let’s Say ES & IP
    (ES – Export Sale & IP - Import Purchase)
    Tax Procedure – TAXINN
    Maintained Proper “Defaults Condition Type”
    Also maintained all default “DLFC” and also additionally maintained “DLFC” with “ES - Sub Transaction Type” for Excise Accounts per Excise Transaction
    Maintained all required GL account per excise Transaction i.e
    G1 - DLFC - Co. Code -      -  All Required GL
    G1 - DLFC - Co. Code - ES -  All Required GL
    Maintained Default Excise Group & Series Group
    S. Org - Dis.Ch. - Div - Sh. Pt - Plant - G1 - S1 - Export Under letter of Undertaking - ES
    Pricing Procedure -     Export pricing consist containing “PR00”, BED, Cess & HS Cess (maintained in  both % & total). No account keys and statistical tick maintained except PR00 . So total 7 condition Types. Also proper condition record maintained.
    Now for my Domestic sales everything is working fine. Here Both excise tables i.e J_1iexchdr & J_1iexcdtl are getting updated after J1iin for BED, Cess & HS CESS.
    But in case of J1IIN of Export sale we are not able to store the values of ED, Cess & SHE Cess. Interesting thing is that these values are appearing initially while creating J1IIn through billing doc no. but as soon as we save it, only excise Invoice no is getting generated but no BED, CESS & HS Cess values are getting updated in tables.
    So can anyone is having any clue why this values are not getting stored. I want these values in Excise Invoice for ARE 1 processing.
    (We are using local number range for export invoice also)
    Early response needed. Thanks

    OK, no issues.
    I wanted to ask u wether u are posting these excise values..?
    and generally excise related condition types do not appear in Export pricing procedure as in export excise in not recoverable from the customer.
    Hence even if tehy appear, tehy should eb statistical in teh export pricing procedure.
    What you can do is,go to J1ID, Maintain excise indicator for customer.then Under the Excise rates, Choose Excise Tax rate.
    here you can maintain, Excise rate(BED %), ECS% and AT1%(higher Ed.Cess) for the chapter id in your material.
    similarly for all the chapter i'ds that you wish to make make an export for... (Remember to enter the Valid from and excise indicator)
    Now, do teh j1iin again,and choose teh utilzation tab,then click on teh pencil icon and choose "Export Under bond".
    If u fail to choose this option, systemw ill not allow you to carete an ARE1 for thsi excise invoice.
    Lemme know if this works.
    Regard;s
    Priyanka M.
    Reward points if helpful

  • Assign Bean value in script..?

    Hi All,
    How to set bean property value after validation in java script function..?
    for example,
    <script>
    var propertyValue = "";
    dsp:input bean="Profile.value.login" value="propertyValue"
    </script>
    Thanks,
    Vishnu

    Hi All,How to set bean property value after validation in java script function..?
    for example,
    <script>
    var propertyValue = "";
    dsp:input bean="Profile.value.login" value="propertyValue"
    </script>
    Thanks,
    Vishnu>
    Try this and please let us know whether it works or not:
    <dsp:getvalueof var="abc" bean="/atg/userprofiling/Profile.value.login"/>
    <script>
         var propertyValue = ${abc};
           // your code here.........
    </script>-RMishra
    Edited by: RMishra on Feb 14, 2013 8:26 PM

  • Accessing custom tag value in scripting code

    Hi All,
    How can i access my custom tag value in scripting code?
    For example, assuming my tag is <myTag:display value="myValue"/>, how can i System.out this value in scripting code? I wanna do <% System.out.prinln(xxx); %> where xxx should be my custom tag value.
    Thanks in advance,
    Leo.

    I understand that you want to store "myValue" somewhere accesible by scripting. The more easy and portable way is to store that value in an attribute, for instance:
    <myTag:display value="myValue" var="myVar" scope="session"/>And in the custom tag code:
    // translate scope string to PageContext scope values
    pageContext.setAttribute(var, value, scope);This ensures compatibility with Java Standard TagLibrary and EL:
    <c:out value="${myVar}"/>And finally, scripting:
    <% Object value = pageContext.findAttribute(var); %>

  • J_1IEXCHDR - not updating BED/ED/SHED cess values

    Dear friends,
    Table J_1IEXCHDR - not updating BED/ED/SHED cess values....
    Can someone help me to trace out the issue?
    Thanks
    Sasi

    Dear Sasi,
    Check whether the excise header table has all the values.
    IN the case of export there are four transactions:
    1. Under Bond
    2. Under LUT
    3. UNder Claim for rebate
    4. Under transfer to other ware houses.
    The first three are direct export the last is the deemed export scenario.
    The first two use the export under bond.
    For this the print program normally suppresses the printing of duty values in the RG1 register but the excise header should have the values in it. Becaue you need to capture this in your ARE-1 to deduct the bond value.
    The thrid one is the same as domestic scenario.the duty values should come there.
    For the fourth also the duty values should not come like the earlier ones.
    Now the problem why you are not getting the values of duty is because SAP uses a pricing pricedure for export called JINEXP or ZINEXP if you are using ECC 6.0 BP. This procedure just ahs four condition types wwith Excise conditions. Thats why the conditions are not calculated.
    For the excise conditions to be calculatede the excise conditions should figure and they should be all statistical with no account keys.
    My advice is take a copy of JINFAC/ZINFAC and make all excise conditions statistical and remove the account keys. Check it out and it will do the job.
    This is a problem with SAP pricing procedure.
    There are several errors with SAP programmes when it comes to Excise and Foreign trade. It looks like they have not understood it properly.
    Like for CT1 sales which is merchant sales you need o capture ARE-1 and not create.
    Also the SAP standard says CT1 is qty based and CT2 value absed or vice versa. Which is just not true.
    Both are bond scenarios.
    In the case of deemed exports a licence is maintained which is not correct. You need to maintan a bond called CT3 bond, Again the total value gets reduced but in fact it should be the bond value.
    Qty based and value based applies to Advance licence and DEPB scenarios which again is not available in FT.
    regards
    Jude

  • To display hardcoded value in script form

    Hi ,
    Could anyone tell me how many ways are there to display hardcoded value in Script Form? I want to display a alphanumeric number like 'AP121345/B103/21C' in form output.
    I will reward for every usefull responses.
    Thx in Adv.
    Bobby

    yes as sandipan told exactly do like this.
    if u want to display in bold.
    then create one bold charformat suppose 'CF'.
    <CF>ur value what u want to display<\>
    thanks

  • Value Range Script (Part 2)

    How can I, within the below script, allow for the value to be left blank or enter 0 and not get an error for the value range set? I only want users to either enter a value within that range or, if left blank or the field is equal to zero, they will not be prompted to enter a value within the specified range.
    if((event.value >= .25) && (event.value <= 1.75)){
    //Valid
    } else {
    app.alert("ERROR: Please choose a value within .25 and 1.75.", 3);
    event.rc = false; 
    Thanks to all in advance!

    Thank you much, as always, Try67!
    From:   try67 <[email protected]>
    To:     Omar Lopez Nunez <[email protected]>
    Date:   08/10/2011 11:18 AM
    Subject:        Value Range Script (Part 2)
    (There's no need to open a new thread....)
    Replace the first line with this:
    if(event.value=="" || event.value == 0 || (event.value >= .25) &&
    (event.value <= 1.75)){

  • Cess anf H cess valu 0(Zero)

    HI,
    iam maintain PP for Jinfac ....But iam not getting Cee and H cess value ....in Sales order iam getting Zero Values.....
    10     0     PR00     Price                                                                            ERL
    15     0     JASS     IN A/R Assessable Va               
    200     0     JEXP     IN: A/R BED %                         10                                       EXD
    201     0     JMAN     IN Manual excise                10       
    202     0     JEXQ     IN A/R BED                           10                                 EXD
    203     0     JCEP     IN A/R CESS %                        202                                     EXD
    204     0     HCES     IN A/R HIGHER CESS %         202                                      EXD
    Thanks in Advance
    Regards
    Raj.

    Hi,
    This is what i defined in my JINFAC Pricing procedure........for JEXP condition type i maintained 10 in From Filed.....so iam getting BED on Base price.....
    now what i did, i maintained 2 condition types called Cess (JCEP) AND H Cess(HCES) condition types....1% & 2% respectively.....everything is fine...now i need to add some discount and freight and Insurance......finally i need to see the Net value of the document....How can i check this in my sales order..
    Please revert me back if you need more clarity
    Regards
    raj

  • Excise and cess values disabled after saving excise invoice.

    Hi,
    We have a scenario where we do export under ARE1 form . My issue is as below.
    The values BED, ECS, and SECess are now getting captured duting creation of excise invoice J1iin but they turn to 0.00 once i save the excise invoice.
    we have created a bond and want to utilize against the bond unable to utilize .
    I am able to generate ARE1 also but with zero values which is of no use.
    So the exact issue is that table J_1IEXCHDR is not getting updated.
    Also i need a confirmation whether during export the values of excise and cess shall be available in both excise invoice and ARE1. Has anyone worked on similar scenario.
    Vivek

    Hi Vivek,
    If the excise values are becoming 0.00 during j1IIN.
    You can use the userexit J_1I7_USEREXIT_DUTY_IN_EXPORT and pass the field
    SUPPRESS_CALCULATION value as 'X'. This problem will be solved.
    Brinda

  • Currency field value in script

    Hi,
    In script i want to print  currency field value is 123.000 in this formate.
    It is possible or not.
    Edited by: Alvaro Tejada Galindo on Feb 6, 2008 5:14 PM

    Hi anitha,
    Example : if the currency field length is 8 then you have to give the statement as.
    &SYMBOL(8.3)&  -   Decimal format. Length 8 decimals 3
    reward points if useful.
    thanks,
    satheesh.

  • Custom dDocTitle set value by Script, is possible ?

    Hi to all,
    I will like to know if is possible to set the dDocTitle by script, I tried the following code:
    <$var_01 = "Hola"$>
    <$var_02 = "_Mundo"$>
    <$titulo = var_01$ & var_02$>
    <$dDocTitle = titulo$>
    this code was set in a rule and defined to the field dDocTitle in the user default value option when the field is added to the rule
    Oracle Content server version 10g
    tnks

    It sounds like you want to use a default or derived attribute value.
    You set these in rules, which are applied via profiles.
    http://docs.oracle.com/cd/E23943_01/doc.1111/e10978/c04_metadata.htm#DAFIIEEI
    let me know if this helps!
    -ryan

  • Fetching property value in script logic!!

    Hello Experts,
    We are using BPC 7.5 M, I am working on a script logic and need to fetch a value of a property of a dimension member where dimension member is itself defined in some property.
    We have a Org dimension which has a property "FORECAST_UNIT" and this property contains a member Id of Org dimension itself, In my script logic I need to fetch value of "Currency" property for the Org dimension member defined in "FORECAST_UNIT" property.
    Please Advice.
    Thanks & Regards,
    Rohit

    Hi Roberto,
    Attached code (In Image) is of our Aggregate Forecast Unit logic, Every Org (Entity) has an forecasting unit defined in Forecasting unit property in Org dimension and Forecasting unit is also a member of Org dimension, below logic aggregates the data at Forecasting unit level:
    The issue is that I need to check before the code marked in Red executes that if Org-- Forecasting unit -- Currency is USD then only Red part of logic should execute.
    Thanks & Regards,
    Rohit

  • CIN_J1IIN_Basic Excise Duty_Cess_S.Cess Values not Picked

    Hi Frens,
    During J1IIN, values are not getting picked up for BED, Cess and S.Cess. Can anyone help?
    Regards,
    CK

    There could be many reasons, for not to pick the duty values in J1IIN.
    you can check -
    - Ist Normal sales / Export - deemed export sales?
    - Excise defaults
    - Check pricing procedure
    - Classify condition types consists Excise condition types
    - In invoice- is duty values flowing are not?
    similar threads already available in  this forum. Hope you will do the search.

  • Negetive value in script

    hi experts,
       I have Script,In that all values are coming in positive only.Actually in my Driver program some value in final table are contain negative value.My Problem is ,If final contain any negative values ,thoise should be in negative only.
    but in output all values displaying in positive only.
    In script window variable declared in bracket ( I ),i removed ( I )
    also but problem is same.
    plz its urgent.
    thanks&regards,
    Venkat.

    Hi Shiva,
    Yes Negativre values are coming into driver program .But those are not coming in out put.
    already in this  &symbol(I)& is using,I removed this one ,ANd given &symbol(<)&
    but it is giving same output only.
    thanks&regards,
    Venkat.

  • Displlay value in script using perform-form .

    hi
    experts
    i am new in script.
    i am using function module read_text.
    in my script there is 3 window and using this fm i want to put text in that script.
    so i use form in se38 . my main problem is name1 = invoice no.
    if invoice no change text is change .
    how i use the variables in se38 and use in script?(main problem)
    (V55ENAFT-vbeln = invoice no in script.)
    CALL FUNCTION 'READ_TEXT'
      EXPORTING
       CLIENT                        = SY-MANDT
        ID                            =   'NBOX'
        LANGUAGE                      = 'E'
        NAME                          = 'NAME1'
        OBJECT                        = 'VBBK'
      ARCHIVE_HANDLE                = 0
      LOCAL_CAT                     = ' '
    IMPORTING
      HEADER                        =
      TABLES
        LINES                         = tline2(vales of text)
    EXCEPTIONS
      OTHERS                        = 8
    so i need to call 3 subroutines in 3 differnt window
    thanks
    ajay

    Hi ,
      You can call subroutines created in programs in scripts as below:
    in scripts you need to call subroutine as below:
    perform get_text in program zprogram
    using &V55ENAFT-vbeln&
    changing &w_text&
    in program:
    form get_text tables i_tab structure itcsy o_tab strucutre itcsy.
    read table i_tab with key name = 'V55ENAFT-vbeln'.
    here you will have the value of the invoice in i_tab -value.
    so get the text for the invoice and assign to o-tab
    CALL FUNCTION 'READ_TEXT'
    EXPORTING
    CLIENT = SY-MANDT
    ID = 'NBOX'
    LANGUAGE = 'E'
    NAME = V55ENAFT-vbeln
    OBJECT = 'VBBK'
    * ARCHIVE_HANDLE = 0
    * LOCAL_CAT = ' '
    * IMPORTING
    * HEADER =
    TABLES
    LINES = w_text
    * EXCEPTIONS
    * OTHERS = 8
    o_tab-name = 'w_text'.
    value = w_text.
    Regards,
    Himanshu

Maybe you are looking for

  • Re install adobe acrobat x

    My Adobe Acrobat X got corrupted--EXACTLY what are the steps to re-install using the Serial Number ? (I was given a download link tinyurl.com/olddownloads but do not know how/what do do next.) Thank you

  • Entering textual data in Hyperion Financial Reports on client side

    Our comapny is using Financial Reporting studio tool for reports. Reports are made by the Hyperion administrator and users only can view/read reports through Workspace service. Currently we need that users can put some text into the reports themselve

  • Error on executing fpclose.vi when using FP-1000 and two FP-TC-120 modules

    I have an error occuring in my LabVIEW program when closing the Field Point connections. I am using LV8.5 and im connecting to a FP-1000 controller (RS-232 native port) which connects to two FP-TC-120 modules, under XP. The error i get is 'Error 3358

  • Login Issues with license check

    Hi All, We have had some issues with starting the database after a virus attack on our network. We have now sorted this out with the help of an Oracle DBA. We can now start the database as well as the central instance fine. But, when our users are tr

  • Mini SAP on Vista 64

    Hi all, Trying to install Mini SAP on Vista 64. I have downloaded from the following page: http://www.sdn.sap.com/irj/scn/downloads;jsessionid=%28J2EE3414800%29ID1969710750DB00238006277026100109End?rid=/library/uuid/80fd9a0a-e306-2a10-c896-b84c77c13e