Custom program for transport dependency

Any body developed transport dependency program that would warn people of dependent transports? I hope this program would help greatly in managing transports and someone might have written an ABAP program.
Your help is appreciated.
Thanks
Rajesh Yadla

1. PSAVE-FIELDNAME will use the old values in the FIELD. It will be used in cases when we have to do plausibility checks on the basis of new as well as old value, eg, we want to use dynamic action for employees whose status changes from 'inactive' to 'active'
2. Sequence no represents sequence no. If for a particular Infotype and FCode, we have to specify which step has to be performed first. Sequence no tells the system exactly this thing.
Regards
Lincoln

Similar Messages

  • Program for transport dependency checks

    Any body developed transport dependency program that would warn people of dependent transports? I hope this program would help greatly in managing transports and someone might have written an ABAP program.
    Your help is appreciated.
    Thanks
    Rajesh Yadla

    You can use SE03 transaction for the same.
    Goto SE03 transaction - select Include objects in a transport request - check the radio button for selected objects and
    add all your objects - execute - save in request.

  • How to create a customer program for "PPMOD"feature(pe03)?

    Hi,
    I want to create customer program for "PPMOD"feature(tcode:pe03),who can tell me the steps? (ECC6.0)
    thanks a lot?
    Olivia Yang

    Hi,
    /1PAPA/FEAT610PPMOD the generated program for the feature.
    You are forbidden to change this generated program. Ideally whatever logic regarding the feature needs to be put through pe03 tcode of feature and not in the program.
    Still if there are any changes that need to be done to the program you can enhance the program.
    To enhance the program you need to go to se 38 and open this program and press Shift + F4
    Then Goto->Enhancement operations->Show implicit enhancement operations
    Then go to yellow line right click on mouse and Enhancement implementation->Create
    And put your own code in the implementation.
    Regards,
    Divya

  • Custom program for Dynamic Actions

    Iam using BDC’s for Actions and Org.Assignment infotypes. The dynamic actions are planned to be carried out by using separate function modules.
    My query is, On the plausibility check conditions lots of structures are referred (eg: PSPAR,RP50D etc). How do i perform this condition check in the custom program (for dynamic actions) as these structures do not have any data?
    Thanks
    Message was edited by: SShenoy

    1. PSAVE-FIELDNAME will use the old values in the FIELD. It will be used in cases when we have to do plausibility checks on the basis of new as well as old value, eg, we want to use dynamic action for employees whose status changes from 'inactive' to 'active'
    2. Sequence no represents sequence no. If for a particular Infotype and FCode, we have to specify which step has to be performed first. Sequence no tells the system exactly this thing.
    Regards
    Lincoln

  • Customized program for format payments doesn't work in all operating unit

    I would like to ask for your help with the issue I’m having right now with the customized program I’ve created.
    Background:
    A customized program using XML was created for check payments. This check format is used when printing Payment Batches. I tried to register this program in two operating unit, one is EMR AP SuperUser-EPT-APDUS and the other one is EMR AP SuperUser-EPT-APDMX. The program completes successfully in EMR AP SuperUser-APDUS but not in EMR AP SuperUser-EPT-ADPMX. The set up was the same for both OU. In every time I tried to run the program by:
    1. Create a batch name in Payment Batches.
    2. Enter the Invoice Batch Name
    3. Assigned the Bank Account and Document type
    4. Save and hit the Actions..1 button
    5. Then Select the Format Payments - I've entered the same program for both OU
    The program errors out including the Payment Process Manager in APDMX OU but not in APDUS. Please help me fix this issue as this is a very high priority task.
    I would greatly appreciate any help that you could give.

    See https://support.mozilla.com/en-US/questions/799388

  • LSMW Custom program for updating picked quantity in outbound delivery

    I have been tasked with creating an LSMW that will update the picked quantity in an outbound delivery.  I originally thought of using a recording on transaction vl02n, but I need the LSMW to work with variable amount of item lines. 
    Through some research I figured out that FM WS_DELIVERY_UPDATE_2 can update the picked quantity.  I have successfully created a custom program that calls this FM. 
    I have created what I believe to be the correct entries in the SXDA0, SXDA1, SXDA2, and SXDA3 tables to make my custom program work with LSMW.  I am able to find my program in the "Maintain Object Attributes."  I am also able to "Maintain Structure Relations Step" (screen shot attached)  I am currently using VBKOK and VBPOK for the header and line item structures respectively. 
    My difficulty is converting the data.  I have tried everything from having no conversion rules to mapping many fields and I always receive the following error (screen shot also provided).
    Error analysis
    The statement
         "Move src TO dst"
    requires that the operands "dst" and "src" are convertible.
    Since this statement is in a Unicode program, the special conversion
    rules for Unicode programs apply.
    In this case, these rules were violated.
    Program /SAPDMC/SAP_LSMW_CONV_FORMS
    Include  /SAPDMC/SAP_LSMW_CONV_FORMS
    Row 1,080
    Module type (FORM)
    Module Name TRANSFER_RECORD
    Since I have run the conversion with no conversion rules I am very confused as to why I am still receiving this error.  Any insight would be greatly appreciated.

    For anyone I have uncovered some interesting things about my issue.  I started going through the conversion code piece by piece trying to figure out what data element the system was choking on. 
    After digging though the program and using the debugger I found out that the issue was in FORM transfer_record. 
    ASSIGN (g_record) TO <l_record>.
         CASE g_objecttype.
           WHEN '01' OR '02'.
             gt_buffer-record = g_record.
             gt_buffer-data = <l_record>.
             APPEND gt_buffer.
    If this LSMW was working
    g_record = 'VBKOK'
    <l_record> = 'VBKOK'
    But what is actually happening
    g_record = 'VBKOK'
    <l_record> = "Structure of some sort
    I do not know why this is happening since the field symbol is being assigned right before this piece of code.  Any suggestions are greatly appreciated.

  • Create a custom program for FPS3 transaction code

    Hi,
    I would like to create a custome program which does the below steps in one shot.
    1) RUN(SUBMIT) Transaction FPS3 with
    Company code = NONE and
    Created on FROM = SY-DATUM & TO = SY-DATUM
    2) In the next screen, it should select SELECT ALL
    button
    3) and then it should select EXECUTE button.
    And alos i should be able to give Information Messages when nothing is selected or displayed.
    Thanks & Regards,
    Sudheer Pusala.

    write a z program with company code as parameter. next use Submit function to submit FPS3 with the variables. In the PF-STATUS maintain the required butons which will popup when the data is shown. Now, u can select all records from one of the button of PF-STATUS (u need to write code for it). Next use execute button to execute the data. At any stage u can improper ur custom messages which will get displayed as and when something happens.

  • Custom program for availability check and update for existing sale order at Item level(VA02)

    Hi,
    I came to know Bapi_Saleorder_Simulate can be used for availability check and update an existing sale order.but there is no sample program explaining the process.I have tried this by passing parameters ORDER_HEADER_IN , ORDER_ITEMS_IN  ,ORDER_PARTNERS and ORDER_SCHEDULE_EX(for getting details),also i have assigned the sale document number ,custom document type(ZSO) in ORDER_HEADER_IN . while executing the BAPI I am getting the error external number range is not assigned for the document type ZSO . I am confused on seeing this error. It is possible to do availability check for existing sale order using this BAPI. Please explain how to achieve this.It will be really helpful if it is expalained with an example.   
    Regards,
    Shanmuga

    Hello, I think you may have been misinformed about this BAPI updating a sales order at item level. As far as I understand it this BAPI can be used to simulate the creation of a sales order which obviously would include and ATP check. This is why it is giving the error because it is simulating creation but you are entering a value in a field that should be automatically generated (i.e. the sales order number). For change the sales order at item level have you looked at BAPI_SALESORDER_CHANGE? I pretty sure this BAPI both updates sales order (header or item level) and can do an ATP first.
    Points are always welcome if you feel an answer has been helpful.

  • Custom program for RF

    I have just read RF_PROG_GUIDELINE_SAPNET.doc to create my own devs. in RF.
    But I have some questions about logical/physical screens.
    I have created a Z-report with two screens 9100 and 9101 with 8x40 and 16x20, respectively.
    Afterwards, I call function DETERMINE_SCREEN_ NUMBER to determine physical screen.
    Please, could anyone tell me next steps to customize RF Mobile Data Entry  with my screens and program?

    Hi
    You need to maintain user profile in table LRF_WKQU.
    Using the menu item in user profile you need to maintain RF menu management table in IMG.
    In the menu management enter the transaction number that you have created for your dialog program.
    Hope this gives you some leads to proceed.
    Regards
    Raj

  • Custom program for Tcode MIR6

    Hello All,
    I have created a Zprogram for the Tcode MIR6. Activated sucessfully. But when executed getting dump.
    Please suggest me to correct this issue.
    Runtime Errors         SUBMIT_WRONG_TYPE
    Short text                 Incorrect program type with SUBMIT.
    Tried to correct the issue below but unfortunately unsucessful.
    You attempted to start the ABAP/4 program "YSAPMM08N" with SUBMIT, but the
    attributes specify this program as type "M" instead of "1". You can
    only start programs of type 1 with SUBMIT.
    Best Regards,
    Jai
    Moderator message: very descriptive error message, please do some own research before posting, read SAP documentation for SUBMIT statement and program attributes.
    Edited by: Thomas Zloch on Jan 19, 2012

    1. PSAVE-FIELDNAME will use the old values in the FIELD. It will be used in cases when we have to do plausibility checks on the basis of new as well as old value, eg, we want to use dynamic action for employees whose status changes from 'inactive' to 'active'
    2. Sequence no represents sequence no. If for a particular Infotype and FCode, we have to specify which step has to be performed first. Sequence no tells the system exactly this thing.
    Regards
    Lincoln

  • Error while exporting ABAP programs for transport

    Hi,
    In the process of exporting my abap programs so that they can be transported, I released my work request.
    However, during release, errors were encountered, and the status of the release was set to 'Release Started'.
    The error encountered was
    '[STOP ICON] ===> HALT: rscpi_init fails with rc = 1 (twconv. c:957) Please contact the SAP support.'
    Can anyone help? Thanks.

    check all the objects used  in ur report are in same package
    Edited by: BrightSide on May 14, 2008 3:53 PM

  • Any more customized program for BEx

    Hello,
    I wonder if there is any way to customized data from BEx Analyzer rathan using variables with processing type-Customer Exit?
    -WJ-

    You can use Excel Formulas and VB Macros to do customization but it works only with workbook and not with queries.
    If you want to do additional customization for your reports then you have to save the query in a Workbook and you have to write the VB Code in the interface.
    Sub SAPBEXonRefresh(queryID As String, resultArea As Range)
    Write your Code here
    End Sub
    You can search in SDN for Code Samples to achieve the results.
    Regs
    Gopi

  • Custom program for dynamic actions in BDC

    Hi all,
    Did anyone work on dynamic actions in BDC. I got a method of doing, but looking out for a simpler one.
    Thanks..

    Hi,
    Any updates that happen via dynamic actions in online mode must be explicitly included in the BDC session since dynamic actions are turned off during the execution of batch input sessions.this is a standard behavior.
    Regards,
    Manoj.

  • Need custome program for qe51n (inspection result recording)

    Hi Gurus,
    I am getting the same error from the BAPI  BAPI_INSPOPER_RECORDRESULTS. Defects occured during confirmatio  you find any solution? If yes please share me the solution and sample code give some ssample code .
    Javed
    Edited by: Javed Parvez on Jun 8, 2009 2:58 PM

    Dear Neeraj
    one suggestion would be create an qualitative MIC and give the short text " Inspection according to Drawing specification". Create a characteristic code as 1) Ok 2) Not ok. So while result recording you select ok or not ok according to the result and in Inspection Decription you can insert your comments
    Regards
    gajesh

  • Custome Defined Pacakge for transporting the BW Objects

    hai
    Im going to transport the BW-Objects from the development server to QA server.
    I need to 'Custome Defined Package(ZBW)' for this one . So how can i create the Custome Package for transportating the BW objects.
    pls tell me , i will assign the points
    kumar

    Transaction SE80
    Select development class and create.
    Jaya

Maybe you are looking for

  • How to write formula for width of a field.

    Post Author: onthebeach CA Forum: Formula I am trying to write a formula to adjust the size of a text box.  I see that it has the typical X-2 box to create a formula but everything I have tried has failed.  I am using a datediff to return hours betwe

  • InDesign & Photoshop question

    I use InDesign CS6, I was told that if i hold the ALT key down and double click on a picture it will be opened in Photoshop. When I do it, it opens in Windows Photo Viewer. How do i get it to open in Ps?

  • Allowing a user to save changes

    I am creating an app that is something similar to this one:- http://demo.quietlyscheming.com/DragTile/DragDrop.html However what I want is when a user drags an item from one tilelist into the other tilelist for them to be able to save these changes s

  • Network issues in Openstack deployment

    I've recently had success following the Oracle document at http://www.oracle.com/technetwork/server-storage/openstack/linux/documentation/oracle-openstack-user-guide-2296176.pdf I've configured a controller node and a compute node and can deploy inst

  • Pear to pear file sharing in Adobe Air

    hello frndz can anybody guides me how to make pear to pear file sharing in adobe flex air. is there any possibility for file sharing and text chat through p2p connection. Thanks and Regards   Vineet Sharma