Why Tran.Request is not generated in some cases?How to identify such case ?

Hello Support,
In some cases
Eg;
1. Defining number ranges we normally do not create a Transport Request.
2. Maintaining characteristics values for each characteristic incase of Release Strategy
Is there any method by which we can find out the areas where we are not required to create Transport Request? If Yes , please let me know the steps involved in identifying the same .
Also let me know what do you mean by open Client . Thanks in advance.
Regards
Ramesh Ch

Hi Juergen ,
Is there any method by which we can find out the areas where we are not required to create Transport Request? ( How to identify the areas where Transport request is not generated ) .
If Yes , please let me know the steps involved in identifying the same .
Also let me know what do you mean by open Client . Thanks in advance.
Regards
Ramesh Ch

Similar Messages

  • Am suddenly getting error code 3250 when trying to download certain podcasts...not all, just some. How can I fix? Help.

    Am suddenly getting error code 3250 when trying to download certain podcasts...not all, just some. How can I fix? Help.

    I am getting the same error, and have been, since the last iTunes update.     Driving me crazy, as some podcasts download without issue, others won't download at all, and get the 3250 error code.

  • Transport request is not generating in Development

    Hi Friends ,
    Transport request is not geting generated in develpment system........so what could be the problem....
    RB

    Hi  Raghavendra,
    Can you give me some more details ? Which support package ? What kind of transport (java or abap) ?
    Have you configured CTS+ ?
    Best regards,
    GL
    http://newitbizz.blogspot.com/

  • Outbound Idocs are not generated for some material number MATNR

    Hi all,
    We are using a custom program to process the IDOCS to some other thirdparty systems.
    but the problem is the IDOCS are not generated and also we can't find the IDocs in TRFC also.
    But it is working for the other matnr.
    I have already debug the custom program, and it is taking all the inputs correctly.
    plz guide me guys

    Hi Praveen,
    This is the code I am using
    LOOP AT GS-MATNR_WERKS ASSIGNING <MATNR_WERKS>
    GS-COUNT = GS-COUNT + 1.
        GS-TEXT  = 'IDOC for Material & & (& of &) is just being created'(001).
        REPLACE '&' WITH <MATNR_WERKS>-MATNR INTO GS-TEXT.
        REPLACE '&' WITH <MATNR_WERKS>-WERKS INTO GS-TEXT.
        REPLACE '&' WITH GS-COUNT            INTO GS-TEXT.
        REPLACE '&' WITH GS-LINES            INTO GS-TEXT.
        CONDENSE GS-TEXT.
        CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR'
             EXPORTING
                  TEXT = GS-TEXT
    validation code for the MATNR & WEKRS
    CALL FUNCTION 'Z_MASTERIDOC_DISTRIB_ZCOPEBOM'
             EXPORTING
                  MATNR        = <MATNR_WERKS>-MATNR
                  WERKS        = <MATNR_WERKS>-WERKS
                  MESSAGE_TYPE = P_MESTYP
    GS-CREATED = GS-CREATED + 1.
        GS-COMMIT  = GS-COMMIT + 1.
        IF GS-COMMIT >= 100.
          GS-COMMIT = 0.
          COMMIT WORK.
        ENDIF

  • Why new contacts are not appearing after some time?

    I Am using iPhone6, iPad New and iPad mini. The contacts which I saved in iPhone are not appearing after some time. I don't know whether it is related with synchronisation of other devices. Please help me if you know the reason.

    Hi, 
    Have you checked the filtering option in contacts? Open contact menu button > filter. Perhaps you have a filter hiding the contacts. 
    What are your thoughts about this forum? Let us know by doing this short survey.

  • Why Purchase Order NO. not appear in some sales order(VA03)

    Can anyone please let me know the reason why the Purchase order in some Sales oder(VA03) is not apperaing? Any pointer from any side will be greatly appreciable.
    Thanks in advance.
    Azizur

    Hello Azizur,
    I think you have to configure properly the material and the schedule line category.
    For example:
    At master material -> MRP1->MRP Type->PD.
    SPRO->Sales and Distribution->Sales->Schedule Lines:
         Order Type NB (Purchase requisition)
         Item category 5 (This party)
         Acc.assing.cat Y
    It is only an example.
    When a Sales order is created, a Purchase Requisition is generated automatically. Then you can create the Purchase Order with the Purchase Requisition. Once the Pruchase Order is created, the Sales Order will appear at Account assignment of the Purchase Order and at the flow of the Sales Order.
    Hope it helps,
    Ricard.

  • Spool not generated for some conditions

    <b>Requirement :</b>Developing a data transfer program. Approach used is Call Transaction in S mode.
    In some cases(if Receiving Storage Location is PKGX) I need to load only MB11 and other cases I need to load 3 transaction sequentially – MB11 creates Mat. Doc. No.  which in turn passed to the LT06 to create TO(Transfer Order) and the TO passed to LT12 to confirm TO.
    <b>Problem –</b> When I run it in background(it generates report in foreground), job finished successfully, data is loaded into system and spool status shown as error ONLY IF ALL THE 3 TRANSACTIONS CALLED AND LOADED.
    <u>I debugged the Batch Job(using t-code JDBG) line by line output,contents are writen to output but at the end spool goes into error and report is not visible.</u>
    In all other cases like messages/outputs due to record not correct  or/and  only MB11 is to be processed, spool is generated with status Waiting and report is visible.
    <b>Statement at top –</b>
    REPORT  ZL6C_LOAD_INVENTORY_WM_SLOC
            NO STANDARD PAGE HEADING
            MESSAGE-ID ZOLSC_AS
            LINE-COUNT 65
            LINE-SIZE  148.
    <u>It works if I set line-size as 132 .</u>
    To overcome this I used FM GET_PRINT_PARAMETER with various cominations of parameter passed but it doesn’t work –
    CALL FUNCTION 'GET_PRINT_PARAMETERS'
    EXPORTING
    COPIES                 = L_C_ONE
           DEPARTMENT             = L_C_SYSTEM
           DESTINATION            = L_C_LOCL
           EXPIRATION             = L_C_2
           LAYOUT                 = L_C_X_65_255
           LINE_COUNT             = L_C_65
           LINE_SIZE              = L_C_255
           LIST_NAME              = L_LIST_NAME
           LIST_TEXT              = L_LIST_TEXT
           MODE                   = 'BATCH'
           NEW_LIST_ID            = G_C_X
           NO_DIALOG              = G_C_X
           RECEIVER               = L_C_SAP
           RELEASE                = G_C_X
           SAP_COVER_PAGE         = G_C_X
           REPORT                 = SY-REPID
           USER                   = SY-UNAME
    IMPORTING
           OUT_PARAMETERS         = L_PARAMS
    EXCEPTIONS
           ARCHIVE_INFO_NOT_FOUND = 1
           INVALID_PRINT_PARAMS   = 2
           INVALID_ARCHIVE_PARAMS = 3
           OTHERS                 = 4
       IF SY-SUBRC = 0 AND NOT L_PARAMS IS INITIAL.
         NEW-PAGE PRINT ON PARAMETERS L_PARAMS  NO DIALOG NEW-SECTION.
         G_SPOOL = 'X'.
       ENDIF.
    Also when I use this FM under INITIALIZATION then it generates the spool but content written at TOP_OF_PAGE not displayed. When I use it under START-OF-SELECTION, problem still remain same.
    Please Suggest
    thanks
    Sonal

    Hi,
      All spool requests will be stored in TSP01 table
    TSP01 - Spool Requests
    field name for Spool request number is RQIDENT
    Hi,
    Take a look at OSS Note 422136 which states:
    "2. You can only store one spool request even if a step generates several spool requests during processing. The application is responsible for a "spool overview" in this case. If a step generates several spool requests during processing, only one request can be stored. In this case, the application report should issue the number with a message when writing a spool request so that it is then displayed in the job log."
    Also take a look at OSS Note 519059 which further supports the case that you must capture the individual spool numbers as they are being created (i.e. within the job step's program). The note contains the following:
    8] Question: How are the spool requests assigned?
    Answer: The step information is stored in table TBTCP. This has space for exactly one spool request (field LISTIDENT). If a step generates several spool requests during the processing, only one can be stored. In this case the application is responsible for a "spool overview
    <b>Reward points</b>
    Regards

  • Transport Request is not Generating while Deleting the Process Chain

    Hello,
    We have a old process chain across the Land scape(D->Q->P),now due to some reasons we have created a new one in Dev Sys.
    Now we want to delete the Old Chain in Dev Sys and want to transport the same to remaining systems. But the problem is when we click on delete, straight away a pop up is coming as Do you want to delete the chain YES or NO.
    Could any one of you suggest why it's not asking for a TR.
    Thanks
    Best Regards
    Lucky.

    Thanks Chanda
    One more problem
    The dtp which is there in the old chain is used in the new one also, when I am trying to add to a transport request, It is displaying this dtp has been locked with the new request.
    I have deleted the new chain request and as you suggested trying to create a new transport request for the old chain,after giving the new description for new transport, strangely a pop up is coming as Specify a Request.
    When I continue, finally it is ending with errors.
    The user terminated processing of objects REQUEST (In RED)
    Operation cancelled at user's request(In YELLOW).
    Can you suggest what could be the cause for this.
    Thanks.

  • Spool not generated in some condition

    Requirement :Developing a data transfer program. Approach used is Call Transaction in S mode.
    In some cases(if Receiving Storage Location is PKGX) I need to load only MB11 and other cases I need to load 3 transaction sequentially – MB11 creates Mat. Doc. No. which in turn passed to the LT06 to create TO(Transfer Order) and the TO passed to LT12 to confirm TO.
    Problem – When I run it in background(it generates report in foreground), job finished successfully, data is loaded into system and spool status shown as error ONLY IF ALL THE 3 TRANSACTIONS CALLED AND LOADED.
    I debugged the Batch Job(using t-code JDBG) line by line output,contents are writen to output but at the end spool goes into error and report is not visible.
    In all other cases like messages/outputs due to record not correct or/and only MB11 is to be processed, spool is generated with status Waiting and report is visible.
    Statement at top –
    REPORT ZL6C_LOAD_INVENTORY_WM_SLOC
    NO STANDARD PAGE HEADING
    MESSAGE-ID ZOLSC_AS
    LINE-COUNT 65
    LINE-SIZE 148.
    It works if I set line-size as 132 .
    To overcome this I used FM GET_PRINT_PARAMETER with various cominations of parameter passed but it doesn’t work –
    CALL FUNCTION 'GET_PRINT_PARAMETERS'
    EXPORTING
    COPIES = L_C_ONE
    DEPARTMENT = L_C_SYSTEM
    DESTINATION = L_C_LOCL
    EXPIRATION = L_C_2
    LAYOUT = L_C_X_65_255
    LINE_COUNT = L_C_65
    LINE_SIZE = L_C_255
    LIST_NAME = L_LIST_NAME
    LIST_TEXT = L_LIST_TEXT
    MODE = 'BATCH'
    NEW_LIST_ID = G_C_X
    NO_DIALOG = G_C_X
    RECEIVER = L_C_SAP
    RELEASE = G_C_X
    SAP_COVER_PAGE = G_C_X
    REPORT = SY-REPID
    USER = SY-UNAME
    IMPORTING
    OUT_PARAMETERS = L_PARAMS
    EXCEPTIONS
    ARCHIVE_INFO_NOT_FOUND = 1
    INVALID_PRINT_PARAMS = 2
    INVALID_ARCHIVE_PARAMS = 3
    OTHERS = 4
    IF SY-SUBRC = 0 AND NOT L_PARAMS IS INITIAL.
    NEW-PAGE PRINT ON PARAMETERS L_PARAMS NO DIALOG NEW-SECTION.
    G_SPOOL = 'X'.
    ENDIF.
    Also when I use this FM under INITIALIZATION then it generates the spool but content written at TOP_OF_PAGE not displayed. When I use it under START-OF-SELECTION, problem still remain same.
    Please Suggest
    thanks
    Sonal

    Hello All,
    I checked in SM58. It showed an error.
    I checked my function module attributes. It was normal. Changed it to Remote enabled.
    Now spool is generated.
    Regards,
    Kausthub

  • Why does my imessage not work with some phones

    Its come to my attention that with some Iphone 4s and Iphone 5 users my imessage as well as facetime does not work. Why is this?

    LilEther wrote:
    Why is this?
    How would we know?  We're not in possession of their or your phone to troubleshoot or see how it's configured.

  • Why the snap_id is not generated sequentially in statspack?

    I submitted some snaps manually, and thru dbms_job, the snap_ids are not sequential:
    SQL> select SNAP_ID,to_char(SNAP_TIME,'DD-MON-YY HH24:MI') timestamp from stats$snapshot order by 1;
    SNAP_ID TIMESTAMP
    1 22-AUG-06 08:19
    2 22-AUG-06 08:19
    3 22-AUG-06 08:26
    4 22-AUG-06 08:26
    11 22-AUG-06 10:32
    22 22-AUG-06 12:26
    31 23-AUG-06 07:53
    32 23-AUG-06 08:29
    41 23-AUG-06 19:00
    42 23-AUG-06 23:00
    51 24-AUG-06 03:00
    52 24-AUG-06 07:00
    Could someone explain? Thanks.
    - Zack

    It probably generates the snap_id using a sequence with a cache value of 10. When the shared pool is flushed or the db is shutdown the cached values will be lost.

  • Spool Requests are not generated in SM37

    Hi Freinds,
    in sp01.. there are 2 spool requests were generated for one standard prg.
    example : the spools requests are 1 and 2.(assume)..
    im sm37 .. it is showing 2 spool request only .. not 1 st spool request.. what is reason behind this??
    BUT I WANT 2 SPOOL REQUEST WHRE THE SAME 2 SPOOL REQUESTS ARE GENERATED IN SP01.
    IT IS POSSIBLE.. ANY SETTING ARE THERE IN SM37?
    regards,

    check the job steps... did u schedule the job or set it to start immediately
    in sm37 on the top, select ur job name and hit on step to see whats wrong in it..

  • Request number not generating in SO10

    Hi all,
      I am having an Text in SO10 and now I had added some extra text
    When i am saving its not prompting for any request number
    How can i transport this without any request number.
    Regards
    Ajay

    Hi
    You have to create a customizing request to transport standard texts.
    And the Run the program RSTXTRAN, give the text name and execute.
    Then it will prompt for request number.

  • HT4914 Why does iTunes Match not really match some songs in my library? Any thoughts?

    I have noticed that many songs in my library are really not upgraded to 256, even though they say Matched. I thought Matched was supposed to also mean "We found your song and upgraded it to 256." Am I wrong? Thanks.

    Hey SeanE80
    If you are experiencing issues with your purchase of iTunes Match, you can report the issues by following the steps in the article below.
    How to report an issue with your iTunes Store, App Store, Mac App Store, or iBookstore purchase
    http://support.apple.com/kb/HT1933
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

  • MBA 11 (2013) pinch zoom does not work after some time, how to fix it ?

    Recently I purchased MBA 11 (2013) model ( 4GB ram & 1.3 Ghz dual core). Although I use iPhone 5 & iPad 4 but never used mac. So when I found the track pad is capable of pinch zoom(along with other gesture) I was excited. But later I found after opening few apps (like safari, chrome etc) pinch zoom stop working . I need to restart in order to make it work again. Other gestures works fine just issue with the pinch zoom. Along with this issue I have some other questions as well
    1) How to fix this pinch zoom issue?
    2) I use eclipse for android development, but when I connect android phone/tablet - os crashes, no idea why?
    3) How to uninstall & update apps properly which was downloaded from web (like I installed x-code) ?
    4) I want to use mouse (i am comfortable) - I need to know whether right click, wheel, ling click & drag works perfectly.
    5) How to back up the os if something goes wrong I can retrieve from there ?

    Error 2, 4 (or -4), 6, 40, 1000, 9006
    Follow Troubleshooting security software. Often, uninstalling third-party security software will resolve these errors.
    There may be third-party software that modifies your default packet size in Windows by inserting a TcpWindowSize entry into your registry. Your default packet size being set incorrectly can cause these errors. Contact the manufacturer of the software that installed the packet size modification for assistance or follow this article by Microsoft: How to reset Internet Protocol (TCP/IP).
    Verify that access to ports 80 and 443 are allowed on your network.
    Verify that communication to albert.apple.com or photos.apple.com is not blocked by a firewall, or other Internet security setting.
    Discard the .ipsw file, open iTunes and attempt to download the update again. See the steps underAdvanced Steps > Rename, move, or delete the iOS software file (.ipsw) below for file locations.
    Restore your device while connected to a different network.
    Restore using a different computer.
    http://support.apple.com/kb/TS3694#error6

Maybe you are looking for