ADOBE usage for creation of MDM record

Hi,
I need to present a DEMO on usage of _ADOBE form for creation of Master data record in MDM_.
Request if you could please send me some presentation / link or a process movie detailing the above action.
Regards,
Rajeev

Hi,
You can use the function module - BCONTACT_CREATE to create Contact record
(or)
make a BDC of the Tcode - BCT1(Contact creation) and use the same for creation of contacts in batch
Note: Contact is created against Business Partner and not Contract Account. So you will have to include your logic of finding out the respective Business Partner for the Contract Account for which you need to create Contact record.
regards
Gagan

Similar Messages

  • BAPI/FM for creation of CONTACT RECORD for the contract account

    Hi All,
    I need to create a contact record for the a contract account.
    The contact record details will be maintained in the table BCONT.
    Let me know if there is a function module/BAPI/any othere way to create a contact record.
    Regards
    Shiva

    Hi,
    You can use the function module - BCONTACT_CREATE to create Contact record
    (or)
    make a BDC of the Tcode - BCT1(Contact creation) and use the same for creation of contacts in batch
    Note: Contact is created against Business Partner and not Contract Account. So you will have to include your logic of finding out the respective Business Partner for the Contract Account for which you need to create Contact record.
    regards
    Gagan

  • BAPI for creation of condition records  MEK1 tcode

    Hi,
        Any one used to upload condition records data for MEK1 transaction code. Please give me reply any once knows.
    Thanks in advance
    Shaik Basha

    Hi Vijay,
        Thanks for giving reply. I checked BAPI_PO_Change and
    BAPI_PO_CREATE1. But in these two PO number is the mandatory field. In mek1 tcode, for particular condtion type key combination i dont have any PO field that time i will use this FMs. Please give me advice regarding this.
    I am also facing some other problem i.e to change the routing master data. I alreay downloded data from routing master in excel and i did changes in excel. Now i';ll upload the excel to sap that will update the routing master. If u have any idea for updating the routing master data.please send me the fm.
    Regards
    Shaik Basha.

  • Adobe Audition for Video Editors webinar recording online

    Hi everyone,
    Last week, Audition sponsored a screencast hosted by Kanen Flowers covering his workflows for editing audio for video projects.  The recording of the event is online at http://seminars.adobeconnect.com/p58yg03mkgg/
    We had a great turnout, and if people find these valuable, we'll try to schedule more of them addressing different editing topics.
    Have a great day,
    Durin

    I was interested enough to sign up for the real-time webinar. I want my hour back.
    Based on its biling, I expected it to deal a fair amount with dialog editing, but it just touched on the subject and most of that was about trying to fix dialog from a Skype connection -- something of little interest to the vast majority of videographers.
    The structure was just a ramble; it seemed to me that Kenan did little to prepare. It was more an ad for Kenan and his show than it was useful for videographers trying to learn how to use Audition. But maybe that was just me; YMMV.
    I should add that I've watched several other Abobe webinars. Most were good solid useful information. The bar is set fairly high, which is probably why I was dissapointed in this one.

  • Creation of condition record (MEK1) for freight w.r.t. vendor in STO

    I am working in ECC 6.0 environment. My requirement is to fetch value of freight automatically w.r.t. selected vendor in condition while creation of STO.
    How can i define condition record by MEK1 for the same? Which access sequence needs to be assign to freight condition for creation of condition record of the same so system can fetch value of freight in STO w.r.t. vendor?

    hi,
    Create one access sequence for freight conditon with follwing table and assign the same that access sequnce to condtion .
    665     Vendor/Customer/Material
    716     Vendor/Plant/Material
    give the fright accout key for valution with FG cost add and seperate GR/IR vaules for vendor payment.
    while purchase order update conditon and in the view detial mentain transporter vendor for the same .
    pass the miro ref planned delivery cost
    Sans.

  • Creation of Info record

    Hi ,
              I need to create and change the info records automatically from excel.(ME11).
    Is there any BAPI for this or we need to do only in BDC technique.
    Can anyone guide me in this issue.

    Hi Ramya,
    Try with below FMs
    ME_DIRECT_INPUT_INFORECORD
    ME_POST_INFORECORD
    ME_UPDATE_INFORECORD_PD.
    There is not much validation being handled in this FMs so it may upload wrong data as well .. which may create problems..
    No BAPIs available for creation of info records (ME11)
    I would suggest you to go for BDC in this case..
    [Link for BDC Example|FM or BAPI For uploading data in ME12 transaction;
    Hope it will solve your problem..
    Thanks & Regards
    ilesh 24x7
    ilesh Nandaniya

  • Standard MDM iView for Creation of Record

    Hi All,
    We have requirement to create a record in MDM through Portal.
    Are there any standard iViews available in Portal content of MDM, which can create or update a record in MDM repository?
    In the Portal content we have found following two SCA
    BPMDMAPPLI04_0.SCA
    BPMDMTECHN04_0.SCA
    We have deployed them on the portal server, we are able to see search and itemdetail iViews for standard repository.
    But we are not able to see iViews for creation of record.
    In one of the document it has been given that SP 04 extended (imporved) functionality offers Data Entry and Maintenance (CURD operations) can also be performed.
    But availability of the iViews not mentioned anywhere.
    Anyone has already implemented such kind of functionality or scenario?
    Thanks and regards,
    Shruti.

    Hi Mandar,
    I have followed the same PDF also.
    But I am not able to find out the SCA's which are mentioned in the above document for GP and CAF.
    I tried searching on service market place also.
    In portal Contenet of SP 04 i have found only two SCA's
    BPMDMAPPLI04_0.SCA
    BPMDMTECHN04_0.SCA
    I am not able to find following SCA files.
    H2G_GuidedProcedures.sda
    H2G_SourceCode.zip
    Can tell me how do i get those SCA's?
    Thanks in Advance
    Shruti.
    Edited by: Shruti Shah on Mar 12, 2008 6:19 AM

  • How to record a time-limited video with Adobe AIR for iOS

    I am trying to record a time-limited video with Adobe AIR for iOS.
    For example, I want to implement the following function. Start a one-minute timer before launching CameraUI to record video. When the timeout event happens after one minute, stop recording video, close the CameraUI view and obtain the video data so far.
      I have several questions related to that.
      1. How to stop recording video from outside the CameraUI view(in this case, from the timeout event handler) and then close the CemeraUI view? As far as I know, to close the CameraUI view, the only way is to press the [Use Video] button or the [Cancel] button from inside the CameraUI view. Is it possible to close it from outside?
      2. Even if the first problem mentioned above is solved, then how can I get the video data so far(in this case, the video data before the timeout). I know that normally we can get a MediaPromise object from MediaEvent parameter of the  complete handler, and read the video data from the MediaPromise object. But obviously in this case, we can not access the MediaPromise object just because the complete handler itself will not be executed since the [Use Video] button is not pressed.
      3. Is it possible to add a stopwatch to show possible remaining recording time when CameraUI view is open? It seems that the CameraUI automatically uses the full screen of iOS device(in my case, iPad) and there is no extra space to show the stopwatch.
      Are there any solutions or workarounds about the three problem above? I really appreciate it if anyone has any idea about this. Thanks in advance.

    You'd have more control by using the Camera object, showing the camera on a video object inside a Sprite, and capturing that. Then you could put whatever graphics alongside it on the stage.. I've used FlashyWrappers in a test to capture the video to the library.  It took some work, but the test worked well...
    Flash/AIR record videos of your apps and games: Rainbow Creatures

  • Error during creation of info record for pipline material.(Urgent)

    Hi All,
    We are getting the following error during creation of Info record for pipeline material
    " Material XXXXX is not a pipline material"
    we have checked the material master  and found it is a pipeline material.
    Kindly advice on the same.
    Help in any form will be rewarded.
    Best Regards
    Arihanth

    Hi Arahanth,
       The steps u need to check are;
    1) The Material Type ( If standard then it is PIPE or if defined own Material Type check the settings once preferably in special material type a tick at pipeline mandatory)
    2) when u create the info record (ME11) ensure the info category is selected as pipeline.
    Hope its clear to u
    if solved do reward me points
    Regards
    Anil Thai

  • Adobe forms for report creation.

    Hello.  I would like to use an web form in which the user submits research information, which the user can then download (or be emailed) the data in an organized report.  In a sense, I would like to use Adobe Forms to make these reports consistent.  How can I use Adobe forms for this? Is this possible?

    Hi Viji,
    I believe there must be a misunderstanding here. While Adobe delivers sample forms both in Adobe LiveCycle Designer (only the form) and for their own server products (the LiveCycle series), this has nothing to do with Interactive Forms in SAP software. Adobe contributes 2 key technology components to the joint solution, but the business logic continues to be shipped by SAP only. This means that Adobe neither ships standard forms for an SAP system nor BAPIs.
    In mySAP ERP 2004, a couple of pilot processes built with Guided Procedures were shipped to selected customers. These processes dealt with the creation and changing of master data. These processes are not generally available.
    Interactive Forms is included in several environments, i.e. Web Dynpro for Java, Web Dynpro for ABAP, ABAP Workbench (for printing), Guided Procedures, Internet Service Request (ERP), and Business Intelligence. In NetWeaver '04, you can only use Web Dynpro for Java and ABAP Workbench.
    There is NO OUT-OF-THE-BOX SUPPORT for BSPs.
    If you wish to use KM functions, it'll be up to you to develop them for your process. You will need to persist the generated PDF form (it doesn't happen by default), and there is no standard delivery that includes KM functions.
    Hope this helps,
    Markus Meisl
    SAP NetWeaver Product Management

  • Standard Adobe Form for SAP Material Master Creation

    Hi,
    Did SAP develop standard adobe interactive form for Material Master Creation?
    I heard SAP delivered standard forms for Customer Master and Vendor Master. I am not sure about Material Master Form. If any one knows about Adobe Forms for Material Master... please rerply.
    Thanks in advance.

    Check yourself here:
    List of SAP standard Adobe forms: Go to http://service.sap.com/erp  (SAP ERP) -> Media Library - SAP ERP Overview -> Detailed information cross ERP -> Adobe Forms for SAP ERP
    Standard programs: Standard program for Adobe forms
    Regards Otto

  • Told Ya - Adobe caters for non-commercial cameras

    I just had to come and say TOLD YA.
    I've been investigating cs5.5
    I've been watching Adobe TV
    And YES, Adobe now caters for, encourages, welcomes, and teaches non-commercial users to use their products.
    For years I’ve complained that Adobe didn’t have the codec’s/tools/features for real people using real off-the-shelf equipment. i said its an oversight at best, a serious business flaw at worst. Their advertising was most definitely all-inclusive, not just to 'professionals'. But their products were most lacking.
    And here in the forums i kept being told how Adobe was for professionals only with professional tools, and reading further I saw the solution to almost every question was 'first use 3rd party software' to convert/clean/edit/standardise/etc.
    So to all you 'professionals' i say HA.
    IN YOUR FACE.
    With cs5.5 you can use any off-the-shelf cameras (yes, including the seriously low budget/disposable stuff). No need for HD, extra codec packs, 3rd party expensive software. You don’t even need extra plugins (unless you are going for some speciality, obviously!)
    So welcome One And All.
    Abode's business planners are finally on the ball.

    Christian,
    I agree completely. I do have a degree in film, but when I say "film," I really do mean FILM. Video was in its infancy back in those days, and was highly restricted to either live, on-air, with maybe a switcher in the chain, or went to 2" video tape, that was editable with a block and razor blade w/ tape. "ENG" was sill in the future. All I got was the concept of production, general editing (limited to film), some artistic background, and little more than the basics, related to what we see as digital video today. Still, would not trade those years for anything, even if much no longer applies.
    In the middle of my career, I spent most days and nights doing stills for advertising, and jumped on digital image manipulation when it first hit. Before, we had been doing image compositing in the darkroom with some world-class gear, but with the limitations of analog compositing. Yeah, we had some sophisticated vacuum frames, a NASA lens, tons of lith film, emulsion stripping, dye and bleach work with a "one-hair brush," and some true artists and advanced technicians, but we were still limited. I saw one of the first Scitex demos in the US, and knew that I was looking at the future. After about a year with Aldus PhotoStyler, Photoshop hit for the PC, and I never looked back. However, even so armed, I was a firm believer that I needed to do everything possible in the creation of my images, and only use PS as a tool to get even closer to prefection. Back then, I was still shooting mostly 4 x 5 and some 8 x 10, and all of my Ektachrome had to be drum-scanned to get it into PS - there was not digital capture yet, though we DID experiment with an HP scanner (was my biggest client in those days) mounted onto one of our Cambo 8 x 10's. Let's just say that it was NOT a Leaf...
    Like you, I maintain that it's about the image (or footage), and far, far less about the tools used. I have seen "art" created with an oatmeal box pin-hole camera.
    Though I have not done a spreadsheet on it over the last 15 years, the image of mine, that has sold the most was a "happy snap" of my wife on a carousel horse at a long-since gone amusement park. It was done on a Sunday visit with an old Nikon F and an equally old Nikkor 105mm f/2.5. I was just shooting some family shots, but that one struck a chord with so many art directors, and has been used for selling all sorts of products and services. Probably need to pull out the invoices, as my Maroon Bells in Autumn might have passed it now. Still, I was not attempting to create art, but just record a family moment at the park and guess that I got lucky. My work on my BFA really had nothing to do with grabbing that shot.
    Along the lines of the subject by the OP, I was a bit surprised to see that Adobe and Nokia have teamed up. It seems that most of that partnering is around Flash, but a bit has filtered over to PrPro. This came as a bit of a shock to me, but partnerships can create some odd bed-fellows. Who knows, we might see specific Nokia smart-phone video Presets in PrPro CS6?
    Just thinking here,
    Hunt

  • How do I sign, save, and close a completed from in Adobe Reader for iOS?

    After completing a PDF form and emailing it from Adobe Reader for iOS, the recipient receives it as a form and can change it. How do I save the form in Adobe Reader for iOS before sending it as an email so that the recipient cannot update it further.
    Thank you.

    Thank you George. Are there any Apps you would recommend? I am looking for something where a PDF form can be completed, and perhaps annotated, and then flattened to email to be filed as a record.
    Thanks.

  • Automatic creation of info record

    Hi All ,
    In my case, Automatic creation of info record is active during creation of PO and in case of standard PO,  price is automatically coming during creation of PO
    But in case of consignment PO, Price is not coming automatically.
    Please help...  thanks in advance

    HI,
    In Consignment PO, Price (Condtion tab) won't be there.
    As per the concept of Consignment, stock will be in our premise but ownership of the stock will be with the vendor. Only when we consume from the consignment stock it will come under our valuation & the price maintained in the consignment info-record will used in this case.
    Refer help.sap documentation for more details on Consignment.
    Thanks & Regards,

  • Partial wakelock in Adobe Air for Android

    I'm developing Adobe Air (for Android) application which is intended to be constantly on. App has event based operations. However, when phone enters to sleep mode app is able to perform only one or few events in a second which is not good enough. AIR's SystemIdleMode.KEEP_AWAKE -mode is not an alternative since it is too battery consuming.
    I'm looking for a solution where phone is allowed to go into sleep mode (screen is off) but still CPU performance is not drastically dropped. Not sure if Android's partial wakelock -mode does the job and is available via ANE?

    Well Im a bit puzzled now. I just created a quick AIR app using AIR13 for Android and did a DEACTIVATE test on the NativeApplication.nativeApplication property and used a TextField to "trace" out the frame rate when the app deactivated. The frame rate stayed at 24FPS the entire time. I turned the screen off, let it turn off, went to the home screen, and switched to other apps while the test app was still running. In all cases, the frame rate never dropped to 4FPS as indicated in Adobe's documentation. So it is either something a bug or feature of AIR13+ or it is how Android KitKat handles applications in the background. Im using an unlocked/stock Moto X running Android 4.4.3. The app also appends the getTimer() call to the end so you can see that it does change. Here is a link to the quick app I created: Dropbox - deactivate.apk
    I guess if you want to download that and test it out to see how it behaves on your device and let me know the results. What device and OS are you running?
    Below is the original message I started to type before I decided to create a quick app to test with. It may or may not still be relevant based on your results from my app test.
    If you are looking at just recording information, you could probably setup something on the Android/Java side that gets started when the app "sleeps" using the DEACTIVE event as a trigger to start the ANE side of things. Then when your app "wakes", you could use the ACTIVATE event to trigger a call to the ANE to pull all the data collected in the Java side back to AIR and stop the ANE data capture since the data capture would be back to being handled by AIR.

