SPRO - Create Destination for Import Post-Processing

Hi,
What is the significance of this setting in SPRO?
SAP IMG -> Business Intelligence -> Transport Settings -> Create Destination for Import Post-Processing
How and in what situations do we need to fill the entries for this setting?
Thanks

Hi George,
If you dont create a destination here in a target system for transport then your process chains will not get activated after the transport. I am not sure if it has any other implications.
regards,
Sumit

Similar Messages

  • Changing user for PPF - Post Processing Framework

    Hello,
    Is there a way to change the user for a Post Processing action once the trigger is activated?
    There are times where we want a user action to kick off a PPF task, but we do not want them to have security to complete this extra task themselves.  Also, the PPF task may create an activity document where we want a specific user id to be shown.
    I believe the answer is no, but was wondering if anyone else out there was able to do this or had other ideas?
    Thanks.
    Mike

    Thank you, PK!
    That helped us look at our system and we do see a logical RFC connection we set up 6 years ago for workflow for when we went live.  So that did help us some.
    If we set up this logical connection, do you know how we can tie the ABAP RFC that we set up in BRF to use that logical connection? 
    Thanks.
    Mike

  • ABAP Routine for Deleting and creating index for ODS in Process chains

    Any pointers for the ABAP Routine code for deleting and creating index for ODS in Process chains.

    Hi Sachin,
    find the following ABAP code to delete ODS ondex.
    data : v_ods type RSDODSOBJECT.
    move 'ODSname' to v_ods .
    CALL FUNCTION 'RSSM_PROCESS_ODS_DROP_INDEXES'
      EXPORTING
        I_ODS = v_ods.
    To create index:
    data : v_ods type RSDODSOBJECT.
    move 'ODSname' to v_ods .
    CALL FUNCTION 'RSSM_PROCESS_ODS_CREA_INDEXES'
      EXPORTING
        I_ODS = v_ods.
    hope it helps....
    regards,
    Raju

  • "Row-based Only" checkbox for a post processing operating

    Hi,
    Is there documentation available on the "Row-based Only" checkbox for the post-processing operator? Any links to more information on this would be appreciated.
    Regards,
    Mazen

    Hi Carsten,
    My question is more on what is the use of the "Row-based only" checkbox that shows up in the properties window for a post-processing operator. How does this checkbox affect the execution of the post-processing transformation?
    Regards,
    Mazen

  • TECO status for Prod order for which Post processing record exists

    Dear PP Gurus,
    We use  BAPI_PRODORD_COMPLETE_TECH to TECO production order. Program doesn't TECO orders , if there are Post processing records exsiitng for order giving message "Postprocessing records for order 1000068 prevent technical closing" .  I think this is standard BAPI msg.
    When same BAPI is run in Foreground mode, it gives "Confirmation Prompt" , 'Order 1000068 : There are still reprocessing records . Set order to Technically Complete" with YES/NO/Cancel option. You can save TECO by selecting YES
    Is there a way to achieve this in Background mode.
    Thank you much in advance for help,
    Regards,
    Jatin

    Hello Jatin,
    Call function DIALOG_SET_NO_DIALOG before the BAPI, then system handles the BAPI as in the non-dialog mode and the pop-up does not appear
    Refer KBA 1986661 - PP-SFC: BAPI_PRODORD_COMPLETE_TECH Popup
    Best Regards,
    R.Brahmankar

  • Creating DataLocationId for import into images tables

    I would like to ask if someone has working code to create a DataLocation when importing pictures into the Images table using the Java API.
    I´ve already worked out that this is a hierarchical structure and i´ve to create an entry for every component of my filename.
    Take this example:
    fileserverpath1path2 ile.txt
    I´ve to create node
    fileserver, path1, path2 where path1 is a child of fileserver and path2 a child of path1.
    For every node during creation, i´ve to set the DataLocationType which is one of
    static int      COMPUTER_LOCATION
              A particular computer location.
    static int      DIRECTORY_LOCATION
              A directory location type.
    static int      LOCAL_FIXED_DEVICE_LOCATION
              A local fixed device such as a local drive.
    static int      PHYSICAL_LOCATION
              A non computer location, such as postal address.
    static int      REMOVABLE_MEDIA_LOCATION
              A removable media device such as disk on key.
    static int      ROOT_LOCATION
              Root of tree, doesn't represent a location.
    static int      SHARED_FIXED_DEVICE_LOCATION
              A shared directory on another computer.
    The problem is, that for the above example, i used COMPUTER_LOCATION for the
    fileserver component and DIRECTORY_LOCATION for the remaining components. But i get an unspecified server error when trying this.
    However, if i import a picture from this path using the MDM Data Manager everything is fine and if a look at the entries created (using the RetrieveGroupTree Command) all entries have type DIRECTORY_LOCATION. Strange. I tried setting this type also for the
    fileserver part of the path but this gives also a unspecified server error.
    I would really appreciate some working code fragment.

    Don't know if this helps you or not, but I found a work around. Instead of using the "Export" option, I used "Send to" and selected iDVD. It exports the Keynote presentation as a Quicktime movie with very high video and audio settings, which means a larger file size, but Final Cut seems to recognize the file now. This is not a proper way of doing it, so I will keep a close eye out for other responses to this thread. I'm sure the problem has to do with a specific set of export settings that you have to change, but I tried a bunch and none of them seem to work. This "Send to" technique seems to do the job (though you have to go through the hassle of quitting iDVD once you have the QT file on your desktop.)

  • Create destinations for pdf file

    I would like to create in Frame a destination that appears in the pdf as a destination, I would think this would work:
    but in the pdf file, it doesn't appear, is there another way? Are my settings correct?

    FM adds a prefix to the named destination in order to make the destinations absolutely unique. Depending upon whether the file is part of a book or a single file, the exact string will vary.  For a standalone file, it will be "M8.newlink.<your newlink text, e.g. target_device>" or if it's part of a book, "M1.8.newlink.target_device> where th digit after the "M" refers to the files position in the book.
    You either have to add the prefix to the PDF links that you manually want to create in other applications that target the PDF you're creating or use Shlomo Perets' TimeSavers (see: FrameMaker-to-Acrobat TimeSavers ) to have the prefix stripped.

  • Need help for a post-processing "trigger"

    Dear all,
    Without getting into much detail, I have a system that is simultaneously introducing a sinusoidal Force (F) and measuring the sinusoidal response (X) of a structure under resonance. I need to acquire the whole time signal, including the free decay response in the end (please find attached a sample picture of the time signal and the corresponding data file), so I cannot use a trigger during the measurement. During the stationary response it may be seen that the signal has a slight negative slope: that is due to a phenomenon of dilatation of my structure that is dissipating heat at the same time. 
    My problem is how to know exactly when my NI-USB 6216 DAQ has stopped the excitation force, which, in my sample waveform would be around 0.025s (I require an automatic process of identifying it).
    Is there any VI, filter or trigger function that might provide me that information?
    Thank you in advance for your help.
    Kind regards,
    Diogo Montalvão
    Attachments:
    R50_18um_controlo_40_60_temp_24_1_12_v0_time_16.txt ‏373 KB

    The brute force method:
    Can't you use another analog input channel and capture the excitation voltage?
    Or if you have a shaker with an amplifier that provide a current monitor output you can capture the excitation current and might find that due to the voltage control some amount of force is still introduced after setting the control voltage to zero   and you might have to implement a system model that include the shaker and the output impedance of your amplifier :0
    Greetings from Germany
    Henrik
    LV since v3.1
    “ground” is a convenient fantasy
    '˙˙˙˙uıɐƃɐ lɐıp puɐ °06 ǝuoɥd ɹnoʎ uɹnʇ ǝsɐǝld 'ʎɹɐuıƃɐɯı sı pǝlɐıp ǝʌɐɥ noʎ ɹǝqɯnu ǝɥʇ'

  • Error in Client import Post Processing

    Hi after importing a client with SAP_ALL profile when i am running SCC7 i m getting following Error
    Runtime Error DBIF_RSQL_SQL_ERROR
    Except           CY_SY_OPEN_SQL_DB
    Sql error in the database when accessiong a table
    Missing RAISING Clause in Interface
    Program     SAPLSAZI
    Please Guide
    Thanks

    Hi,
    we also had the same error in dBIF_REPO_SQL_ERROR
    We checked the following
    1. Network speed between CI and database.
    2. SM21 logs
    Then we raised a message with SAP. SAP replied us to upgraded the AIX Operating System to 5.3.
    We are in the process of doing it

  • Deleted recently added playlist how do i add back to playlist and make destination playlist for imports

    i deleted recently added playlist and want to add back, and make it destination for imported songs how do i do

    Howdy Mark,
    The Recently Added playlist is a Smart Album that has specific settings to automatically add new content to that playlist. It can be recreated manually if accidentally deleted, you can use this article named Archived - iTunes: How to create a Smart Playlist found here http://support.apple.com/kb/HT1801.
    Choose File > New Smart Playlist.
    To have iTunes add songs that match specific criteria, make sure to select "Match the following rule," then make your selections from the pop-up menus.
    For example, you might want iTunes to only add songs that are by a particular artist, or songs with at least a four-star rating.
    To add additional matching criteria, click the Add + button.
    Here are the parameters to use when you create the new Smart Album:
    1. Check the box that says Match the Following rule:
    2. Change the first set of criteria to Date Added, In the Last, 2, weeks.
    3. Add another line for criteria by clicking the + button
    4. The second set of criteria should be as follows. Media Kind, is not, podcast.
    5. Uncheck Limit To, and Match only checked items, and check Live Updating.
    That when that is done you will have a new smart playlist that you can rename to Recently Added by double clicking the smart album name.
    All the very best,
    Sterling

  • Row-Based Only option for post processing operator

    Hi,
    Have a question on the role of the "Row-base Only" option for post processing operators. I am trying to understand how a post-processing operation can be done in a row-based mode. A coded PLSQL procedure in a post processing operator is expected to run only once. So I am not clear on how this option might affect the execution of the transformation. Any clarifications would be appreciated.
    Thanks,
    Mazen

    Hi Carsten,
    My question is more on what is the use of the "Row-based only" checkbox that shows up in the properties window for a post-processing operator. How does this checkbox affect the execution of the post-processing transformation?
    Regards,
    Mazen

  • Authorizations setting for running the process chain

    Hai
    Iam planning to run the process chain for loading the data into ODS. But i dont have authorization for it.
    so what are the authorizations i need to run the process chain in my system. And how can i set all those authorizations to my user-id.  I have all authorization rights .
    Pls let me knw
    kumar

    Hi,
    Authorizations for Process Chains
    Use
    You use authorization checks in process chain maintenance to lock the process chain, and the processes of the chain, against actions by unauthorized users.
    ·        You control whether a user is allowed to perform specific activities.
    ·        You control whether a user is allowed to schedule the processes in a chain.
    The authorization check for the processes in a chain runs when the system performs the check. This takes place upon scheduling or during synchronous execution. The check is performed in display mode. The check is performed for each user that schedules the chain; it is not performed for the user who executes the chain. The user who executes the chain is usually the BI background user. The BI background user automatically has the required authorizations for executing all BI process types. In attribute maintenance for the process chain, you can determine the user who is to execute the process chain.
    See also: Display/Maintenance of Process Chain Attributes ®  Execution User.
    Features
    For the administration processes that are bundled in a process chain, you require authorization for authorization object S_RS_ADMWB.
    To work with process chains, you require authorization for authorization object S_RS_PC. You use this authorization object to determine whether process chains can be displayed, changed or executed, and whether logs can be deleted. You can use the name of the process chain as the basis for the restriction, or restrict authorizations to chains using the application components to which they are assigned.
    Display/Maintain Process Chain Attributes
    Use
    You can display technical attributes, display or create documentation for a process chain, and determine the response of process chains during execution.
    Features
    You can display or maintain the following attributes for a process chain:
    Process Chain ® Attribute ® ...
    Information
    Description
    ( Rename)
    You can change the name of the process chain.
    Display Components
    Display components are the evaluation criterion in the process chain maintenance. Assigning the process chains to display components makes it easier to access the chain you want.
    To create a new display component, choose Assign Display Components in the input help window and assign a technical name and description for the display component in the Display Grouping dialog box that appears.
    Documents
    You can create and display documents for a process chain.
    For more information, see Documents.
    Last Changed By
    Displays the technical attributes of the process chain:
    ·        When it was last changed and who by
    ·        When it was last activated and who by
    ·        Object directory entry
    Evaluation of Process Status
    If you set this indicator, all the incorrect processes in this chain and in the overall status of the run are evaluated as successful; if you have scheduled a successor process upon error or always.
    The indicator is relevant when using metachains: Errors in the processes of the subchains can be evaluated as “unimportant” for the metachain run. The subchain is evaluated as successful, despite errors in such processes of the subchain. If, in the metachain, the successor of the subchain is scheduled upon success, the metachain run continues despite errors in “unimportant” processes of the subchain.
    Mailing and alerting are not affected by this indicator and are still triggered for incorrect processes if they have an upon error successor.
    Polling Indicator
    With this indicator you can control the response of the main process for distributed processes. Distributed processes, such as the load process, are characterized as having different work processes involved in specific tasks.
    With the polling indicator you determine whether the main process needs to be kept until the actual process has ended.
    By selecting the indicator:
    -         A high level of process security is guaranteed, and
    -         External scheduling tools can be provided with the status of the distributed processes.
    However, the system uses more resources; and a background process is required.
    Monitoring
    With the indicator in the dialog box Remove Chain from Automatic Monitoring?, you can specify that a process chain be removed from the automatic monitoring using CCMS.
    By default CCMS switches on the automatic process chain monitoring.
    For more information about the CCMS context Process Chains, see the section BW Monitor in CCMS.
    Alerting
    You can send alerts using alert management when errors occur in a process chain.
    For more information, see Send Alerts for Process Chains.
    Background Server
    You can specify here on which server or server group all of the jobs of a chain are scheduled. If you do not make an entry, the background management distributes the jobs between the available servers.
    Processing Client
    If you use process chains in a client-dependent application, you can determine here in which client the chain is to be used. You can only display, edit, schedule or execute the chain in this client.
    If you do not maintain this attribute, you can display, edit, schedule or execute the process chain in all clients.
    Process variants of type General Services that are contained in a process chain with this attribute set will only be displayed in the specified client.
    This attribute is transported. You can change it by specifying an import client during import. You must create a destination to the client set here in the target system for the import post processing (transaction RSTPRFC)  The chain is activated after import and scheduled, if necessary, in this client.
    Execution User
    In the standard setting a BI background user executes the process chain (BWREMOTE).
    You can change the default setting so that you can see the user that executes the process chain and therefore the processes, in the Job Overview. You can select the current dialog user who schedules the process chain job, or specify a different user.
    The setting is transported.
    The BI background user has all the necessary authorizations to execute all BI process types. Other users must assign themselves these authorizations so that authorization errors do not occur during processing.
    Job Priority
    You use this attribute to set the job priority for all of the jobs in a process chain.
    Hareesh

  • CONDITIONS FOR IMPORT PROCUREMENT

    Hi Experts,
    Can anybody explain the following,
    1. What are the condition type should be included in import pricing procedure.Also kindly expalin the requirements.
    2. For import procurement, when we have to pay the customs,excise,insurance,etc.., and how to capture in Condition types.
    Thanks in advance,
    Prabu

    hi
    TOTAL IMPORT CONFIGURATION AND CYCLE
    in ur pricing u have to create following
    JCDB IN: Basic Custom Duty
    JCV1 IN : CVD
    JECV IN : Ed Cess on CVD
    J1CV IN : H&SECess on CVD
    JEDB IN : Ed Cess on BCD
    JSDB IN : H&SECess on BCD
    JADC Additional Duty of Custom
    JCV1, JECV, J1CV and JADC will go to Excise MODVAT Accounts and JCDB, JEDB and JSDB will get loaded on inventory.
    In M/06, for all above conditions, keep following controls;
    Cond. class A (Discount or surcharge) Plus/minus A (Positive)
    Calculat.type A (Percentage)
    Cond.category B (Delivery costs)
    Activate "Currency Conversion" and "Accrual"
    now for setoff
    maintain the following conditions in excise default settings.
    JCV1, JECV, JADC
    path: spro>logistic general >tax on goods movements>india >basic settings>determination of excise duty >maintain excise defaults >
    along with ur taxprocedure maintain these conditons in the specified fields
    JCV1 in CVD condition field.
    JECV in ECS conditon field.
    JADC in ACD conditon field.
    in case of secess on CVD, no need to maintain.
    it is hardcodded in the standard
    Vendor in GR 2 (Entry always possible)
    Import scenario
    1.Create material master of import goods.
    2. Create vendor master record of import vendor and Customs clearing vendor.
    3. Maintain CIN settings.
    4. Maintain J1id.
    5. Maintain Pricing procedure SAP standard JIMPOR.., maintain required conditions..JCDB,JCV1...
    6.Assign the schema to respective import vendor in Purchasing view of VMR.
    7. Create import PO ,check in conditions of JCDB, JCV1 the customs clearing vendor(Indian vendor) and percentage is assigned. This can be done by In condition tab select condtion then click on display, then enter.
    Save the PO.
    8. MIRO --Capture Bill Of Entry.(Commercial Invoice No.,).Customs clearing first .Here CVD will b converted to BED.
    9. Capture Excises invoice--j1iex.
    10.MIGO.
    12.Post Excise Invoice.
    13.MIRO...Payment to vendor(import vendor)
    ACCOUNTING
    Find the fin. Acct, entry generated by system with end of every transaction and Import Business Process.
    1. Create PO, in conation tab of PO, maintain all possible Bill of entry components and assigned it with custom vendor.
    2. Create MIRO for custom vendor (Planned delivery cost)
    FI Entry of Import( Planned Delivery Cost)
    1 K 2001000 customs 60,592.36- INR
    2 S 2027100 CVD Clearing 336.07INR
    3 S 2025000Customs Provision 9,845.38INR
    4 S 2025000Customs Provision 985.38INR
    5 S 2027100CVD Clearing 33,606.65INR
    6 S 2027100CVD Clearing 672.13INR
    7 S 2025000Customs Provision 492.69INR
    8 S 2025000Customs Provision1 4,654.06 INR
    3. Create GR for Excisable /non-excisable mat.
    for Material
    1 89 4002100 RM: coal 221,365.01 INR
    2 96 2021000 Provisional Liab-GR 195,387.50- INR
    3 50 2025000 Customs Provision 14,654.06- INR
    4 50 2025000 Customs Provision 985.38- INR
    5 50 2025000 Customs Provision 492.69- INR
    6 50 2025000 Customs Provision 9,845.38- INR
    for Excise
    1 40 4610410 RG 23A-Higher Ed Ces 336.07 INR V0
    2 40 4610100 RG 23A-BED 33,606.65 INR V0
    3 40 4610400 RG 23A-Ed Cess 672.13 INR V0
    4 50 2027100 CVD Clearing 34,614.85- INR V0
    4. Create MIRO for importer liab.
    FI for Vendor (Importer)
    1 K 2001000 test / 195,387.50- INR
    2 S 2021000 Provisional Liab 195,387.50 INR
    hopr it help
    regards
    kunal

  • Base Value for Imports

    All SAP Gurus,
    While capturing / posting excise invoice for Imports, which value to be considered as base value?
    Is it the value of material only or some duties and other costs to be added over it to consider it as base value?
    In our case material value + BCD is displayed as base value, while capturing / posting excise invoice.
    Is it correct?
    If we want to take some more conditions (or delete some conditions) from being calculating as Base amount, what should be done?
    Please reply.
    Regards,

    Find the fin. acct, entry genrated by system with end of every transaction and Import Business Process.
    1. Create PO, in contion tab of PO , maintaint all possible Bill of entry coponent and assigned it with custom vendor.
    2. Create MIRO for custom vendor ( Planned delivery cost)
    FI Entry of Import( Planned Delivery Cost)
    1 K 2001000 customs 60,592.36- INR
    2 S 2027100 CVD Clearing 336.07INR
    3 S 2025000Customs Provision 9,845.38INR
    4 S 2025000Customs Provision 985.38INR
    5 S 2027100CVD Clearing 33,606.65INR
    6 S 2027100CVD Clearing 672.13INR
    7 S 2025000Customs Provision 492.69INR
    8 S 2025000Customs Provision1 4,654.06 INR
    3. Create GR for Excisble /non-excisable mat.
    for Materail
    1 89 4002100 RM:coal 221,365.01 INR
    2 96 2021000 Provisional Liab-GR 195,387.50- INR
    3 50 2025000 Customs Provision 14,654.06- INR
    4 50 2025000 Customs Provision 985.38- INR
    5 50 2025000 Customs Provision 492.69- INR
    6 50 2025000 Customs Provision 9,845.38- INR
    for Excise
    1 40 4610410 RG 23A-Higher Ed Ces 336.07 INR V0
    2 40 4610100 RG 23A-BED 33,606.65 INR V0
    3 40 4610400 RG 23A-Ed Cess 672.13 INR V0
    4 50 2027100 CVD Clearing 34,614.85- INR V0
    4. create MIRO for importer liab.
    FI for Vendor( Importer)
    1 K 2001000 test / 195,387.50- INR
    2 S 2021000 Provisional Liab 195,387.50 INR
    so as per the example the base base value will  be  195,387.50
    regards
    kunal
    award if helpful

  • CIF Post Processing

    Dear All,
    In the CIF post processing, either via CIF Cockpit or via other post processing transactions, in APO or ECC, we need to go into each post processing record to find the reason for the post processing record being created and to check the status for Error / Warning.
    Is there a way to view all the post processing records at APO or ECC system level?
    Is there any method to analyze the reason for the post processing records, other than going into each one of them to find out?
    I saw in the web of the existence of a program, where on adding some simple coding to the program, a report can be created to view the 'reason for post processing record' being created.
    Regards,
    Sridhar R

    Hi Senthil,
    Thanks for the reply.
    The alerts system is already in place.
    We are looking at a report where on execution, it would give the reason for the post processing record / error creation.
    Based on the report corrective action could be taken, by appropriately notifying the respective teams / users in corresponding plants / regions.
    Regards,
    Sridhar R

Maybe you are looking for

  • Adding quantity field for the same material number in Table control

    Hello Experts, I have an requirement, where I need to add the quantity field when the material number is repeated in a table control. Here I show the pop-up message "Material already exists, do you want to add the quantity". If the user clicks on Yes

  • Jndi.properties location in EAR

    Hello, in a environment of Tomcat+APACHE as webserver and OC4J as a backend server, putting jndi.properties in WEB-INF/classes will do the job, BUT if we use the OHS as the webserver, I am not succeeding to let the webapp view the sessions even after

  • Ipad App issues

    Hi, Iam building an app to display xcelsius dashboards into ipad. I developed the App using Flash Builder and Flex 4.5 SDK It was working fine when i test it using run as<desktop<ios platform Iam able to view the flash dashboards there but when Iam t

  • How do I change ipage document into a jpeg document to email?

    How do IU change ipage document into a jpeg document to email?

  • Adobe Reader  7.0

    We want a software that can automatically adjust the margins based on a single page view or when viewed as double spreads there by having the text centered in both the views.