Which field carries the "reson for rejection" text to the smartforms?

Hi All,
In the portal if the user returns an item then he needs to give the reason for the rejection/return..
Can anybody tell me which field carries this data (Reason for rejection) to the smartform..
The field reason_code in the structure bbp_pds_conf_header_d does not get the details..
Even in the line item structure there is no such field..
Please help..
Thanx in advance..

Call BBP_PROCDOC_GETDETAIL with document GUID, get the return table E_LONGTEXT and have a look at those entries with TDID = "IREJ".

Similar Messages

  • Reference field in the smartform

    hello,
    can you help me to specify reference field in smartform.
    That means,
    i had created the structure in which there is a field VEMNG for which the reference field is VEMEH from reference table VEPO.
    Then i had written the program and created the internal table of type that structure and call the functional module which is calling the smartform by passing the internal table.
    Now after executing it is giving runtime error as VEMNG is not present in the smartform. That means we have to specify the reference field in the smartform for that field.
    i had specify in the smartform-global defination-currency/qty field as
    VEMNG  VEMEH   QUAN as field name, reference field and data type.
    But the error has come while doing syntaz check in smartform and the error is :- Global Definitions:Field "BRGEW" is unknown. It is neither in one of the specified tables nor defined by a "DATA" statement . . . . . . . . . .
    Please help me to resolve this error in the smatform.

    Hi ,
    If you r passing quantity and currency fields to smartforms then in
    Globaldefinitions-> currency fields
    u have to specify the fields as well as its uniot field .
    For example u r using field erfmg or menge then u have to use
    fieldname = it_itab-erfmg   and reference field as   it_mseg-erfme
    field name = it_itab-menge and reference field as it_mseg-meins
    and change the data type to curr  or  quan  as required .
    Regards

  • Which field is the workflow trigger for a Contract Agreement ?

    Greeting everyone,
    I am not sure if this has been answer before or if this is the correct forum. If not, apologies in advance and do direct me to the appropriate topic/forum.
    I have an inquiries with regards to Contract Outline agreement and workflow trigger.
    Based on my company configuration, the trigger is based on the changes in value and release strategy.
    What I am unsure is that which field the workflow-trigger checks?
    Does SAP checks the field "Target Value" in contract header, or  the sum of net value in each of the contract items?
    Thank you

    Hello Sek,
    In contracts, the target value is used for the release strategy determination and not the net contract value. If you maintain a target value in the contract header, this value is set in field CEKKO-GNETW to determine the strategy. If no target value exists on header level, a cumulation of the target values of the items is carried out and used for the release strategy determination.
    Regards,
    Mauro

  • Which field stores the Cancelled Sales Order Status

    Hi,
          I am checking for duplicate PO No in sales Order header VBAK. The criteria is Slaes Order must not be a cancelled one. I am searching VBAK to find the status field to determine the whether its cancelled or not.
    Thank U for Ur time.
    Cheers,
    Sam

    Hello Sam,
    to find out whether a sales order item is cancelled - better rejected - (if it is cancelled there is no VBAK or document any more) you could use the field reason for rejection on item level which is the field VBAP-ABGRU.
    Best regards, Baerbel

  • Error message is not telling which field causing the issue!

    Hello
    I am developing the Adobe Interactive Form and launching this form from WebDynPro ABAP application, fine.
    This form has tonns of dropdown fields, mandatory fields, greyed out fields. Fine.
    I am filling the list the drop-down fields from webdynpro ABAP, but, i am filling list for only 80% of the drop-down fields, rest 20 % is not filling at all (bcz, business want to have those 20% dropd-owns on the form by thinking going further they require, this moment they dont need so they dont want to fill the lists)
    Now the form is launching on the browser, fine. But when user submits it i am getting the below erro:
    The Entered Value Is Not on the List of Valid Values.  (I am guessing this error is talking about the DROPDOWN fields only)
    I hv tonns of drop-down fields, so, its very difficult for me to go and trace each and every drop-down fielld!! But, i checked all the populated/entered values in the drop-down fields, they are all fine. Sone dropd-down fields are GREYED OUT, they are defaulted from webdynpro ABAP
    Pls. let me know How can know which field/drop-down is causing this issue? Wht are the possible causes for this error? Error is not telling which fields is making issue?
    How can i trace and how can i fix it, pls. let me know
    Thank you

    Thank you for your tips.
    But, as of my knowledge every thing (case sensitive, list box entries) are fine, not sure, why am getting this error! I will double chk again.
    But, thing is.... actually, i have 4 pages, depending on the logged in user, i will HIDE the pages (say, for me the 3 rd page will be hidden), i am hiding the pages by using JavaScript in the form.
    So, this error is not coming if i execute/launch all the 4 pages, but, its coming if i hide any page for any user!!
    By chance, do we debug to figure out which FIELD is CAUSING issue/this error?
    From where this message is coming, i mean, from the SAP's JAVA stack? Wht is the message ID and #?
    or is it Adobe's/Form's error?
    Thank you

  • Which encoding uses XI internally for plain text files

    Hi,
    I want to read in (via file adapter) some plain texts of different character encoding and map them via a Java mapping file.
    My question is now, which encoding does the internally XI bytestream have?
    Does the XI file adapter convert it to UTF-8 or keeps it the encoding which is configured in the file adapter?
    Is there a way to retrieve the correct encoding within my Java mapping?
    Kind regards,
    Peter

    Hi Peter,
    When you declare the file as "text" and apply the correct encoding, then the file adapter converts the file to UTF-8.
    When you declare the file as "binary", then the file adapter leaves the file as is, but in this case you have no information about the code page in Java Mapping.
    Regards
    Stefan

  • Credit memo req- reson for rejection

    Hi,
    I have created one Cred memo req against one invoice( order related invoice). in that iam having 2 line items.
    by mistake for first line item i put reason for rejction in cred memo req then i created a cred memo.
    now the first line item net value is showing as '0' in the creditmemo.
    i have removed the reason for rejection in the credit memo req and saved it. now i want the first line item netprice into the cred memo
    so how can i do it?
    chees
    sumith

    Hello,
    Cancel the credit memo VF11, remove the Reason for rejection from the credit memo request.
    Now you create the credit memo from the credit memo request.
    Prase

  • In which field is the current valuation price (FIFO) stored?

    We need the current valuation price of FIFO-related items
    Previously, the valuation price was stored in oitm.avgprice or oitw.avgprice. In the current version these fields are not filled.
    How can you determine the current price of a FIFO-related item?
    Valuation Price = (sum of single FIFO prices of the items in stock) : (inventory)
    A similar problem occurs with charge-off. So far, the total booking price was stored in ige1.stocksum, but in SAP8.8 it is not. For a recalculation we need the value actually posted at the item level. This is the reason why the price cannot be determined from the posting journal jdt1, because there, a sum of all entries calculated.
    Is there a reliable way, which works with both SAP2007 and SAP8.8?
    regards
    M.Heigl

    Hello János
    Thanks a lot for your advice, this helps me to advance
    Unfortunately, the calcprice is not filled correctly.
    Example:
    Number of decimals in Price = 2
    Posting in 1 piece
    Factor = 1000 (1000 pc are posted),
    Total price 0.05 u20AC,
    Single Price = 0.00005,
    now in oitm.calcprice is stored : 0, in oinm.openvalue=0.05u20AC, in the jounrnal (jdt1) 0.05u20AC
    Alternatively, the field  u201Copenvalueu201D may be used?
    To get out the correct average inventory value, the following SQL statement would be correct:
    select sum (openvalue / openqty) from where oinm itemcode = N'test_fifo 'and openqty! = 0
    At charge off, the total value is determined via
    select sum (-1 * transvalue) from where oinm transtype=60 and createdby=164 and itemcode = N'test_fifo'
    In this test, I have also found an error:
    If the single price (oinm.calcprice) = 0, for example because it was posted with a large factor, the item cannot be issued anymore.
    Error message "acquisition price" is missing (...)
    Tested with 2007ASP1PL9 and SAP  8.8 (8.80.230) SP0PL12
    I assume that for FIFO evaluation SAP uses the calcprice and not the total price, the single price is determined, which in this case is 0 because of rounding.
    Apart from this error: Are my assumptions and SQL statements correct?
    Regards,

  • Changing the status of the sales order item based on reason for rejection

    Hi All,
    When a Sales order item is rejected then the status at the item level is changed as 'TECO'.When the reason for rejection is removed the status 'Teco' is reset.This status change can be achieved using the user exit 'MV45AFZZ'.But the exit does not allow re-atp calculation whenver a blocked item is release.I have use the exit 'MV45AFZB' ,through this the status change as well as re-atp calculation takes place.But the status changed(Based on reason of rejection) does not appear in the same screen.The change gets reflected only when the sakes order is saved and i open it again.
    I want the status change to appear in the same screen.I am doing my code in the form 'userexit_check_vbap' of the exit 'MV45AFZB'. Please let me know if there are any user exits or BADI's available for the same(Changing the status of the sales order item based on reason for rejection ).
    Regards,
    S.Subasree

    Hi subburamaiah
    If you want the report you can create a separate SIS report . In that take the input field  as a Reason for rejection.. and ask for the output the list of sales orders .Now when you check this user defined report you will give the reason for rejection and check what all orders got rejected on that reason for rejection.
    Regards
    Srinath

  • Which field changes will bring the delta into BW

    Hi,
    On which field changes the delta will bring data into SAP BW. let us say if you bring the data from 2LIS_13_VDITM, any key figure changes in VF02 will bring the data? Only few characterstic changes it will bring the delta data. What and all those characterstics for delta identifies?
    Let us say I have added few fields in this extractor from custom table, If I would like to bring the delta for the field changes which lies in custom table, Can I do it by creating custom Business Transaction Events?
    advance thank you very much.

    Hi SHarsha,
    delta update implemented using the characteristic 0RECORDMODE, it describes records to be updated or added.
    Alex

  • How the text elements of the SMARTFORMS can generate a field?

    Hello guys
          I have got this problem of not getting the value of the fields from the smartform. i wrote the text element to populate the field by inserting as the following &IV_BID_HEADER-PROCESS_TYPE& first it comes with the shaded background but after i activate the smartform  the shaded part will gone and it remain as &IV_BID_HEADER-PROCESS_TYPE&  which basically cannot populate any value.
    can anyone help me on this,to keep the field remain shaded at the background which basicallly can populate the values of the fields.
    Thanks

    Hello,
    Please click on "FIELD LIST on/off" or ctrlshiftf4 and then drag and drop the same from the left bar.
    First find whether you have declared the value in Global Variables OR in Import/Export Interfaces.
    Hope this was helpful.
    Cheers,
    Suvendu

  • Which field matches to the WBS element

    Hi,
         I am doing an interface program, in that I need to populate the WBS element in trasaction VA01 under the tab Account Assignment. I am using the BAPI 'BAPI_SALESORDER_CREATEFROMDAT1'.
    Let me know which field matches the field WBS Element in the structure 'ORDER_ITEMS_IN' which is returned from the said BAPI.
    Thanks in advance,
    RG

    Hi
    In VBAP there is a field for this WBS ELEMENT <b>PS_PSP_PNR</b>
    check for that in BAPI structures
    check the field ASSORT_MOD of BAPIITEMIN .
    Reward points if useful
    Regards
    Anji

  • Which field in sales order lines for customer reference no.

    Dear Experts,
    Which field should I use for customer reference no. in sales order LINES?
    These values can not be duplicated in each sales order just like NumatCard in sales orders.
    regards,
    Kim

    Hi Gun Tae Kim...
    Select The User defined fields
    Select The Marketing Document and ADD THE REQUIRED FIELD IN THE ROW AND CHECK
    CHECK WITH THE LINK FOR DETAILED INFORMATION
    http://www.pioneerb1.com/wp-content/uploads/2012/06/How-to-Create-User-Defined-Fields-and-Tables.pdf
    HOPE HELPFUL
    Regards
    Kennedy

  • Which field ,table gets the entry when we refresh cube statistics

    Hey,
    I just want to know  into which field or table entry is made when we Refresh statistics using the manage tab of the Infocube.. I saw the fields of the table RSDCUBE , there are two includes as given below and their fields, Im noy able to quite figure out which field gets the entry when i click on refresh statistics button in the Performance tab.
    1) RSDCUBEDBFLAGS (InfoCube: DB Performance Flags): which has the following fields namely
    CLEAR_INDEX     Boolean
    DELTA_INDEX     Boolean
    REBUILD_STAT     Boolean
    DELTA_STAT     Boolean
    PERCENTAGE     internal use
    NULLCOMP     Zero elimination in the summarization module
    COMP_DISJ     Flag: only disjunct records
    REFUPDATE     No update of the non-cumulative marker
    2)RSDCUBEBWSTAT (InfoCube: BW Statistics)
    BWSTATISTICS     Boolean
    BWSTATWHM     Boolean
    However , when i click on refresh statics, there is a job which runs from my id which triggers the program RSDSTAT1 with variant as the cube name..
    its kinda urgent...  helllpp
    Thanks,
    vaish

    Hey,
    I just want to know  into which field or table entry is made when we Refresh statistics using the manage tab of the Infocube.. I saw the fields of the table RSDCUBE , there are two includes as given below and their fields, Im noy able to quite figure out which field gets the entry when i click on refresh statistics button in the Performance tab.
    1) RSDCUBEDBFLAGS (InfoCube: DB Performance Flags): which has the following fields namely
    CLEAR_INDEX     Boolean
    DELTA_INDEX     Boolean
    REBUILD_STAT     Boolean
    DELTA_STAT     Boolean
    PERCENTAGE     internal use
    NULLCOMP     Zero elimination in the summarization module
    COMP_DISJ     Flag: only disjunct records
    REFUPDATE     No update of the non-cumulative marker
    2)RSDCUBEBWSTAT (InfoCube: BW Statistics)
    BWSTATISTICS     Boolean
    BWSTATWHM     Boolean
    However , when i click on refresh statics, there is a job which runs from my id which triggers the program RSDSTAT1 with variant as the cube name..
    its kinda urgent...  helllpp
    Thanks,
    vaish

  • Reason for movement text

    Hello gurus
    I have to develop one report which gives Vendor wise reason for rejection. for that In the materials cube I have used movement type (0MOVETYPE), reason for movement (0MATMREA). But I want to display the texts related to each reason for movement. Since 0MATMREA is a NUMC field there is no master data maintenance for texts etc. I checked on R/3 side the texts are residing in table T157E which is not present in my dictionary. So how can i get the texts from R/3 side?

    you can think of following options -
    1
    Change 0matmrea , turn 'with text' on.
    create Z_datasource based on table T157E and load text
    2
    create ZMATMREA with text and add it to your infoprovider
    3
    keep 0matmrea in your cube.  Create Zmatmrea with text. create Infoset based on cube and zmatmrea - joined on 0matmrea from cube joins to zmatmrea. In your query based on infoset , use zmatmrea
    steps to create z datasource for text at r/3
    1. sq01 - create infoset query based on T157E
    2. rso2 - create z datasource based on above query -(extraction from SAP query )
    Regards
    Sanjyot

Maybe you are looking for