Field Population in other line item level in Intercompany process

Hi Experts,
We are configuring SAP inter company process in my client.Requirement is when user post one line item with Profit center or business area that should automatically come to the other line items which SAP automatically generates as a process of SAP .
intercompany.
Can anyone help me to how to populate profit center or business area in SAP automatic generated entries??
Ps- We configured SAP inter company settings and able to Generate inter company entries in affiliate company codes.
Thanks !

Dear,
Below mentioned enhancment will create a new tab strip in the detail screen of service entry
SRVDET              User screen on tab strip of service detail screen
Create one project in CMOD, then assign the enhancement
Calling screen  No.  Area     Called screen   No.  Short Text
SAPLMLSP        0220 SUSCUSER SAPLXMLU        0299
New field should be added in the include structure CI_ESLLDB
Desgin these new fields in screen 0299 of program SAPLXMLU.
Put your code in FM
EXIT_SAPLMLSP_040              Transfer of Data to Detail User Screen
EXIT_SAPLMLSP_041              Adoption of Data from User Screen
Regards
Dillip

Similar Messages

  • Billing date at line item level in a sales order

    HI!
    Can anyone let me know the significance of billing date being present at the line item level in a sales order?
    And why does it get changed as per the Requested delivery date if the Prop. Pricing date in the maintanenece of sales doc type is set  as 'A'?
    Can it be different for different line items?

    Hello Asha,
    Can anyone let me know the significance of billing date being
    present at the line item level in a sales order ???
    The comprehensive information is available at SAP technical help(F1) for the "BILLING DATE" field at Sales Order line item level...Before raising these type of questions, i would urge to  conduct initiate analysis and then post at SDN forum if you are unable to find out answers...For your quick reference, i have extracted the same description for Billing date from SAP techincal help (F1) and pasted below.
    Billing date for billing index and printout
    +The date on which the billing is processed and booked for
    accounting purposes.+
    Use
    +You can use the billing date as one of the selection criteria
    when you process billing documents collectively.+
    Procedure
    +If invoice dates are defined for the customer, the system proposes
    the billing date from the invoice date calendar. If no invoice dates are
    agreed, then the actual goods issue date is formed on the basis of
    delivery related billing. In order related billing, the billing date of the
    order forms the basis of the billing date.+
    +If you are billing services, the system proposes the date of services
    rendered. You can change the date manually in the sales document.+
    +If you are using a billing plan to bill a project, the system can propose
    billing dates for the billing plan on the basis of planned or actual dates
    in the corresponding milestone.+
    +In a billing plan for a maintenance or rental contract, you can specify rules
    by which the system determines billing dates on the basis of other dates in the contract.+
    Regards,
    Sarthak

  • Screen exit for Service entry sheet at line item level

    Hi,
    We would like to add some custom fields at service entry sheet at line item.
    A new tab to be introduced with custom fields at serive entry line item level.
    Any idea which screen exit can be use? or
    what is the way to find the screen exit?
    Regards,
    Sandeep

    Hi Sandeep,
    You can try to use the user defined fields in table ESLL                                                                               
    ESLL-USERF1_NUM   User-Defined Field                                   
      ESLL-USERF2_NUM   User-Defined Field                                   
      ESLL-USERF1_TXT   User-Defined Field                                   
      ESLL-USERF2_TXT   User-Defined Field                                                                               
    or develop a custom solution with the help of customer enhancement         
    SRVDET (transactions SMOD, CMOD).
    You should use EXIT_SAPLMLSP_030 to transfer values. 
    Regards,
    Edit

  • Asset field blank in FS10N (Drilldown to line item level) report layout

    Hi all,
    i ahve posted a Retirement transaction to an asset and when i went to see the line item on the GL using/executing report FS10N for asset transactions GL and drill down to the line item level by double clicking on the period balances and I choose field "Asset" to be displayed in the layout, it is blank. How can I get report FS10N to display the asset number from the transaction?
    the field is available in the layout but when i pull it into the report it is Blank in the report.
    Any help would be appreciated. Thanks
    Jay

    Hello,
    FS10N shows only balance, FBL3N shows the line details.
    Add the asset as a special field via OBVU  (Table:  BSEG, Field: ANLN1).
    Regards
    Waza

  • Amount field to be non editable at line item level in MIRO

    Hi,
    Plz let me know the steps, how to make the "Amount" field at line item level to be non editable in Invoive verification (MIRO).
    Regards,

    Create a screen variant for MIRO and make DRSEG-WRBTR filed output only.
    Program: SAPLMR1M
    Screen no : 6000

  • Query : Custom field at line item level in SRM 7.0 .

    I was going through a document which instructs on how to add a custom field at line item level in SRM 7.0.
    I found this code :
    CALL FUNCTION 'BBP_PD_SC_GETDETAIL'
    EXPORTING
    I_GUID = IV_DOC_GUID
    I_WITH_ITEMDATA = 'X'
    TABLES
    E_ITEM = LT_ITEM
    E_MESSAGES = LT_MESSAGES
    E_STATUS = LT_STATUS. . 
    LOOP AT LT_STATUS INTO WA_STATUS.
    IF WA_STATUS-STAT EQ 'I1015' AND WA_STATUS-INACT IS INITIAL.
    LV_STATUS_APPROVE = 'X'.
    ENDIF.
    ENDLOOP.
    I wanted to know what is 'I1015'  and what is its significance .
    please advise .
    Ambar

    HI
    This speaks about the status of the Cart. This means that the Status of the Cart is AWAITING APPROVAL...I dont know which document you have gone through but procedure for adding a Custom Field in SRM 7.0 is:
    1. Create a Custom field in the Database in SRM. Preferrably add the field in an include and extend thta include to the table in SE11.
    2. Go to Portal Login of SRM and right click the part of the screen where you want to add the custom field. Click on More Field Help. The popup will give you the name of WebDynpro Applicaiton which controls that area.
    3. Login to SRM via GUI and display the webdynpro application using SE80. Enhance the Webdynpro application.
    4. Add the custom field to the Context of the WebDynpro Application View. You will be selecting the field from the database table while adding the custom field to the context
    5. Add the field at the specified place in Layout Tab of the WebDynpro View,
    6. Create a binding between the Layout Field and the Context
    7. Activate the changes.... you will see the field in Portal login of SRM....
    For more details , refer to the Webdynpro help of the application...
    Regards
    Virender Singh

  • How to control Payment Block field at line item level

    Hi Experts,
    Could anyone please let me know how to control payment block and payment method fields at line item level.
    I have checked field status at posting key (OB41) and GL (OB14) level but didn’t get any parameter to control these fields.
    I need your expert guidance.
    Regards,
    Mohammed Kalim

    Hi Mohammed,
    Please go to OB24/
    Select * (for all co.codes) default field status.Or Create new entry and input your co.code, Save it. Come back to co.code.
    Go to payment transaction
    Payment block and payment method display can be controlled from here for vendor master data
    Thanks and good luck.
    Regards,
    Sam

  • F4 Help in Personnel no field  at line item level

    Dear All
    I made personnel no field  mandatory at line item level. i want f4 help options at that field ,presently its not coming.
    advise on same.
    Jain

    Hi,
    Check with ABAPer for enabling Search help.
    Regards,
    Sridevi

  • Custom filed at line item level in order.jsp

    Hi,
    I want to add a custom material number field at the line item level that will search for the item related to the customer material number and populate the order.jsp.
    similar to the below mentioned Standard functionality:-
    In order.jsp when we enter a valid item no in the item text box
    and press enter then the related data of the item is populated in order.jsp.
    Is this possible ??
    If yes please let me know how can we achiese this.

    Satish,
    the problem with product search is that ....
    custommaterial number will be mapped with the item number for different customers in a separate table. so if i place the searc in proucts search tab it will fetch form product master.
    so I was think of extending the process flow and from jsp capture the value entered and trigger action from there make a item search following the standard process.
    but my problem is that I am not able to capture the value entered in the custom field when refresh is clicked?
    can you tell me how is the item search done when we enter the item number and press enter?
    please suggest

  • Very Important - PR00 Display at line item Level

    Hii Guys,
                 Iam working on a upgrade project & i am facing with the below problem.
    In 4.5b when i create an order (va01), the condition type(PR00) displyed at line item level was in change mode. In case if i want to change it to PN00 i could change it manually. But after the upgrade in ECC 6.0 when i try to do that, iam unable to change as it is in display mode.
    I understand that this field gets populated from pricing procedure determination. Ex: 100010011(sorgDCDVCPPDP)- RVAA01 + PR00 Now by default PR00 will appear in double line entry while creating the order.
    In 4.5b system, I can manually change it to PN00 or any other condition which is maintained in pricing procedure & has valid condition condition records mainatied.
    This iam unable to do it in ECC 6.0 system. As the condition type at line item level is in display mode(we can't change it)
    Experts please throw some light...your help would be highly appreciated.
    Thanks,
    Venkat

    Dear Venkat
    In Standard SAP,  we cannot change PR00 manually in sale order.  However, if you want to change, go to <b>V/06</b>, select PR00.  Here under the tab "<b>Changes which can be made</b>", you can see a field "<b>Manual entries</b>", in which "<b>D</b>" would be there in normal course.  Change it to "<b>C</b>" and save.
    Also go to <b>V/08</b> and untick the box "<b>Mdt</b>" against PR00.
    Thanks
    G. Lakshmipathi

  • Vendor field empty for RE line items in FBL3N

    dear all-
    I'm experiencing a strange situation. Instead of using the MM-report, I want to do a GRIR analysis in FI. When I run FBL3N for the GRIR account I see that for the goods-receipt related documents (doc type WE) field like puchase order and vendor number are populated (and contain a value). However for the line items that come from the invoice the field purchase order is filled but the field vendor is blank.
    I did have a look at the BSEG table for the WE- and RE-related documents: for all line items of the WE document (goods receipt) the fields purchase order and vendor contained a value, for the RE document (invoice receipt) all line items have a value for purchase order but only the first line item (vendor line) has a value for the field vendor. On all the other line items the vendor field is blank.
    Looks pretty strange to me, who has a good solution?
    thx
    Ben

    hi Vishal-
    Thanks for the BSIK, BSIS tip!
    In the meantime I did find report RFWERE00. I was able to generate a list that indeed showed the vendor number on the GRIR account both from the GR- and RE-document. Didn't have time yet to go over the code to figure out where this report gets its data from.
    The report offers options to do actual clearing and do postings ... I'm not interested in that. Only in the list. I have a start now ...
    ... If you have another I idea that prevents me from creating a customer report ... I'm eager to hear it!
    rgds
    Ben

  • Update material doc.num in assignment field of GR/IR line item of a/c doc

    HI Experts,
    please tell me the solution for my problem
    My requirement : Transaction is : MIGO
    Before posting of material document, update material document number in assignment field of GR/IR line item of accounting document (WE) at number commitment stage
    Update MKPF-MBLNR (Material Document Number) in BSEG-ZUONR
    but already i tried AC_DOCUMENT i got a problem .
    What i did,
    first use MB_DOCUMENT_BADI with method
    mb_document_before_update.
    here i tried to get the material document and export into memory
    after use AC_DOCUMENT With method
    change_after_check.
    here Import the material document doc num and pass it to Assignment field in
    but it is not working
    when i debug first trigger the AC_DOCUMENT And then it goes to MB_DOCUMENT_BADI
    Plese help me regarding this.
    Moderator message: please open only one thread per issue.
    Edited by: Thomas Zloch on Feb 9, 2012

    Hi,
    Thanks, I will check the same. Well, I will be clearing the documents with reference to MIGO number itself. When I do my delivery chrgs migo, that number I need to be populated in my line item's assignment field. Not only that but I the same number should get populated in the delivery charges miro. Since my miro is with ref to PO it becomes difficult to fetch the field.
    Plz let me know if you can help me on this as well.
    Thanks,
    Priyanka.

  • Adding a new field in web ui at item level in sales order

    While creating the sales order in WEBUI,we select a product at the item level. Once the product is selected into the line item, the vendor associated with the product should be determined and displayed in the custom column field(vendor)  for that line item. If there are more than one vendor associated with the product, the list for vendors should be displayed in a drop down to select one.
    this was the requirement
    1) how to add field to the structure.
    2)how to get the value from the field product field.
    3)how to display it in the field vendor in the form of drop down list
    please suggest me any documents or procedure to achieve this requirement .
    thanks in advance,
    srinivas.
    Edited by: srinivasa reddy mallidi on Jan 29, 2009 11:05 AM

    srinivas,
    Honestly a better approach would be to add/use a new partner function at the line item level.  Then you could configure a new partner determination procedure to select the vendor.  You may need to use one of the partner determination procedure BADI exits to handle the selection logic.
    The best part is this would not require any UI configuration as all the standard screens are available for maintenance of this information.
    Take care,
    Stephen

  • Balancing field "Profit Center" in line item 003 not filled during AFAB

    Hello all,
    We have activated business function FIN_GL_REORG_1 on EHP5 in ECC 6.0 and related reporting business function. One of the advantages of activating this for Fixed Assets is now asset balances can be reported at Profit Center/Segment level in sub ledger.
    During executing depreciation, we are getting the below error message
    Balancing field "Profit Center" in line item 003 not filled
    Message no. GLT2201
    Diagnosis
    The field Profit Center marked as balancing is not filled with any value in line item 003, even after document splitting.
    Below configuration is done in our system -
    Document splitting is active with standard variants for FA accounts.
    Segment Reporting is actived under Asset Accounting IMG (under Integration with General :edger Accounting)
    Activation of account assignment objects is active for cost center and specify account assignment types for account assignment objects KOSTL is configured for all transaction types (*) for APC and Depreciation postings is activated.
    APC, Accumulated Dep and Dep expense account field status groups are changed to have profit center and segment as optional fields for inputs.
    After all these settings, I am still getting the above error message.
    Can someone please let me know if you had similar situation and how to resolve this issue.
    Thanks,
    Praveen

    Hi
    Check the below locations
    Fin Accounting(New)Fin A/c Global Settings NewLedgersAssign scenarios and Customer Fields to Ledgers (Here assign Profit Centre)
    Fin AccountingGL Accounting NewBusiness  TransactionsDoc splittingDefine doc splitting characteristics for GL Accounting (Here Profit Centre mandatory check) Check with Activate and Deactivate
    Regards
    Sridhara Rao D

  • Customized drill-down report cannot go to line item level (FGI4 and FGI1)

    Hi Expert,
    I created a customized drill-down report using New GL features, as follows:
    FGI4 create form, with reference to form: 0SAPBLNCE-01
    FGI1 create report for the form created.
    After that I set some things like characteristic, variables, and output type.
    When I execute the report, the data shown cannot be drill-down to line item level:
    Goto > Line Item (this function is disabled).
    Kindly advise why I cannot goto line item level, where I copy from standard form: 0SAPBLNCE-01, which ha sthe features of drill-down to line item level.
    Thanks
    sbmel

    Hi sbmel,
    For calling up a line item report in a drill down report you need to make the below settins:-
    - You first have to generate the line item report with program RGRGENSI for your summary table.
    - Then assign the generated line item report to the summary report.
               Assiging the report is part of the 'Change drilldown report' function, which you reach by activating the characteristic selection field and then Extras -> Report assignment.
                In the dialog box that appears, choose the 'Other report type' function and insert the line item report generated earlier, as an ABAP report
    Regards,
    Gaurav
    Edited by: gka2707 on Jul 19, 2010 8:07 AM

Maybe you are looking for