Error while shopping cart creation

Hi All,
We are on SRM 7.0 and ECC 6.0.
We have just recently set up our SRM 7.0 system along with the portal. SSO, UWL etc have been configured in the Portal.
Now when the user logs in to create a shopping cart and clicks on the
1. Employee Self Service link, he gets the following error :
The URL http://sapsrmdev:8003/sap/bc/webdynpro/sap/powl/ was not called due to an error.
Note
The following error text was processed in the system ASR : Die URL enthält keine vollständige Domainangabe (sapsrmdev statt sapsrmdev.<domain>.<ext>).
The error occurred on the application server SAPSRMDEV_ASR_03 and in the work process 0 .
The termination type was: RABAX_STATE
The ABAP call stack was:
Method: CHECK of program CX_FQDN=======================CP
Method: STARTUP_CHECKS of program CL_WDR_CLIENT_ABSTRACT_HTTP===CP
Method: HANDLE_REQUEST of program CL_WDR_CLIENT_ABSTRACT_HTTP===CP
Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_WDR_MAIN_TASK==============CP
Method: EXECUTE_REQUEST of program CL_HTTP_SERVER================CP
Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
Module: %_HTTP_START of program SAPMHTTP
PS : The user has the standard employee self service role in the portal and employee role in the backend.
Also the service sap/bc/webdynpro/sap/powl/ is active.
Please provide inputs.
Regards
Edited by: sivakumar lakshminarayanan on May 12, 2011 11:56 AM

Hi Jay,
I maintained the FQDN as you mentioned.
Now I am getting a different error when I click on Employee Self Service link.
The URL http://sapsrmdev.patni.com:8003/sap/bc/webdynpro/sap/powl/ was not called due to an error.
Note
The following error text was processed in the system ASR : An exception occurred that was not caught.
The error occurred on the application server SAPSRMDEV_ASR_03 and in the work process 0 .
The termination type was: RABAX_STATE
The ABAP call stack was:
Method: GET_LAYOUT of program CL_POWL_PERS_ACCESSOR=========CP
Method: INITIALIZE of program CL_POWL_MODEL=================CP
Method: HANDLEDEFAULT of program /1BCWDY/AFSW3OIPJU90DEGN2AMU==CP
Method: HANDLEDEFAULT of program /1BCWDY/AFSW3OIPJU90DEGN2AMU==CP
Method: IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER of program /1BCWDY/AFSW3OIPJU90DEGN2AMU==CP
Method: INVOKE_EVENTHANDLER of program CL_WDR_DELEGATING_IF_VIEW=====CP
Method: DISPLAY_TOPLEVEL_COMPONENT of program CL_WDR_CLIENT_COMPONENT=======CP
Method: INIT of program CL_WDR_CLIENT_APPLICATION=====CP
Method: IF_WDR_RUNTIME~CREATE of program CL_WDR_MAIN_TASK==============CP
Method: HANDLE_REQUEST of program CL_WDR_CLIENT_ABSTRACT_HTTP===CP
Regards

