BDC/LSMW for SPRO to MM to Purchasing to PR to Release Procedure to ...

Hi experts,
May I know those screen in SPRO can do BDC or LSMW? I am facing problem on trying up the BDC using SM35 on the following screen. (I can't get the transaction code).
The path is:
SPRO -> MM -> Purchasing -> PR -> Release Procedure -> Set up Procedure With Classification -> Release Strategies.. The SAP program is SAPL0ME2, but I can't execute it using SE38 since it's a program Type 'F'.
So may I know any possible way for us to use recording approach on these to do Mass insertion of data?
Thanks.
Cheers,
Wong
Edited by: Julius Bussche on Sep 12, 2008 10:37 AM

Hi Vijay,
First, you can try on SM30, V_T16FS. Simply double-click on 1 release strategy, then Click on "Classification". You will see the classification screen allow us to enter value on each characteristic of the class.
However, I try using SHDB (recording), it shows empty screen on the value for class in the 'Classification' screen.
Thanks.
Cheers,
Isaac.

Similar Messages

  • Bdc recording for spro tcode

    Hello ALL,
    Im doing teh recording for one img activity in Spro Tcode , recording is created sucessfuly but wen i run tht recording it doesnt goes in the dropdown in the spro.
    it just shows the spro first screen thn it shows error tht "screen -
    doesnot exst" means its not goin inside tht path to perform img acitivity.
    so any one knw how to capture tht drpdwn in spro tcode.?
    Thnks,
    Sunny

    hai friend,
    ther is no nessery to record spro tcode for legacy migration, better you can try with some other tcode like mm01 and va01 etc....
    reward if helpful...
    regards,
    jai.m

  • Best practice to upload data for Appraisals: BDC, LSMW or functional module

    Hi,
    I have heard that BDC and LSMW do not work for data upload in appraisals. Is it true?
    Can we use ECATT or SECATT to upload data in appraisals?
    I somewhere got the information that functional modules
    HRHAP_DOCUMENT_PREPARE
    HRHAP_DOC_UPDATE_BODY_AND_SAVE
    HRHAP_DOCUMENT_CREATE
    are used to upload the data for appraisals?
    Many of my earlier clients found it very hectic to create appraisal templates every year (PHAP_CREATE). They needed something automated for this.  I managed to suggest them manual upload or SECATT, but I am not sure if BDC/LSMW work for this.
    Can somebody throw some light on this?
    Best regards,
    Veera Sasidhar Jangam

    Hi,
    You need to write a code for same and use function modules available as those does direct updates to database.
    If client is not bothered about look and feel during dataload or do not care about display infotypes during data updates then use above method otherwise BDC needs to be written with screen control programming in it.
    Thanks,
    Ameet

  • Lsmw for purchase requisition and purchase order

    hi all
    can anyone brief me for lsmw for PR & PO.

    In lsmw in first step selec the option one standard object
    Object               0085   Purchase Order
    Method               0001   Purchase order
    Program Name         RM06EEI0.
    Program Type         D   Direct Input
    then save and come back and then go to object overview here u will find all the fields use in this object u can upload.
    After this follow the normal step.
    for pur req use object 0080.

  • LSMW Recording for SPRO

    I would like to upload a list of Material Groups using LSMW in SPRO T-Code.
    I've tried recording but it doesn't work. Can anyone please guide me?

    hi ,
    Check out the following steps
    For validity across plan versions
    Organizational Management > Basic settings > Maintaining Number Ranges> Set Up Number Assignment for All Plan Versions
    Table : V_T77S0SC ( T-code : SM30)
    maintain
    NUMRG COMP X
    Organizational Management > Basic settings > Maintaining Number Ranges> Maintain Number range
    Table : T77IV ( T-code : SM30)
    Create new entries with $$X , where $$ indicates the plan version and X is Object type like O is the org unit .
    after this Selecting the object (Org unit, Job, Position and task) click on number range button
    This will take u to the Screen saying number range for personnel planning.
    click on change Interval button
    maintain the no ranges with the range u want keeping the current number range
    0 while creating for the first time.
    Regards
    Saurabh Goel

  • BDC or LSMW for MR21

    Hi,
    Can anyone help me in creating a BDC for MR21:
    •Create a batch input recording and generate a program that can be modified. A transaction code should be created to run the program, and users must have the transaction included in their profiles. The program must allow BDC sessions to be created (rather than only offering a call transaction option). In the case of large files, the BDC session may be scheduled to run in background. Whereas a program running a call transaction can only run in foreground, if the file is being uploaded from the PC / network.
    or an LSMW for MR21.
    •Create a batch input recording through LSMW, and create the dataload using that. Since the data will be provided in SAP format, it is not strictly necessary to have an LSMW, but the developer may decide this is the simplest development method anyway.
    Please help me in this regard.
    Thanks,
    Sai

    hie
    for a BDC program for MR21 go to transaction SM35. Recording --> New Recording -->enter the a suitable name for the recording name and transaction MR21 and start to carry out the recording with the help of a functional guy. After you the process has gone through press save and back. Highlight your recordings name and press program. fill in the required name and on the filed contents radio button select Transfer form recording. After this you will have your BDC program ready.
    Create another program with type Executable. Copy and paste your BDC program into that one.  We do this so that you can assign a transaction code to your program.  For the transaction code go to transaction SE93 and fill in a relevant transaction code for your program. Press Create and fill in a relevant description for your transaction code. On the start Object radio button select option Transaction with parameters (parameter transaction) since we will have a parameter for picking the logical destination for the file to be uploaded.
    Make adjustments to your program according to your requirements.
    I would be happy to assist further.
    Regards
    PrinceIsaac

  • BDC or lsmw for ABT1N Transaction

    Hi gurus,
    last day i got some problem when i do a lSMW for  ABT1n Tran.i am thankful to u if u  please help me that how can i do it.please give me a complete document for that trans and also a text file so that i properly update it.
                    if u do any BDC program for that transaction please give me that program .it's very urgent for me....
    Thanks in advance....

    Hi Steve,
    BAPI_HU_CREATE itself creates HU. You can refer the HU number genrated by this BAPI itself. I hope you are calling bapi as below:
    CALL FUNCTION 'BAPI_HU_CREATE'
                EXPORTING
                  HEADERPROPOSAL = L_WA_HU_HEAD
                IMPORTING
                  HUHEADER       = L_WA_HU_HEADER
                  HUKEY          = L_V_HU_NUMBER
                TABLES
                  ITEMSPROPOSAL  = L_I_HU_ITEM
                  RETURN         = I_HU_RETURN
                  HUITEM         = L_I_CREATE_HU.
    Here, L_V_HU_NUMBER is the HU generated.
    Thanks,
    Archana
    Edited by: Archana Pawar on Sep 29, 2010 7:47 AM

  • LSMW FOR P.O UPLOAD

    Hi Guys,
    I am using LSMW for uploading the Purchase order. This I could able to do without any problem for single line item P.O.
    This was done by recordning method.
    Can some one explain how to upload purchase order for more that one line item.
    Thanks,
    Dhanu
    Edited by: Dhananjayappa E on Jul 30, 2008 4:40 PM
    Edited by: Dhananjayappa E on Jul 30, 2008 4:40 PM

    It is Somewhat Difficult to Contol Screen Variables While Using LSMW. If the Data is Bulk Use BDC with the Help of Abaper.
    http://aspalliance.com/1130_Batch_Data_Communication_BDC_in_SAP_R3
    http://abap-gallery.blogspot.com/2007/08/bdc-batch-data-communication-tutorial.html
    http://it.toolbox.com/wiki//index.php/Bdc
    Regards,
    Ashok

  • Inbound idoc for updating delivery date of purchase order

    Hi All,
    Our vendor sends a delivery file consisting of delivery date and quantity(could be partial) for line items of a purchase order.
    I need to update the Purchase order line item with the delivery date and quantity sent from the Vendor. It should add a new confirmation line with custom confirmation category in the confirmation tab of the line item in the Purchase order.
    Each time we get a delivery file we need to add a new confirmation line in the confirmation tab of the purchase order line item.
    How can I get this working using inbound idoc processing? Which Idoc type should I use to solve my issue. Will ORDERSP work for my scenario?
    Thank you,
    Sonali.

    >
    sonali ashi wrote:
    > We have all EDI set up done for ORDERSP idoc in our system. Problem when I use this idoc type by default system is always adding confirmation catgeory 'AB' but we want our custom  category to be added instead of 'AB'.
    > Edited by: sonali ashi on Dec 23, 2010 9:47 PM
    Confirmation category used for order acknowledgement is define in configuation. You can change that from AB to your custom condition and EDI should pickup that.
    SPRO->Material Management->Purchasing->Confirmation->Define Internal Confirmation Category
    >
    sonali ashi wrote:
    > I have also noticed that 'AB' confirmation accepts only full quantity order acknowledgement through Idoc processing.
    > Manually I can add a "AB" confirmation for partial quantity but in the idoc processing it fails.
    > Edited by: sonali ashi on Dec 23, 2010 9:47 PM
    Check tolerance limit defined for confirmation category in 'Conformation Control' Node in SPRO at same level as above.
    Regards,
    Pawan.

  • How to create LSMW for a transaction having scroll bar

    Hi all,
    I am trying to create an LSMW for MP)! transaction for Uploading AMPL (Approved Manufacturer Parts list data) data.
    For this LSMW is not working fine when i need to upload more number of records. Suggest me some way to solve it out,Also provide me some code samples and process if it can be handled with BDC.
    Thanks,
    Pavan.

    you can solve it with bdc:
    e.g. a table control contains only 10 entries , you've to program the dynpro-change ( in german "Bildwechsel")
    with sth like this:
    ERG = BUZEI MOD 10 .
      IF ERG = 1.
    Dynpro darf nur alle 10 Zeilen prozessiert werden -
        PERFORM BDC_DYNPRO USING 'SAPMF10B' '0150'.             "ins
      ENDIF.
    add 1 to buzei.
    A.

  • Is it possible to create LSMW for PQ10, PQ13?

    Hi Fridz,
    I have created the OM actions, now I'm trying to create LSMW for the actions PQ10 (creation of org unit), PQ13 (Creation of Position) but while recording LSMW relationships are not creating under - Maintain Field Mapping and Conversion Rules in LSMW. Please advice on this whether these transactions are possible to create LSMW with fore & backgroung.
    $Narayana

    Hi Narayana,
    Use BDC's for better maintainance of relationship. which worked fine for me.
    thanks,
    vasu.

  • Please  Help me How write the BDC program for the MIGO inbound Delivery

    Please help me how to write bdc program for the MIGO Inbound Delivery in 4.7EE Version. Please help me.
    Not in LSMW.  Required call transaction or Session Method. Please help me.
    Mohan

    Run transaction BAPI . Select Logistics Execution/Shipping/InboundDelivery/SaveReplica.. You can use function module BAPI_INB_DELIVERY_SAVEREPLICA in your ABAP program.

  • LSMW for Outbound Delivery

    Hi,
    I am not able to find an LSMW for creating GR for outbound delivery. I tried using recording in MIGO but it did not work. Also MB1C is not working for outbound delivery. Please help.
    Regards,
    Anubhav

    Hi
    I think it is better to write a Z program/ BDC to have a mass GR creation of an outbound delivery.
    or
    You have an Auto Goods receipt using confimations. If we activate Auto GR in customizing for Confirmation control key. Once confirmations(ASN) is created a GR will be created automatically.
    Hope this helps
    Regards,
    Sasi

  • When we have LSMW for migrating data then why we will go for Session/Call ?

    Hi Guru's,
    Could you please tell me ...
    When we have LSMW for migrating data , why will go for Sessions/call Transaction for migrating? when we do with LSMW we can complete the object with less time then why we have will do with session/call transaction?
    when we have to use LSMW ? and when we have to use SESSION/ CALL TRANSACTION ..
    thanks in advance..
    vardhan

    LSMW can't upload large amount of data into the database.
    Whereas BDC SESSION CALL /TRANSACTION method can upload large amount of data into the database.
    The error capture method is superior in BDC.
    BDC programs can be scheduled to run on periodic basis as per the customer requirements.

  • How check the Strategy, if no authorization for SPRO?

    Hello Experts,
                           Can someone please help on how to check the Strategy for the Release codes, if we dont have the Authorizations for SPRO in the Production Server.
    Please help
    Thank in advance.
    Regards,
    Yawar Khan

    Hello Yawar,
    You can use the below DB tables to see the release strategy configurations.
    T16FB     Release Indicator: Purchasing Document
    T16FC     Release Codes
    T16FD     Description of Release Codes
    T16FE     Descriptions of Release Indicators: Purc
    T16FG     Release Groups
    T16FH      Descriptions of Release Groups
    T16FK      Release Statuses
    T16FL         Release Indicators: Service Entry Sheet
    T16FM         Descriptions of Release Indicators for SES
    T16FS         Release Strategies
    T16FT        Descriptions of Release Strategies
    T16FV        Release Prerequisites
    Regards
    Greg