Maybe you are looking for

  • How to access custom module frandom at install?

    I'm looking to use the random generator frandom instead of urandom when I install. I have 1Tb of randomness required to fill up the raid arrays, and frandom is apparently 10-50 times faster than urandom. Whats the best way of achieving this?

  • Macbook Pro Early 2010 Bootcamp

    hey i am trying to install windows xp on my mac and it all gose well and works fine untill the part where i am suposed to install drivers so that it all works properly, but i didnt get a osx disc or anyhting with my mac so any idea what i should do p

  • How to connect Java Application to ORACLE8i over SSL connection

    Hi, I would like to know how to make an existent Java application connect to an ORACLE8i database over a secure SSL connection? can I user ResultSets? Could you please tell me what parameters to set on the database and, especially, what new code must

  • Adding zeros to filenames when exporting in Lightroom "Filename-001" "Fliename-002" etc?

    Hi, does anyone know if it is possible to add zeros before numbers when exporting files eg: "Filename-001" "Fliename-002" etc? The default setting is "Filename-1" "Filename-2" ect. The reason I want to have zeros in the number sequence is that certai

  • Exe cannot find top-level vi

    I have a problem on some (not all) systems featuring XP lite - a customizable, small footprint version of XP. Say I install an application A through an installer including the LV runtime (7.0). After that, I copy on the system an executable file B.ex