RSBBS and vf03

Hallo Experts,
i want to jump from BW into source System TA: vf03.
So it doesen´t work. I found note 363203 and know i must use the assignment details:
Type: table field
field name: vbeln
Data element: VBELN_VF
Domain: VBELN
Set/Get parameter: vf???????
But it doenen´t work. Why????
Thanks Santra

This is what I have for the same type of jump target to VF03.
For the high level (Sender/Receiver) at infocube level:
Transaction.
Source system is set to proper R/3 system.
Transation is set to VF03.
Infosource is set to 2LIS_13_VDITM.
Report title is filled in with description.
Assignment details:
Billing document     
Type: Table Field     
Field Name: VBRK-VBELN     
Selection Type: Paramter.
Required check box checked.
Data Element: VBELN_VF
Domain: N/A
SET/GET: VF03 (Not sure if this is really correct, but it works)
All others fields are generically set.
Message was edited by: Steve Wilson
Message was edited by: Steve Wilson

Similar Messages

  • Add Fields in VF01,VF02 and VF03.

    Hi everyone,
    I have to add some fields in the transactions VF01, VF02 and VF03 at Item level.
    I did not find any available SCREEN-EXIT or BADI.
    Actually I found a BADI "BADI_SD_CUST_ITEM", but it is only for internal use.
    Please advise.
    regards,
    Alexandre

    I appreciate your help, but there is not "Legal" exits for this transaction.
    regards,
    Alexandre

  • Report standard from FBL3N and VF03

    Dear Experts,
    Is there any SAP standard report if we need data which taken from VF03 (billing no, billing date, batch no, material number , material description), quantity) combined with data from FBL3N (amount in local, amount in document currency, posting date, profit center) ?
    Kindly advice.
    Thank you

    Hi ,
    As fas as I know, there is no such standard report in SAP.
    - Better you can use the fields and generate the customized report using "Report Painter", or
    - Give the relevant fields in the form of a Functional specification for the ABAP team to develop.
    Regards'
    Srini

  • Set/get variables with RSBBS from  query 1 to query 2

    Hi BW Experts,
    I created a sender/receiver assignment from query 1 to query 2 using RSBBS. For two characteristics I assigned the processing method by “Variable”. Process mode for these variables in the receiver query is by “customer exit”. But I don’t know how to set/get values of these variables.
    Is there any function module to do it ??
    Please help!!
    Dev

    thanks...but i m not used in RSBBS and i m afraid i m lost
    could anyone explain me in detail :
    - what i have to do for setting the sender & receiver,
    - before to set parameter ID in the sender how to get the information of the current line (which will serve for the jump)
    please help! i promise points
    Dev

  • Netvalue in the Sales order and Billing document is changing dynamically

    Hi Experts,
    I have one issue,when i goto VA02 or VA03 and VF02 and VF03 by giving document number the net value in the Item-Condition(KOMP-NETWR) is changing automatically and it is giving some unknown value.Please let me know what went wrong?
    Please note that there is no Routines and User exits used for the customization.
    Also note that this value changing happening only when i goto Item-->Condition,if i goto to other sections or views in Item the value is not changing.
    Is it some thing probelm with Update group?please guide me.
    Regards,
    Chandra
    Edited by: Chandra Duvvada on Jan 8, 2010 5:34 PM

    Hi Franck,
    Thank you for reply.
    If i goto Header-->Condition both from SO and Billing doc ,i cannot see change of the Net value.
    But only when i go Item-->Condition the value is getting changed automatically.
    Please note the there is only one condition type determining value from the condition record i.e negative value just like -151.33 USD and this value should be posted to accounting,but it will not.When i click Item-condition the net value is becoming 0.01 USD.
    Also note that no problems before Dec'09.
    I doubt is is something with Company code validations or substitutions?
    Regards,
    Chandra

  • Hiding Cost in VF01, VF02, VF03

    Hi Everyone!
    I'm in need of a bit of help.
    My client requires that the Cost column(VBRP-WAVWR) in the billing document is not shown (or at least is set to 0).  However, this is needed for the Accounting Document that is created.
    I've already tried a number of things including using a data transfer routine to zero-out the field.  This successfully changes the value of VBRP-WAVWR, but the pricing condition VPRS (which is already hidden using another exit) is changed.  It apparently gets it's value from VBRP-WAVWR.  I was thinking of still doing this, but using a user exit to update the pricing (getting the cost from material master) before saving the billing document and posting the accounting document.  However, it seems that I can't find any suitable exit.  Maybe someone can suggest to me a usable exit for this requirement?
    I've also tried transaction variants, but it doesn't seem feasible for the VF01 transaction, although VF02 and V03 seem to be alright.
    Alternatively, maybe somebody knows of an exit that will hide the Cost column when using VF01, VF02 and VF03?  Or a way such that the condition type VPRS will not get it's data from VBRP-WAVWR, but from the material master data instead?
    Thanks a lot to those who'll reply!

    <b>hi folks..</b>
    i met this problem a few weeks back...
    thougt i will post the solution i had implemented..
    <u><b>scenario 1 : hide column cost in vf01, vf02, vf03</b></u>
    using the configuration button( which changes the layout in the screen) after executing any of these tcodes.this will show a small button administrator and now make the cost invisible.
    this particular function is connected to authorization object s_admi_fcd.
    now this can be changed by any user. to avoid that give 'no authorization' value for this authorization object. this requires basis consultants handiwork.
    hence even when the users login and click the configure icon... the button administrator is invisible, hence they cannot change the layout of the screen.
    <u><b>scenario 2 : hiding VPRS at pricing screen in billing and sales document</b></u>
    a standard note 105621 is existing for this purpose. where you can give which line items should be visible. this requires contribution of abap and basis. to whomever the role is attached they will be seeing only the mentioned line items of the pricing procedure. using this not only vprs anything can be hidden or exposed. this is a safe way.
    other way is inserting a code in the user exit - form userexit_field_modific_kopf
    in the include LV69afzz. where the abaper gives the coding for screen attributes.
    this is a slightly different way. But check CO-PA reports after doing this. May be VPRS doesnt flows into or never gets executed in billing itself. but this too worked for me.
    regards
    <b>B. BASKAR
    SD CONSULTANT</b>

  • Print Preview or re-print for user without security to VF03

    The requirement of the assignment is to create a stand alone transaction that will reprint a billing document or preview. The ability to do so withVF02 and VF03 is not permitted via security.
    A program was created with BDC session to VF02 which then would preview or re-print a billing document. It worked wonderfully. Problem is that user received Error preventing the completion of transaction because of permission. Then I attempted to bypass the BDC and just enter the RSNAST00 program at EINZELNACHRICHT_DIALOG. This also worked fine, but not for the user.
    The logic within function module LV60AU04 RV_INVOICE_DOCUMENT_READ perform BERECHTIGUNG_PRUEFEN sets error preventing completion.
    Any suggestions on how to bypass the system security?
    Regards,

    Hi,
    if form is smart form, this is the way to call it.
    data: gv_func   type RS38L_FNAM.
    1/******FIND SMARTFORM FUNCTION***************************
    call function 'SSF_FUNCTION_MODULE_NAME'
               exporting  formname           = c_smartformname
               importing  fm_name            = gv_func
               exceptions no_form            = 1
                          no_function_module = 2
                          others             = 3.
    2/***************CALL SMARTFORM ******************************
        CALL FUNCTION gv_func
          EXPORTING
          EXCEPTIONS
            FORMATTING_ERROR = 1
            INTERNAL_ERROR   = 2
            SEND_ERROR       = 3
            USER_CANCELED    = 4
            OTHERS           = 5.
    First import your smartform function to your program using actual function to bring required structure(transaction SMARTFROMS click on icon test, you will fucntion name in current box), but then replace with dynamic call(in QA and PRD function will have different name)
    Thank you
    Jan

  • Table Controls/Settings in VF02/VF03

    Hi,
    Is anyone aware of way to supress the Table Control icon on VF02 and VF03 using exits or a badi. We have a situation where we need to hide the Cost (WAVWR) field from certain users but not for the majority (we've hidden the cost in the pricing conditions using the Sap Note).
    I know we could possibly use SHD0 but this would be over kill to create a transaction variant for a few users.
    I wondered if it would be possible to set user variants in the table controls for the relevant users prior to allowing them to log on and then use an exit or a badi to suppress the table controls for these users (checking a custom table) within VF02 and VF03 so they cannot change back to standard settings.
    Any advice is greatly appreciated.
    Thanks

    Dear Stanleytic .
    With the help of your basis consultant, find the authorisation object of that particular field.
    Take the help of your abaper-to make it  hidden for the roles of those few users.
    Thanks & Regards,
    Hegal K Charles

  • User exit for pricing to calculate net sales value and tax at billing level

    Hi,
    Can anyone give the solution for below thing.
    I have written the code for to calculate the net sale a value and tax value based on condition types YTN1 & YTN2 and with pricing procedure "ZXTNIC"  under   user exit "userexit_field_modification"  in include program LV69AFZZ
    Calculation as per below
    FD:
    The user exit will run on the values of the line item and the header of the pricing conditions
    The user exit will subtract the current net value from the value of the conditions YTN1 & YTN2, also the Tax value will be added to the value of the conditions YTN1 & YTN2.
    Need the Net value = 8,032 and not 8,882  " here 8832 value is before calculation
    This value will be calculated as follows = Current Net u2013 YTN1 u2013 YTN2 = 8,882 u2013 0,773 u2013 0,077 = 8,032
    Need the Tax value = 2,395 and not 1,545  " here 1545 value is before calculation.
    This value will be calculated as follows = Current Tax + YTN1 + YTN2 =     1,545 + 0,773 + 0, 077 = 2,395
    When i will execute the VF01 transaction there in initial screen values are not updating automatically.Once we will select item line and  then clicking on " item pricing condition" icon i.e., item level , then only the values are updating both in item level and header level.
    But when we will execute the VF02 and VF03 the values are updating automatically as per condition.
    So please suggest me is there any exit for this requirement.
    Regards,
    Jayaram

    Hi,
    You should implement your logic in VOFM Copying routine for billing document.
    Regards
    Prasenjit

  • Restrict sales document flow on va03/vl02n/and any sd tcodes

    hi experts,
    Is there a way to disable or restrict the document flow button found on SD transactions such as va03 and vf03? We would provide a separate report for the docflow, a custom one.
    Thank you in advance!

    Used exit for document flow LV05CFZZ

  • RSBBS: Jump From BW Query to SAP Query

    Hi
    I have a cost center analysis report in BW which has an option to jump to R/3. When I type the transaction RSBBS and give the name of the query, the Receiver application is 'QU' (Sap Query) and the receiver object is 'GZ_BW_INTGRTYZISQ_CCA_Q01' which I am presuming is the query to which the Cost Center analysis report in BW is jumping to.
    How do I view this SAP query and if necessary change it. I have tried tcodes SQ01, SQ02, SQ03 and none of these recognise the above mentioned receiver object
    Kindly advise.
    Regards
    Sheily

    the best way to figure out is to ask ur functional guy the Tcode to get there. it could be anything.

  • VA01 and VF01

    Hi
    i was wondering what table is link with the transaction VA03 and VF03
    how do you search which invoice has been raise with let's say xxx order
    does any docs exist on how to create an order or invoice and the link between this two transaction
    i think understanding the functional part will help a lot in the technical design and coding - explanation for this transaction and example would me most welcome

    Hi
    <b>VA01/02/03 is linked with VBAK,VBAP and VBEP tables (sales order)
    VF01/02/03 is linked with VBRK and VBRP tables (billing Docs)</b>
    see the SD process flow
    SD Process Flow:
    The sales documents you create are individual documents but they can also form part of a chain of inter-related documents. For example, you may record a customer’s telephone inquiry in the system. The customer next requests a quotation, which you then create by referring to the inquiry. The customer later places an order on the basis of the quotation and you create a sales order with reference to the quotation. You ship the goods and bill the customer. After delivery of the goods, the customer claims credit for some damaged goods and you create a free-of-charge delivery with reference to the sales order. The entire chain of documents – the inquiry, the quotation, the sales order, the delivery, the invoice, and the subsequent delivery free of charge – creates a document flow or history. The flow of data from one document into another reduces manual activity and makes problem resolution easier. Inquiry and quotation management in the Sales Information System help you to plan and control your sales.
    Transaction Codes:
    Inquiry - VA11/VA12/VA13
    Quotation - VA21/VA22/VA23
    Sales Order - VA01/VA02/VA03
    Delivery - VL01N/VL02N/VL03N
    Billing/Invoicing - VF01/VF02/VF03
    Also please check this links.
    http://www.sapgenie.com/sapfunc/sd.htm
    http://www.sap-basis-abap.com/sapsd.htm
    http://www.sapgenie.com/abap/tables_sd.htm
    VBAK: Sales Document(Header Data) (VBELN)
    VBAP: Sales Document(Item Data) (VBELN,POSNR,MATNR,ARKTX,CHARG)
    Enquiry, Quotation, Sales Order are differentiated based on Doc.
    Type(VBTYP field) in VBAK,VBAP Tables( for Enquiry VBTYP = A,
    for Quotation 'B' & for Order it is 'C'.)
    LIKP: Delivery Table (Header Data)(VBELN,LFART,KUNNR,WADAT,INCO1)
    LIPS: Delivery Table (Item Data)(VBELN,POSNR,WERKS,LGORT,MATNR,VGBEL)
    (LIPS-VGBEL = VBAK-VBELN, LIPS-VGPOS = VBAP-POSNR)
    VTTK: Shipment Table (Header Data)(TKNUM)
    VTTP: Shipment Table (Item Data)( TKNUM,TPNUM,VBELN)
    (VTTP-VBELN = LIKP-VBELN)
    VTFA: Shipping Document Flow(TKNUM,VBELV,VBELN)
    VTPA: Shipping Partners data(VBELN,PARVW,KUNNR,PERNR)
    VTTS: Stages in Shipment(TKNUM,TSNUM,TSTYP)
    VTSP: Transport Stage/Shipment Item Allocation(TKNUM,TSNUM,TPNUM)
    VEKP: Handling Unit: Header(Packing)(VENUM,VSTEL)
    VEPO: Handling Unit: Item (Packing)(VENUM,VEPOS,VBELN)
    VBRK: Billing Table(Header Data)(VBELN,FKART,BELNR)
    VBRP: Billing Table(Item Data)(VBELN,POSNR,FKIMG,NETWR,VGBEL,VGPOS)
    (VBRP-AUBEL = VBAK-VBELN, VBRP-VGBEL = LIKP-VBELN)
    Apart from these tables there are lot of other tables which starts with
    ‘V’, but we use the following tables frequently.
    VBUK: All Sales Documents status & Admn. Data(Header)(VBELN,VBTYP)
    VBTYP= ‘C’(Sales Order) VBTYP=’J’(Delivery) VBTYP=’M’(Invoice)
    VBUP: Sales Documents status & Admn. Data(Item)(VBELN,POSNR)
    <b>Reward points for useful Answers</b>
    Regards
    Anji
    Message was edited by:
            Anji Reddy Vangala

  • F4 help for screen field

    Hello gurus,
    I have created a custom tab in transaction VF01/VF02 and VF03. In this tab i have added a field on this screen which is supposed to provide F4 help values that are fetched from a Ztable that has been maintained.
    Although the field addition has worked fine but i cant get the F4 help. Any idea how i can achieve this?
    Any help would be appreciated.
    Regards,
    Ritwik Rajkumar

    hi,
    select f1 f2 f3 from <table> into table it .
    CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
    EXPORTING
    RETFIELD = 'F1'  " a field which you want to get the values from f4_help window
    DYNPPROG ='SY-REPID
    DYNPNR = "1000''
    DYNPROFIELD = 'LV_field'  " this is your screen field
    VALUE_ORG = 'S'
    TABLES
    VALUE_TAB = it  " it contains list of possible values
    *RETURN_TAB = TMP_RETURN_TAB
    EXCEPTIONS
    PARAMETER_ERROR = 1
    NO_VALUES_FOUND = 2
    OTHERS = 3.
    regards ,
    anil

  • Hiding the cost column in Billing document

    Hi,
    We have a requirement to hide the COST column in transaction VF01, VF02; VF03.Please let me know if any body has any clues.
    In the current system there are two companies.
    Company 1 Users should not see cost; Company 2 Users has to see the cost.
    I have two options:
    Option One:
    We can hide the cost column by changing the screen variant.
    Impact:
    This is hiding total system so that both the users can not see the cost .
    This is not accepting by IT team.
    Option two:
    We can define new transaction copy of VF01, VF02, and VF03. (Transaction Variant)
    That will be ZVF01, ZVF02, and ZVF03.For this new transaction we can create a screen variant to hide the cost Authorization to assess of VF01, VF02 and VF03 will be removed to Company 1 users.
    Impact:
    If we remove the authorization to VF03 to customer service people.
    Through document flow customer service user cannot see billing document. They need to enter ZVF03 to see billing document.
    This solution is not accepting by Business (Customer service).
    It will be great full if someone can through some light on this.
    Thanks in advance.
    SAV

    Please check follwoing user exits :
    J_3RSINV
    SDVFX001 User exit header line in delivery to accounting
    SDVFX002 User exit for A/R line in transfer to accounting
    SDVFX003 User exit cash clearing in transfer to accounting
    SDVFX004 User exit G/L line in transfer to accounting
    SDVFX005 User exit reserves in transfer to accounting
    SDVFX006 User exit tax line in transfer to accounting
    SDVFX007 User exit: Billing plan during transfer to Accounting
    SDVFX008 User exit: Processing of transfer structures SD-FI
    SDVFX009 Billing doc. processing KIDONO (payment reference numbe
    SDVFX010 User exit item table for the customer lines
    SDVFX011 Userexit for the komkcv- and kompcv-structures
    V05I0001 User exits for billing index
    V05N0001 User Exits for Printing Billing Docs. using POR Procedu
    V60A0001 Customer functions in the billing document
    V60P0001 Data provision for additional fields for display in lis
    V61A0001 Customer enhancement: Pricing
    and also check with RV60* in se38

  • 'update was terminated' while creating billing document VF01

    Hi all,
             i need a solution urgently ..except for paticular document no all documents that i post using VF01 create successfully document no.
    but for a paticular document no(may be it is of some type that i am unable to) while creaing billing document no it gives a message 'document created successfully' ,but when i try to click any button after that e.g BACK it shows a messge 'Update was terminated  for author ....' in my inbox. and vf03 shows the documentdoesn't exist.
    in st22 i checked one dump . when i gave a break point at that point the cursor never reached the code.
    I also checked SM13 and it showed all fms as init. and one fm 'RV_MESSAGE_UPDATE ' as error . i aws unable find the fm in the main program .
    one more thing when i create bill document for other document type it shows messge 'Document saved ....(no accounting document created)' but for this one i am getting messge 'document saved.......' .
    I asked one collegue he told me might be some OSS notes required for it . i am working on a unicoded system ECC 6.0  version.but he is not sure .
    Has any body faced the same problem..and what was the soln....if oss notes are required than how could i find it..and what was the no...........
    THANKS IN ADVANCE ...................

    THANKS  for the reply.
    i am new to sap .can u tell me in detail where actually i can check for number range of the document . one more when i checked the sm13 and  started debugging it gave me for a certain character set  (may be in chineses) present in the table ,the transfer command gives a dump. now the problem is it is too long 132 and don't no forwhich character it gives an  dump.how can i check the characters maintained in the system. it gives a dump   CX_SY_CONVERSION_CODEPAGE   ,At the conversion of a text from codepage '4102' to codepage '4110':      
    i am not sure this causes the mesages 'Updation was terminated' . what u people think.
    thanks ..

Maybe you are looking for

  • Isub not working with new imac

    the help menu is telling me to make sure that the isub is plugged in, and then to make certain it is selected under sound preferences... the only problem is that the imac is not picking up that the usb is even plugged in- there is no isub option that

  • [solved] gdb errors

    hi, i'm trying to use gdb on a program.  it worked about a year ago but now i can't seem to get it to work.  anything i'm doing wrong? i use "set args file1 file2" as the program needs, "file output.o" as the file argument for gdb, then "start".  gdb

  • HT1727 how do I authorize a new computer

    How do I authorize a new computer so that I can transfer my downloads?

  • How do i change the pop down window size

    hi, my retina macbook pro is usually set at the second to highest option in display size. at one point it was plugged into a 2nd monitor, and now, when it's not, when i'm using an app and want to download or save a file, the dialog window that pops d

  • Edition of the IAS ?

    Hi All, My question is how to find out the edition of the 9iAS installed. Regds, G S