Maybe you are looking for

  • HFM and Planning apps not showing up in workspace..

    Hi All We recently had the SSL certificate expired and after we renewed them, and restarted all the services, the HFM and Planning apps are not showing up in workspace Navigate->Applications. When I click on Classic Administration -> Consolidation Ad

  • Check from the ABAP backend whether the URL is available

    I need to check whether the  portal(any web page) is available or not. to do this I must check whether the corresponding URL is available. I need the corresponding ABAP code to do so. can anybody please help me out. Thanks, Ashutosh Shukla

  • LOV on user defined input values

    Hi I have created an element and created an input value of Description.This input value 'Description' will contain 2 or 3 criterias like 10% Basic,20%Basic and 30% Basic. To Reduce data entry and minimize spelling mistake i was looking to put this de

  • Illustrator cs5.1 menu bar problem

    i download the trail version of the cs5.5 master collection on my mac os x version 10.7.2 al the softwars   are working normaly but the illustrator cs5.1 menu bar is in gibberish! am i doing something wrong?? i tried to install it on my other mac and

  • [SOLVED] Headphone keep producing noises after update

    I executed "pacman -Syu" yesterday. And after update my headphone isn't turned on automatically. I had install alsamixer and unmute it manually, but the problem is the headphone keeps producing annoying noises. It never happened before the update. I