Similar Messages

  • Object: Error on Shopping Cart creation (BBPSC02)

    Hi all,
    While adding an item to a Shopping Cart, the following error is occurring:
    Error when processing your request
    What has happened?
    The URL https://srm.test.corp:8005/sap/bc/gui/sap/its/bbpsc02/~flNUQVRFPTIwMzA1LjAwNC4wMy4wMQ== was not called due to an error.
    Note
    <b>The following error text was processed in the system EST : Template interpretation failed. Template does not exist.
    The error occurred on the application server sapsrmt_EST_00 and in the work process 1 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Function: B40B_ACCSERV_CHECKACCASSIGNMT of program SAPLBBP_BD_DRIVER_40B
    Function: META_ACCSERV_CHECKACCASSIG_BUF of program SAPLBBP_BD_META_BAPIS
    Function: META_ACCSERV_CHECKACCASSIGNMT of program SAPLBBP_BD_META_BAPIS
    Form: COBL_CHECK of program SAPLBBP_PDACC
    Form: ACCOUNT_CHECK_SINGLE of program SAPLBBP_PDACC
    Form: ACCOUNT_MAINTAIN_SINGLE of program SAPLBBP_PDACC
    Form: ACCOUNT_F_CREATE of program SAPLBBP_PDACC
    Function: BBP_ACCOUNT_CREATE of program SAPLBBP_PDACC
    Form: ITEM_F_CREATE_FROM_WTAB of program SAPLBBP_PDIAD
    Form: ITEMLIST_F_UPDATE of program SAPLBBP_PDIAD</b>
    Going into the ST22, as Error Analysis it is suggested:
    “As a test, you can set the service parameter ~generateDynpro = 1. The system then generates the HTML page for this service without a template. You can then at least see which screen was sent by the WebAs. Make sure to reset the parameter to its original value.”
    Adding this parameter, the transaction is working properly, but is asking User ID and password to connect to the back-end (that seems strange to me!).
    A similar error (with different functions involved) is occurring while clicking on “Settings”: user settings are not visualized, but also changing the service parameter ~generateDynpro = 1, the transaction is working.
    Any idea on where is the problem?
    Thanks in Advance,
    #Bill J.

    Hi Luciano,
    these are the information coming from ST22 about the dump:
    <b>Information on where terminated</b>
    <i>Termination occurred in the ABAP program "SAPLBBP_BD_DRIVER_40B" - in "B40B_ACCSERV_CHECKACCASSIGNMT".
    The main program was "SAPLBBP_SC_UI_ITS ".
    In the source code you have the termination point in line 181 of the (Include) program "LBBP_BD_DRIVER_40BU34".</i>
    <b>Source code extract</b>
    164             IMPORTING
    165               expcobl        = e_backend_cobl[]
    166               messages       = return40b[].
    167           IF e_backend_cobl[] IS NOT INITIAL.
    168             REFRESH lt_backend_cobl.
    169             lt_backend_cobl[] = e_backend_cobl[].
    170             lv_change_in_badi = gc_yes.
    171           ELSE.
    172             IF lv_change_in_badi = gc_yes.
    173               e_backend_cobl[] = lt_backend_cobl[].
    174             ENDIF.
    175           ENDIF.
    176         ENDIF.
    177       ENDDO.
    178     ENDIF.
    179     IF lv_change_in_badi = gc_no.
    180
    >>>>       CALL FUNCTION 'BBP4X_CODINGBLOCK_CHECK'
    182         DESTINATION destination
    183         TABLES
    184           bbpcobl               = i_backend_cobl
    185           expcobl               = e_backend_cobl          "note 202684
    186           return                = return40b
    187         EXCEPTIONS
    188           communication_failure = 1  MESSAGE msg_text
    189           system_failure        = 2  MESSAGE msg_text
    190           OTHERS                = 3.
    191
    192       IF NOT sy-subrc IS INITIAL.
    193         CALL FUNCTION 'CONTROL_RECORD_ADD_VALUE'
    Any suggestion on how to debug are welcome.
    Thanks
    #Bill J.

  • Error in shopping cart creation

    Hello,
    We are creating a shopping cart and following error message has been displayed on the portal.
    The url was not called due to an error.
    Following notes were describing the error:
    Inetrnal error cannot sync.
    The error was occured on application server eccps_srq_50 and work process 4
    termination type TH_RES_FREE.
    ABAP Call stack was
    system-exit of program SAPLBBP_SC_UI_ITS
    Regards,
    Ashish

    Hi
    On what event, this short dump is happening. Please elaboarte.
    Can you please paste the details dump here. ?
    Hope this will help.
    Regards
    - Atul

  • Error while shopping from catalog

    Experts,
    We are on SRM7/ECC6 (Ext classic)
    When we are creating a shopping cart from one of the vendor catalogs, we are getting following errors
    1. Unit of measure BOX is not an ISO code (I don't get this when i create a free text SC with unit of measure as BOX!!)
    2. Error occured calling META_BAPI_DISPATCH (I don't get this error while shopping otherwise, but only when I shop via catalogs)
    3. Not possible to calculate tax (I don't get this error while shopping otherwise, but only when I shop via catalogs)
    4. Plant for follow on document missing (I don't get this error while shopping otherwise, but only when I shop via catalogs)
    5. System ECCXXXX of purchasing org XXX differs from doc reference SRMXXX
    Please advise as to why so many errors while catalog shopping but no error otherwise?
    Regards

    Not possible to calculate tax
    -> Generally one gets this error when one do/don't setup tax. Please check tax configuration.
    SRM Server -> Cross-Application Basic Settings-> Tax Calculation -> Determine System for Tax Calculation -> No tax calculation.
    System ECCXXXX of purchasing org XXX differs from doc reference SRMXXX
    -> There has to be mis-match between ECC pur org & SRM pur org. You need to consult MM con & rectify it.
    Regards,
    yaniVy
    reward if helps

  • Accoung Assignment tab is disable during shopping cart creation

    Hi Gurus,
    Ned your expert advice on this issue.
    We are using SRM7.0 classic scenario. During configuration, under SPRO>Supplier Relationship Management>SRM Server>Cross Application Basic Settings>Account Asisgnment, we define Account assignment categories, define G/L account for Product Category and Account assignment Category and no entry under Maintain Local Accounting Data.
    However during shopping cart creation, Account Assignment tab is disable. We cannot even add line item and throwing an error. We assigned therequired entries under PPOSA_BBP but still unable to complete the shopping cart.
    Please advice how to resolve the issue.
    Thanks.

    Hi,
    Have you enabled the 'default' checkbox?
    Regards,
    Nikhil

  • There's an error while delivery note creation for STO order

    There's an error while delivery note creation for STO order  even stock available in unrestricted stock
    Edited by: sharma aman on Nov 8, 2011 9:00 AM

    Dear Sharma Aman,
    Check whether the following link helps you.
    Mesaage : while creation of delivery : An item with no delivery quantity .)
    Please search in google with the error message and definitely you will get some older posts in SDN which is solved.
    In that case , you need not wait for the solution as it is already available.
    If the solution provided do not suit you, then post it in SDN so that it will be a learning for others.
    Try to search in the forum or in google before posting further queries
    Thanks & Regards,
    Hegal K Charles

  • Shopping cart Creation Time is different from system time

    Hi ,
    Shopping Cart Creation Time is Different from System time.
    Could you tell me,        to which time it is refering to.
    How to change it.
    Create By is      webseruser
    Where can I find the required settings for the same
    Thanks In advance

    Hello,
    Are you checking this in BBP_PD?
    If you go to SU01 and check parameter "Personal Time Zone" -> "of the user", this time will appear to end user when creating document (document header in web).
                                                                                    If you do not have informed any value, it will be populated the pattern system timezone, defined in SU01 as well.
                                                                                    - I created a RFX in my test system with a user who's timezone (in tx SU01) is set as:
    Sys. Time Zone     CET                                                                 
    of the User        INDIA                                                                               
    - CET time  was 20:01:55                                                              
    - GMT time was 18:01:55                                                              
    - India time was 23:31:55                                                                               
    Looking at this RFX in BBP_PD I see the following:                                     
    Same user (India timezone and CET as "Sys. Time Zone"):                                
    Created_At: 20:01:55                                                                   
    Changed_at: 20:01:55                                                                   
    DETAILS (header):
    Created at: 18:01:55                                                                   
    Changed at: 18:01:55                                                                   
    RFX header (description): 23:31:55                                                     
    So, for end users, you should populate field "of the user" in SU01.
    In BBP_PD header details, you will have the GMT time (which is stored in internal tables).
    In BBP_PD created_at and changed_at you will have the system time zone, as defined in SU01.
    Regards,
    Ricardo

  • Using Wforms (Adobe interactive forms) in lieu of shopping cart creation

    Our users complain of too much data entry during shopping cart creation and less frequent users complain about forgetting GL a/c and product ID. In talking to SAP their suggestion is to implement Wforms to avoid end users logging into SRM and rather enter relevant details on wform and then convert it to Shopping cart.
    Has anyone implemented and can share how the experience has been,how difficult it to to implement wforms and support thereafter.I undertsand that wforms had issues in the past but SAP now claims to have overcome all those limitations.Please share your experience.

    Hi Ruchi,
    Did you say SAP proposed that you use WFORMS in place of SRM Shopping Cart?? I am not entirely sure we are quite there yet! There is lots of details available [here |http://www.sdn.sap.com/irj/sdn/adobe]which describe SAP interactive forms. Maybe this will help you. But I am surprised your users find the SC creation difficult, especially the 4 step wizard, can you not assign default values to many of these areas where they are having trouble? (GL accounts etc)
    Regards,
    Jason

  • Shopping Cart Creation - SAPLBBP_PD program error

    Hi Folks,
    I have one query. Need your help on this.
    We are using Product category. In extended attributes, for company code i deactivated the product category. Now, how is the possibility that i can use these product categories again back in my SRM system.
    I'm also observing the error in SRM shopping cart processing as below:
    Error application is coming up.
    20110315
    168996
    085921
    ISVSAPSRMDEV
    http://isvsapsrmdev.ad.infosys.com:8001/sap/bc/webdynpro/sapsrm/wda_l_fpm_oif/
    SYNTAX_ERROR
    Syntax error in program SAPLBBP_PD .
    Method: CREATE_SC_INT of program /SAPSRM/CL_PDO_FACTORY_SC_ADV=CP
    Method: CREATE_SC_INT of program /SAPSRM/CL_PDO_FACTORY_SC_ADV=CP
    Method: CREATE_NEW_INSTANCE of program /SAPSRM/CL_PDO_FACTORY_SC_ADV=CP
    Method: CONSTRUCTOR of program /SAPSRM/CL_CH_WD_BOM_SC=======CP
    Method: /SAPSRM/IF_CH_WD_MAP_FACTORY~CREATE_SC_MAPPER of program /SAPSRM/CL_CH_WD_MAP_FACTORY==CP
    And short dump while processing BBP_PD
    Kindly guide.
    thanking you all.
    Sangmesh Hiremath

    Dear Poster,
    As no response has been provided to the thread in some time I must assume the issue is resolved, if the question is still valid please create a new thread rephrasing the query and providing as much data as possible to promote response from the community.
    Best Regards,
    SDN SRM Moderation Team

  • Shopping Cart creation error

    I am using SRM 4.0 and ECC 5.0 with Ex Classic scenario.
    While I am trying to create Shopping cart following error is coming :-
    "No organizational data exists on item level" 
    I have checked up all Org. plan data i.e. users are consistent all attribute in org nodes in function tab like company code Pur Org or Pur Grp maintained.
    Secondly I have checked in R/3 that Material is also having Organization data like is extended to a Plant and Storage and Pur and Storage views are maintained. Still problem not resolved.
    I am not able to understand this error message.
    Could somebody help me ?
    Thanks
    Sanjay

    Hi Vadim,
    I found out the reason of problem. When we deflag check box for activate Extended Classic. This problem goes away.
    Further as suggested by you we have analyzed Xn BBPSC01 in SAP gui and found in Extended details every data is populated like Prod Cat.,Company,Plant and S Loc etc. except Pur Org and Pur Grp. When we deflag Extended classic check box than Pur Org and Pur Grp are also populated.
    What could be done as I have to use Extended classic scenerio.
    Problem of in ITS service page of basic data not being displayed remains.
    Thanks
    Sanjay

  • Error in shopping cart

    Hi all,
    While creating the shopping cart i'm getting this problem
    "select storage location that is assigned to the plnat"
    for some othey product category ( extended )
    "Plant for follow-on document missing"
    Any suggestion from your side ,please
    Thanks
    Hareesha

    Hi
    Which SRM version are you using ?
    Please go through this ->
    For the Error - "select storage location that is assigned to the plant"
    Re: Error: Select a location to which a plant is assigned
    PO error !!
    Plant and Location in SRM
    Re: Plant (location) and purchasing group matchcode empty in the SC
    Re: Plant disappears in extended attributes
    "Error- Plant for follow-on document missing"
    SAP OSS note 913831
    Plant missing for follow-on documents
    New Plant creation
    Plant disappears from PPOMA?
    Please revert in the event of any query.
    Regards
    - Atul

  • Receiving Error in Shopping Cart : Order Does not exist

    Hi
    While creating Shopping Cart and click Insert From Clipboard button, I am receiving " Order xxxx does not exist (Item yyy ).
    Please tell me why I receive this error and what causes and possible fixes to this?
    Details:
    The scenario I am doing is I have a webdynpro ABAP application which copies Value, Cost Center, OR Cost objects in to Clipboard.
    now when I go to Shopping card - > descrive requirment -> Cost assignment section-click Insert From ClipBoard - throws below error:  "Order xxxxxx does not exist (Item yyyy)"
    Indeed OR cost objects which are valid in the SRM system and every OR line is seen as invalid by SAP with above error message. Please explain
    Thanks
    Praveen
    Edited by: Praveen kumar Kadi on Jun 21, 2011 9:16 AM

    Hi,
    Thnaks for your reply.
    Actually manual copy To clipboard works fine from Shopping Cart. when we use webdynpro application to copt to Cliboard with same data it doesn't work. So I believe the key to debug SRM Shopping Cart-> CopyToClipBoard functionality like how the values have been copied to from shopping cart. So that we can compare Shopping Cart->CopyToClipboard value with Webdynpro CopyToClipBoard values.
    How to find what and which values and in which format copied from shopping Cart-CopyToCliboard.? Anyway to see this in debug.
    Please help with some screenshots/debug screens.
    thanks
    Praveen

  • Error on shopping cart : "No purchasing group exists"

    Hi,
    While the user tries to add items to shopping cart through portal, he is getting error "No purchasing group exists" which stops the user from saving the shopping cart.
    We have checked org structure where all the necessary configuration is existing. Please suggest what could be the reason for the error.
    Thanks in advance.
    Tejas Jani

    Hello Tejas,
    System is not able to determine the PGrp. 3 things are important for determining PGrp
    a. Organization Unit
    b. Product category
    c. Logical System  
    To check whether its a data issue or system issue. Best way is to update one of the PGrp
    1. Ensure in function tab PGrp is flagged & assigned to backend PGrp
    2. Maintain Responsibility tab Product responsibility as * & Organization responsibility as highest node in Org structure.
    Now, create a new shopping cart. It should pick this PGrp. If not, check if you have implemented BBP_PGRP_FIND BADI in system. 
    Hope this helps.
    Ashutosh

  • Error creating shopping cart

    Hi
    While creating Shopping Cart. In Account Assignment view, Assign   
    type select ->WBS Element than give WBS Element Assign No and Check.                                                                               
    Describe the problem                                                                               
    While check the following error noticed "The Account Assignment objects
    are defined for diff. business area".
    what is the problem??
    Thanks
    Hareesha

    Hi
    Seems like you are using Wrong WBS Element combination with the Account asignment in this case.
    Please cosult with Functional persons here to get the correct test data for creating a new Sales order... Alternatively, try the same combination in R/3 system in transaction - ME21N (Create PO), and see what error messages comes up there ..
    Hope this will help.
    Regards
    - Atul

  • Shopping cart creation category dropdown selecting the most used category

    Hi SRM gurus,
    While creating a shopping cart one of our most used category gets selected by default before we start doing anything.
    Everytime we have to change the category.
    Is there a way that will become blank and we can select from the dropdown or the find list.
    Kindly suggest.
    We are using SRM component version 4.0, SRM server 5.0, our patch level 0008.
    Thx. & reg.,
    Sridhar.

    Hi
    <b>Yes.. This was happening with us when we used SRM 4.0 version.
    We have used an  BADI Implementation to resolve this issue.</b>
    <u>The BADI name is <b> BBP_F4_READ_ON_EXIT </b></u>
    For Product category -> Product category (attr. WGR, PRCAT)  GET_CATEGORY Method, you need to go ahead.
    <u>Read the documenation of this BADI and you will get the problem resolved after implementing the same.</u>
    Here is the documentation
    BBP_F4_READ_ON_EXIT
    Short Text
    Restrict the Display in Input Helps and Search Helps
    You can use the Business Add-In (BAdI) BBP_F4_READ_ON_EXIT to restrict (or augment) the list of values and favorites that are output in the input and search helps. You can only process data elements for which input helps exist on HTML templates. The following three BAdIs are also available:
    BBP_F4_READ_ON_ENTRY
    Use this BAdI if you do not just want to restrict the favorites and values list but also want to select this yourself.
    BBP_F4_MEM_UPDATE
    BBP_F4_SAVE_DB
    The following three modules are used to process the values per data element:
    BBP_GET_<data element>_F4
    Supplies a list of all values and user-specific favorites. You can influence how this module works using BAdI BBP_F4_READ_ON_ENTRY and BBP_F4_READ_ON_EXIT.
    BBP_UPD_<data element>_FAV
    Updates the favorites in internal function group storage. You can influence how this module works using BAdI BBP_F4_MEM_UPDATE.
    BBP_SET_<data element>_FAV
    Writes the current favorites to the database. You can influence how this module behaves using BAdI BBP_F4_SAV_DB.
    Use
    Only implement this BAdI and only program the appropriate method if you want to restrict or augment the value set of standard selection.
    If you determine favorites using a BAdI, the standard modules do not process the favorites further. Warning: If, deviating from standard selection, you determine the list of favorites yourself using a BAdI, you have to temporarily store the favorites in the methods of the BAdIs and carry out final saving to the database yourself.
    Standard settings
    If data is added via the methods, no check of this data occurs. The check has to occur in the methods themselves.
    The interfaces of the methods of the BAdI are (almost) always the same:
    IV_LANGUAGE
    Language for determination of the texts
    IV_USER
    User for which the values are requested
    ET_<data element>_LIST
    The list of valid values changed by you
    EV_X_FAV_PROCESSED
    Use "X" to stipulate that you have filled the favorites list. Only present if favorites table exists for relevant data element.
    ET_<data element>_FAVOURITES
    Changed favorites list for user IV_USER. Only exists if favorites table exists for relevant data element.
    The methods have to fill the structures of the transfer tables completely. Incompletely filled structures can cause followup errors and unforseen consequences.
    Activities
    Reading of value lists and favorites using function module BBP_GET_<data element>_F4 occurs as follows:
    1. First the BAdI BBP_F4_READ_ON_ENTRY is called. It is possible to fill the input list (and favorites) with default values.
    a) In the case of default values, exactly these values are returned to the initiator. No further processing or check occurs and the module is exited.
    b) If no default values exist, the standard selection is carried out.
    2. Before the values are transferred externally you can restrict or augment the number of hits using the BAdI BBP_F4_READ_ON_EXIT. You can therefore delete entries from or add entries to the input list or favorites list.
    3. BAdI BBP_F4_READ_ON_EXIT provides an individual method for each data element for which an input help and/or favorites table exists. These are listed below.
    If you use this method, you need to indicate processing using the parameter EV_X_LIST_PROCESSED or EV_X_FAV_PROCESSED. Otherwise the selection is lost.
    List of available methods per data element in BBP_F4_READ_ON_EXIT:
    Field/Data element  Method
    Currency    GET_CURRENCY
    Region    GET_REGION
    Country    GET_COUNTRY
    Language    GET_LANGUAGE
    Industry     GET_INDUSTRY
    Academic title    GET_ACADEMIC
    Time zones    GET_TIMEZONE
    Procurement cards   GET_PCARD
    Legal forms     GET_LEGAL
    Format for name format    GET_NAMEFORM
    Quality management systems    GET_QMSYSTEM
    Fixed values    GET_DOMVALUE
    Form of address texts    GET_TITLEKEY
    Units of measure   GET_UNIT
    Bank data    GET_BANKINFO
    Tax number types   GET_TAXNUMT
    Tax numbers per country    GET_TAXTYPE
    Tax groups per tax type    GET_TAXGROUP
    Terms of payment    GET_PAYMTERM
    RFC destinations   GET_RFC_LOGS
    Logical systems   GET_LOGSYS
    Tax codes     GET_TAXCODE
    Catalogs (attribute CAT)   GET_CATALOG
    Roles (attribute ROLE)   GET_ROLE
    Account assignment categories (attribute KNT) GET_KNT_ATTR
    Purchasing organizations (from PdOrg)  GET_PURCHORG
    Purchasing organizations (per company)   GET_PORGCOMP
    Purchasing group (from PdOrg)  GET_PURCHGRP
    Purchasing group (per company)  GET_PGRPCOMP
    Product category (attr. WGR, PRCAT)  GET_CATEGORY
    Products    GET_PRODUCT
    Goods recipient plant (attr. REQUESTER)  GET_GRCPLANT
    Goods recipient user (attr. REQUESTER)  GET_GRCUSER
    Requester (attribute REQUESTER)  GET_BOBUSER
    Cost centers (attribute CNT)   GET_COSTCENT
    Asset classes (attribute ANK)   GET_ASSETCL
    Assets (attribute AN1)   GET_ASSETNO
    Asset subnumbers (attribute AN2)  ET_ASSETSUB
    Network (attribute NET)   GET_NETWORK
    WBS element (attribute PRO)  GET_WBSELEM
    Order (attribute ANR)   GET_ORDERNO
    Customer order (attribute AUN)  GET_SDDOC
    Customer order item (attribute APO)  GET_SDDOCPOS
    Document type (attribute BSA)  GET_DOCTYPE
    Transaction type (attribute TEND_TYPE)  GET_TENDTYPE
    <i>Incase you face any problems, do let me know.</i>
    Hope this will help.
    Please reward suitable points.
    Regards
    - Atul

Maybe you are looking for