Assortment List IDoc : % Discount Promotion Condition Missing

Dear All,
We are working with in IS-Retail Assortment List IDoc for transferring article data to stores (SAP Triversity system). We are facing one problem while transferring the promotional discounts to the POS. We are able to transfer merchandise category level discounts using IDoc WPDREB, but when we go for transferring %discounts (Condition Type KA02) via Assortmnet List (WBBDLD.WBBDLD03) IDoc, it fails to generate the pricing condition (E1WBB07 and E1WBB08). However, we are able to populate the above mentioned segments while working with the condition types VKA0 (Special Price) and KA04 (Absolute Discount). Has anyone faced a problem like this before? Do we need to do any specific setting for %discount condition types?
Thanks in Anticipation,

Hi  Somnath 
sorry for the delay. As it looks like a detailed analyse is necessary.
Please open an customer message with your question on the IS-R-BD-RPC  component.
Some one from SAP will take care about the issue. Ensure you have an open system and access data and an example.
I recommend to post the solution in forum after that.
regards
Björn
Edited by: Björn Panter on May 21, 2008 2:15 PM

Similar Messages

  • Assortment List IDoc - WBBDLD03 Taxcode Segment not creating.

    Hi All,
    What configurations are required to send the Tax code from Assortment List Idoc 16th Segment.  Pls. let me know the steps of configuration verification so that it can be send through Assortment List IDOC WBBDLD03 or 6
    Regards
    Ashok

    Hi Milan
    Pls. follow these steps.. for Sending the Tax Codes.
    NOTE : Steps for Tax Code Flow to POS
    Step 1 : MM42 - Basic Data - Check the following
                   Tax Class - (With Value)
                   Tax Data - (Country - CA, Tax Category - CTXJ Tax Jurisdiction, Tax Classification - 1 Taxable (0-Non Taxable, 1 Taxable Etc)).  Taxs Relevant to Article Taxes.
    Step 1.1 : MM42 - Basic Data - Check the following
                      Check for the Assortment List Type, Listing of Assortment to Site in Listing Tab, Price of Article.
    Step 2 : WB02 - Customer Tab - Billing Sales Area - Tax Classification - (1-Liable for Taxes)
    Tax code is pick up from Site - Address (Country, Region Combination of Site master to Assortment List)
    Step 3 : VK11 - Condition Type - CTXJ
    This Tax Condition should have a Combination records for Tax Codes in the List.  (For Country / State / Customer Classification / Article Classification 1. The table should contain the records for 'CA' - (Canada, Region, Tax Class Cust, Tax Class Artic, Valid from, Valid To, Tax Code)
    Step 4 : IMG -> Sales and distribution -> Basic Function -> Pricing -> Pricing Control -> Define and Assign Pricing Procedure -> Maintain pricing procedures (V/08)
                   V/08 - Pricing - VKP001 - Sales Price Princing Branch will carry the Pricing Condition to Outbound Idoc WBBDLD.
                   Solution : Changed the VKP001 Pricing procedure having the standard tax condition MWSI, this one changed to CTXJ which is of Canadian Tax Condition.
    Step 5 : IMG -> Logistics General -> Assortment -> Assortment List -> Maintain Profile for Assortment List -> Selection the Assortment Type -> Check the Condition Type Group
    Step 6 : IMG  -> Sales and distribution  -> Pos Interface  -> POS Outbound  -> Maintain POS Condition Type Group
                   This table is by default Maintained with below Condition types
                   MWSI - Output Tax
                   MWST - Output Tax
                   VKAO - Promo SP IS-R
                   VKPO - Sales Price
                   Add Additional Condition types which need to send to POS including the condition type of Tax.of Canada
                   CTXJ - Tax Jurisdiction Code.
                   KA02 - Promotional Discounts % 1
                   KA04 - Promotional Discount MD 1
    Regards
    Ashok

  • No change triggered for assortment list IDOC

    Dear all expert,
    I'm facing a problem and below is issue reproduction steps.
    1. Article 'A' listed to Assortment 'ASM01' which is assigned 3 sites as assortment users.
    2. I executed WDBI for assortment list initialization. 3 IDOC files are generated successfully.
    3. Now, I unassigned one of the site from the assortment ASM01.
    4. I execute WDBU for assortment list IDOC change message. No IDOC is generated for this site.
    Any idea?
    Thank you very much!
    Regards,
    Wso

    Hi Tobias,
    Thanks for your reply!
    Actually i'm newbie on SAP Retail and now looking at listing and assortment stuff. I've configured the Assortment List Profile with checkbox 'Deletions for Listing' selected. Below is the SAP help explanation:
    "Indicator: Generate Deletion Records for Listing
    When you set this indicator, special material header records, carrying the information from the store retail system about the deletion performed, can be sent during deletions of assortment assignments between plant and assortment or during physical deletions of listing conditions in the change version of the assortment list. In the IDoc, these materials are marked with the change indicator AENKZ = 'DELE' in segment E1WBB01."
    So i wonder a IDOC file will be generated for the unassigned site with change indicator DELE for all articles listed to that site.
    Thanks again!
    Regards,
    Wso

  • Assortment list: Missing data values & structure modification

    Hello all,
    I have the following problem:
    1. I'm using the assortment list (not HPR version) with the structure WBBP_MAX to download data to the local system that is connected to a POS system. I know that this structure is a really massive one, but I'm planning to reduce it (see my number 2 question). The TC I'm using is WDBI\WDBM. Release version ECC6.
    When I'm executing the assortment list initialization\manual I have a missing values problem when displaying the AL for example: the purchasing prices (E1WBB08 - KWERT) appears in the generated Idoc (basic type WBBDLD04) but when I'm displaying the created assortment list, the values for the sales price do not appear . In additional, in the SAP Retail store, the sales price appear for the article overview option but in the store order\assortment list option the price do no appear.
    2. I want to create my own structure as a copy of structure WBBP_MAX. I've copied the structure and started mapping the fields I needed. My question is - is it enough to change the structure and assign the new structure to my AL profile or do I have to modify the RWDBBI_ALV program?
    Regards,
    Mikio

    This code works. How does your code differ in significant ways?
    <?xml version="1.0"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
      <mx:Script>
        <![CDATA[
          import mx.collections.ArrayCollection;
          [Bindable] private var ac:ArrayCollection = new ArrayCollection([
            {id: 1, label: "test1"},
            {id: 20, label: "test20"},
            {id: 3, label: "test3"},
            {id: 40, label: "test40"}
        ]]>
      </mx:Script>
      <mx:List dataProvider="{ac}">
        <mx:itemRenderer>
          <mx:Component>
            <mx:HBox>
              <mx:Label text="{data.id}"/>
              <mx:Label text="{data.label}"/>
            </mx:HBox>
          </mx:Component>
        </mx:itemRenderer>
      </mx:List>
    </mx:Application>
    If this post answers your question or helps, please mark it as such.
    Greg Lafrance - Flex 2 and 3 ACE certified
    www.ChikaraDev.com
    Flex / AIR Development, Training, and Support Services

  • POS assortment list - promotion price changes

    Hi All,
            does anyone know whether its possible to trigger change messages when a promotion price is deactivated? I tried deactivating a promotion for a specific article then executing the assortment list change message program to generate idoc but it resends the article without the promo price. I need to know the promo number that was associated with the article, is this possible?
    Regards,
    James
    Message was edited by:
            James Tran

    Hi James,
    The promotion articles, prices, and period are defined when the promotion is created. Depending on the type of promotion that is used, the prices for a price list or distribution chain are then activated. Depending on the activation type, the promotion price of the individual article is determined with or without the price list.
    The promotion category is the same as the promotion type and is a classification characteristic in the information system. This allows promotions in the classification system to be indirectly classified according to promotion types. You must maintain precisely those promotion categories which you wish to create subsequently as promotion types. The text describing the type and category should be identical.
    Bye,
    Muralidhara

  • ATG Promotion  item discount  (Advance condition and Offer template)

    Hi Team ,
    We are using ATG Item Discount (Advance condition and Offer template ) .  Under this template we have Condition and Offer  .
    In condition we have specified ,   Apply Offer when  Order Quantity   =  3   and Order contains say SKU1 , SKU2,SKU3
    In Offer we have specified ,  Item to discount up to  = 9   and item to discount are  SKU1 , SKU2,SKU3
    We have a tricky requirement here  where customer wants Number of Items to discount should always  be multiple of  quantity that we specified in  Apply Offer when  Order Quantity field   based on how many quantities customer have added in the cart .
    Minimum quantity to qualify the offer would always be 3  and maximum item to discount would always remains 9 .
    If user add  quantity in the cart as 3   , then it should discount  3 Only .
    If user add  quantity in the cart between 3(exclude ) and 6(exclude) , then it should discount  3 quantities .
      If user add  quantity in the cart as 6  , then it should discount  6 quantities .
    If user add  quantity in the cart between 6(exclude ) and 9(exclude) , then it should discount maximum of 6 quantities .
    If user add  quantity in the cart as 9  , then it should discount maximum of 9 quantities
    > 9 items in the cart  , then it should discount only 9  .
    I am not able to map condition like this in this template  . Can you please guide me how we can achieve requirement like this in ATG  OOTB or by doing some sort of customization ?

    Hi ClareR
    Yes, I did. Here is the PMD rule
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <!DOCTYPE pricing-model SYSTEM "dynamosystemresource:/atg/dtds/pmdl/pmdl_1.0.dtd">
      <pricing-model>
        <qualifier>
          <iterator name="next" number="2" sort-by="priceInfo.listPrice" sort-order="descending">
            <collection-name>items</collection-name>
            <element-name>item</element-name>
            <element-quantity-property>quantity</element-quantity-property>
          </iterator>
        </qualifier>
        <offer>
          <discount-structure calculator-type="standard" discount-type="fixedPrice" adjuster="0">
            <target>
              <iterator name="up-to-and-including" number="1" sort-by="priceInfo.listPrice" sort-order="descending">
                <collection-name>items</collection-name>
                <element-name>item</element-name>
                <element-quantity-property>quantity</element-quantity-property>
              </iterator>
            </target>
          </discount-structure>
        </offer>
      </pricing-model>
    And in my cart I have 4 items
    Item 1 $22
    Item 2 $46
    Item 3 $24
    Item 4 $22
    The items that got the discount were Item 2 and Item 3, but we want to give as free item 3 and item 4 or 1 (because they have the same price). As you may see the BOGO is set up buy 2 and get one free. Someone told me in the version 10.1.2 you can set up Buy 1 and get one free, I am not sure if it is an issue on ATG 10.0.2 and if it is, do they have a path?
    Thanks,

  • List of Discount based on customer

    Olá pessoal,
    Sou novo no mundo SAP SD e estou com algumas dúvidas... vou postar uma das principais aqui...
    Na empresa em que trabalho, o processo funciona da seguinte forma:
    1. Cliente é cadastrado
    2. Ordem de venda (OV) implantada para este cliente com as condições de preço (descontos) definidas manualmente. Mesmo este cliente tendo uma lista de descontos, por família de produtos, aprovada em uma planilha excel.
    3. OV passa pela primeira validação, onde são conferidas todas as questões tributárias, transportadoras e se o mesmo esta dentro da política comercial além de outros.
    4. OV passa pela segunda validação, onde são liberados, ou não, os descontos cedidos ao cliente pelo vendedor.
    Demais passos são desconsiderados nesta situação que preciso ajuda, portanto não vou prosseguir.
    Posto isto, minha dúvida seria em como eliminar o 4º passo, uma vez que este cliente já possui uma lista de descontos definida.
    Gostaria de saber se a solução abaixo é possível, e também se existe outra solução, bem como se somente customizado.
    No cadastro do cliente, gostaria de colocar o desconto que quero aplicar por família de produto.
    Ex.: Higiene = 37% | Alimentação=25% | Bebidas: 5%
    E este cadastro seria aprovado pela direção uma única vez, até que os preços descontos precisem ser ajustados. Eliminando assim o 4º passo e desta forma, os diretores teriam que aprovar o cadastro do cliente e não todos os pedidos deste. Assim, uma OV quando implantada, já sairia com o desconto aplicado por família de acordo com o cadastro do cliente e automaticamente.
    O 4º passo só existiria se caso houvesse uma tratativa especial em que fosse cedido um desconto manual na OV.
    É possível?
    Desde já agradeço.
    Obrigado
    Message was edited by: G Lakshmipathi
    Please ensure to post in English language

    Ok, sorry.
    Hi,
    I'm new in the SAP world and i need a help with one doubts.
    In the company I work, the process works as follows:
    1. Client is registered
    2. Sales Order (SO) registered for this client with the conditions of price (discounts) defined manually. But this client have's a list of discounts, by product family, aproved in an excel spreadsheet
    3 SO passes for the first validation, which conferred all tax issues, carriers and whether it is within the trade policy and others.
    4. SO passes for the second validation, where they are released, or not, the discounts granted to the customer by the seller
    Other steps are disregarded in this situation that i need help, so I will not proceed with they.
    That said, my question would be how to eliminate the 4th step, since this client already has a list of defined discounts.
    I wonder if the solution below is possible, and also if there is another solution, and only if customized.
    In the customer master, I would to inform that discount i want to apply separated by product Family.
    For Example: Hygiene = 37% | Power = 25% | Drinks: 5%
    And this registration will be approved by direction once, until the discounts need to be adjusted. Thus eliminating the 4th step and the directors would have to approve the registration of the client and not all sales orders. Thus, when an SO is registered, would have with the discount applied per family according to the registration of the client and automatically.
    The 4th step only exist if there was a special case in which dealings were given a manual discount on OV.
    Is it possible?
    Tks.

  • Assortment List - Price List

    Hello,
    I have an article with valid two prices (condition VKP0):
    -  sales organization and distribution channel (Table A073);
    -  Price list (Table A155).
    In Access Sequences and Filter Settings for Condition Types (assortment list), the price list has priority.
    When you generate the assortment list by trabsacção WDBM the system determines the price set for the sales organization.
    Have ideas to solve this problem?
    Thanks,
    Vera Monteiro

    Hi Vera
    I am facing the same/a very similar issue.  A colleague suggested a possible solution which didn't resolve it for me but it might be worth checking if it works for your scenario?
    How are you assigning the site to the price list - centrally in the site customer's sales area view under pricing or by material group (merchandise category)?
    Please check the IMG:
    Sales and Distribution -> Basic Functions -> Pricing -> Pricing Control -> Define Access Sequence:
    Maintain Access Sequence
    Select VKP0 Accesses view
    Select Table 155 Fields view
    for condition PLTYP the Doc.field should be PLTYP if you assign site to price list centrally, but if you do it by material group it should be PLTYP_P.
    I am still working on my issue so I will let you know if/when I find a solution.  Please can you let me know if you resolve it first?

  • Discount Promotion Buy one (1) and get one (1) 50% Off

    I need to configure in SD the discount promotion Buy one (1) and get one (1) 50% Off. I tried creating a discount condition and it works, but the user want to see the discounted Item showing up in the Sales Order in the next line 50% off from the original price and not as a simple discount condition at Item level and do exactly what the free goods does, where when you buy one the second Item come for free in the next line in the Sales Order.
    Edited by: GilbertoRondon on Nov 13, 2009 9:12 PM

    Look up "Volume Pricing" in docs. You can set thresholds and prices for
    each individual product.
    Cheers,
    M

  • Retail Promotion condition type can be different from VKA0

    Dear expert,
    You may know that when we create promotion through WAK1 and active price through WAK5, SAP will create condition and store to condition type VKA0.
    My question is "Is this condition type VKA0 hard code by SAP, can we have different condition type other than VKA0"?
    Here client wants to have different condition type, for example ZKA1, ZKA2 to store different condition for different promotion type / purpose.
    Any soluiton or suggestion?
    Best Regards,
    Honghai

    Hi
    Please check you customize settings in the IMG under retail sales price calculation.
    Spro>logistics general>retail pricing>sales price calculation>control data for pricing table and data backup>control per sales price calc schema and list field
    In your schema under list field ENDPR set the condition type for promotion and normal when saving list fields in master conditions.
    Don't forget to then maintain the assignment of condition tables for your schema as well.
    I hope this works.
    Regards

  • POS outbound assortment list - deleted EAN's/delisted articles

    hi All,
              does anyone know whether it is possible to send a deletion indicator down to POS for the assortment list? IT seems that deleted EAN's trigger a change pointer but WBBDLD IDoc only contains the updated article details only. Also, when an article is delisted from a site, is it possible to send a deletion indicator as well?
    REgards,
    James

    Hi James,
    in the assortment list customizing it is possible to activate sending of delisted articles.
    Please check the the profile parameters.
    SPRO -> Logistics - General -> Assortment -> Assortment List -> Maintain Profile for Assortment Lists
    Here the flag
    DELETION for LISTINGS
    For details please look at documentation.
    If you are using the HPR (High performance Retailing) Assortment list, this will be not possible. In this case you have to initialize the list. Deleted articles will not be a part.
    regards
    Björn

  • List of all sales condition records(VK13)  with a particular tax code

    Hi all
    We have a requirement to list out all  sales condition records created through VK11 which has a particular tax code in it.Say list of all condtion records which have tax code as 'IA'. Could you please let us know the easier way to pull out such report.
    We understand that we can get such list from tables KONV and KONP but we are not able to correlate output from such tables with condition record display in VK13. Any pointers to this would be highly appreciated.
    Regards,
    Santosh

    Hi,
    Use KONH and KONP tables. condition record whole information will be stored in these 2 tables.
    In KONH table you will get header information of the record. like condition type,condition table, created date and validity periods. In varkey field sales area and material other info. .. Note the record number 0000007609.
    Goto KONP table, enter same record number in condition record number field. you will get item level information.
    Regards,
    Chandra

  • Error : Pre Settings for IDoc inbound processing are missing error

    Hi Experts,
    There is a CRM job which executes LSMW and I am facing a strange problem during the IDOC posting the error "Pre Settings for IDoc inbound processing are missing error". Can anyone please tell me how to correct this error?
    Thanks in advance.
    Madhurima.

    I'd start with the following document, with one modification. At step 12 after typing GEARAspiWDM press the Enter/Return key once prior to clicking OK. (Pressing Return adds a carriage return in the field and is important.)
    [iTunes for Windows: "Registry settings" warning when opening iTunes|http://support.apple.com/kb/TS3299]

  • TSV_TNEW_PAGE_ALLOC_FAILED dump in WDBU: Assortment listing

    Hi all,
    when my SD consultants are executing WDBU either in background or foreground  we are getting dump:
    TSV_TNEW_PAGE_ALLOC_FAILED
    details are as follows:
    No more storage space available for extending an internal table.
    Error anslysis
    The internal table "???" could not be further extended. To enable
    error handling, the table had to be delete before this log was written.
    As a result, the table is displayed further down or, if you branch to
    the ABAP Debugger, with 0 rows.
    At the time of the termination, the following data was determined for
    the relevant internal table:
    Memory location: "Session memory"
    Row width: 1032
    Number of rows: 6729552
    Allocated rows: 6729552
    Newly requested rows: 8 (in 1 blocks)
    how to correct the error:
    The amount of storage space (in bytes) filled at termination time was:
    Roll area...................... 2718352
    Extended memory (EM)........... 5002852296
    Assigned memory (HEAP)......... 2000090624
    Short area..................... " "
    Paging area.................... 24576
    Maximum address space.......... 4294967295
    earlier the values for
    ztta/roll_extension and abap/heap_area_total was 2 GB
    for corrections i have made changes in the parameters as follows:
    ES/TABLE                                    SHM_SEGS
    ztta/roll_extension                         5000000000
    abap/heap_area_total                        5000000000
    I have AIX OS and the RAM is 16 GB on this particualr application server, which is central Instance.
    the swap space allocated is 40 GB.
    please tell me what to do to resolve this particular issues.
    regards,
    Priya

    The selection criteria when you go to WBDU T-code are:
    Assortment User:
    sales organisation - we are specifying it
    Distribution channel - we are specifying it
    customer no. - site - we are just specifying one site
    Assortment List:
    Assortment List Type
    Control Data:
    Donot use cycle - we are ticking this option.
    Generate Merged Versions
    Parallel Processing
    Max Number Of processes
    Logon/ server Group - we are specifying the server the instance server.
    what else can the selection criteria be narrowed down to.
    Also in the dump when it says "The internal table "???" could not be further extended"what is table ??? means.
    When i was going through SAP Notes i found few notes : 542669, 959104 , 740976. But these are applicable to ECC 500 and 470.mine is ECC 6.0 and our APPL level is 12.
    What do you think can be done in this situation..
    we are using just one site.
    Regards,
    Priya

  • EDI: Syntax error in IDoc (mandatory group/segment missing)

    hi EDI/IDoc experts,
    Need you help urgently. According to the requirement, i need populate a segement  E1IDT01 of basic type PEXR2002 . I added the code , then run and generate an idoc , the new segment
    E1IDT01  was populated,  but Syntax error 26 happend. Error message as below.   It also strange that i can see E1IDKU5 populate out as usual, but some others segment disappeared , i am sure that in my code ,i didn't changed any variable related to other segement . how can i fix this problem?
    EDI: Syntax error in IDoc (mandatory group missing)
    Message no. E0079
    Diagnosis
    The segment group E1IDKU5 has the attribute 'Mandatory' in the syntax description of the basic type PEXR2002 (customer enhancement ). However, the segment group is missing in the IDoc. The segment number logged in the status record identifies the item before which the segment group is missing.
    Procedure
    Please check the IDoc or the syntax description of the basic type PEXR2002 (customer enhancement ).

    Hi all,
    Thanks so much for your concern!
    Finally ,this problem has been figured out  .
    Requirement is user want to use segment E1IDT01 in idoc to populate the long text they maintained in accounting document vendor item line (use FB01 to create accounting doc).
    Why I made out " EDI: Syntax error in IDoc (mandatory group/segment missing)" this message out ,because  I didn't fill data correctly. I missed to keep SY-TABIX in momory .
    when we use Function module ,or do..enddo...or read table it_table. we should be careful that SY-TABIX  is changed .So we can't just use MODIFY EDIDD_TABLE INDEX  SY-TABIX  in the last . we should define a local variable to keep  SY-TABIX  in memory and then use it to modify EDIDD_TABLE. 
    Follow is the final code.
    IF SEGMENT_NAME = 'E1IDT01'.
    TABLES :STXL.
    * Define for long text getting
      DATA: LIT_TLINE  LIKE TLINE   OCCURS 0 WITH HEADER LINE.
      DATA: LV_STRING(2000)  TYPE C.                          
      DATA: LV_TDNAME TYPE THEAD-TDNAME,
            LV_ID     TYPE THEAD-TDID     VALUE '0001',
            LV_LANG   TYPE THEAD-TDSPRAS  VALUE 'E' ,
            LV_OBJ    TYPE THEAD-TDOBJECT VALUE 'DOC_ITEM'.
    data:   LV_LINE   TYPE I,                " long Text lines
            LV_LEN    TYPE I,                " long Text length   
            LV_TABIX  LIKE SY-TABIX.                              
    * Clear memory
      CLEAR:LV_TDNAME,
            LV_STRING,                                        
            LV_LINE,                                           
            LIT_TLINE, LIT_TLINE[],                          
            LV_LEN,                                            
            LV_TABIX.                                        
    * Keep sy-tabix memory using a variable--This is the key point
      LV_TABIX = SY-TABIX.
    * Combine TDNAME with company code + accounting doc + fiscal year + item number.
        CONCATENATE  REGUP_DATA-BUKRS REGUP_DATA-BELNR
                     REGUP_DATA-GJAHR REGUP_DATA-BUZEI INTO  LV_TDNAME.
    * When vendor item has long text , read long text into lv_string
        SELECT SINGLE *
          FROM STXL
          WHERE TDOBJECT = LV_OBJ
            AND TDNAME   = LV_TDNAME
            AND TDID     = LV_ID
            AND TDSPRAS  = 'E'.
        IF SY-SUBRC = 0.
          CALL FUNCTION 'READ_TEXT'
            EXPORTING
              CLIENT   = SY-MANDT
              ID       = LV_ID
              LANGUAGE = LV_LANG
              NAME     = LV_TDNAME
              OBJECT   = LV_OBJ
            TABLES
              LINES    = LIT_TLINE.
          IF NOT LIT_TLINE[] IS INITIAL.
            DESCRIBE  TABLE LIT_TLINE LINES LV_LINE.
            DO LV_LINE TIMES.
              READ TABLE LIT_TLINE INDEX SY-INDEX.
              CONCATENATE LV_STRING LIT_TLINE-TDLINE INTO LV_STRING.
            ENDDO.
            LV_LEN = STRLEN( LV_STRING ).
    * Make sure we only need  less than 840 charicters
            IF LV_LEN > 840.
              LV_STRING = LV_STRING+0(840).
              LV_LEN    = 840.
            ENDIF.
    * Populate Vendor item long text with segment E1IDT01 start from
    * Fields TXT03 to TXT14.
             EDIDD_TABLE-SDATA+147(LV_LEN) = LV_STRING.
            MODIFY EDIDD_TABLE INDEX LV_TABIX.
          ENDIF.
        ENDIF.
      ENDIF.

Maybe you are looking for

  • Help, I cannot print a PDF file to my Hp Photosmart D110 series. It sits on the queue forever.

    I am trying to print files I purchased and it will not print.  I have the Photosmart All in One D110 web enabled printer and a Windows 7 HP computer. 

  • Trouble Viewing PDF's in Safari

    When I click on a pdf to read it, I get a black screen and a message  that " ADobe Reader blocked for this website"  If I click on the message, it gives me a window that allows me to Trust the site and then will open the pdf.  It won't allow me to do

  • My iphone 5c turned off and won't turn back on. What do I do?

    My iphone 5c turned off and won't turn back on. What do I do?

  • BAM Sensor in BPEL

    Hi, I'm new to BAM and am trying to use a BAM sensor in my BPEL process to populate the BAM data objects. I've created a BAM sensor variable and corresponding sensor action. The BPEL process executes as expected but the sensor does not seem to reflec

  • [SOLVED] pacman -Rdd glibc FAIL

    I tried to remove and then re-install packages listed by grep in wiki [user@alien ~]$ grep '^lib/' /var/lib/pacman/local/*/files /var/lib/pacman/local/glibc-2.16.0-1/files:lib/ /var/lib/pacman/local/glibc-2.16.0-1/files:lib/ld-2.16.so /var/lib/pacman