Problem While creating the related entity DocFlowSet

Hi,
i am trying to create a Business Transaction and attach it to the another transaction.
I am creating the Transaction T1 using the factory methods and I am facing issues while creating the related entity DocFlowSet to attach T1 as a follow on document to T0.
i am using the model DocFlowSingle and passing the parameters like.
ObjKeyA GUID of T0
OBJTYPEA
OBJKEYB GUID of newly created transaction T1
OBJTYPEB
RELKING
RELATEDGUID: GUID of T1
RELATIONID GUID: creating a new 22 character GUID and then assigning it
But still I am not able to create the related entity. Can any one please help me in resolving this.
Thanks,
Ravi G

Resolved by self

Similar Messages

  • Problem while creating the Partner Address in CRM

    Hi,
       We are facing one problem while creating the new address for the Business Partner.
       When ever customer wants to change the address : we are following one process : where we are      
       using 'BAPI_BUPA_ADDRESS_ADD' functin module. Becuse of this , new addrss number will be generated for the 
      corresponding account in BUT021_FS table.But this table contains old address number as a first record, so that when ever
      we display the partner address in UI, it is displaying the old address only because first entry of the the table 'BUT021_FS'
      contains the old address number.
      Because of this , we are getting lots of complaints regarding this.
    Can you please help on this ASAP.
    Thanks & Regards
    Pradeep.

    Try BAPI_BUPA_ADDRESS_CHANGE  for address change followed by BAPI_TRANSACTION_COMMIT . It works.

  • Problem while creating the ARE1

    Hi All,
    As per the client requirement, have to generate the ARE1 for the export sales process,
    In this process while creating the ARE1 (J1IA101) the BED, ECESS, SHECESS values are not displaying inthe screen, if i save without values also the Bond in not updating
    *Note: I can able to see only the ECESS% in the ARE1 Screen
    Process followed now:
    Sales Order
    Delivery
    Invoice(JEX)
    Excise Invoice(J1IIN)
    Bond creation
    ARE1 Creation
    guys, could you plz help me out in the above issues and plz let me know if any other process isthere to create the ARE1
    Otherwise plz confirm that is there any NOTE(PATCH) is require to update in SAP
    THANKS & REGARDS
    Rajasekhar

    *ISSUE has been resolved. Found the solution from the Forum,,,, Thanks to all who provided the below
    Solution as per the forum below:
    Plz do few changes and then your ARE-1 and ARE -3 both will work fine. Also the Report bond summary for ARE-1 will get updated
    Applied this note J_1I7_USEREXIT_DUTY_IN_EXPORT
    In case of ARE 3 Changes for ARE-3
    In fn module 'J_1IEX_DEFAULT_EXCISE_DUTY'
    before the call fn given below this update has initial in it convert it to 'Y'
    IF l_update_cond EQ 'Y'.
    *} REPLACE
    CALL FUNCTION 'J_1I6_DETERMINE_EXCISE_RATE'
    EXPORTING
    Go to SE 37
    and input
    FUNCTION J_1I7_USEREXIT_DUTY_IN_EXPORT.
    ""Local interface:
    *" IMPORTING
    *" REFERENCE(YVBRK) TYPE VBRK
    *" EXPORTING
    *" REFERENCE(SUPPRESS_CALCULATION) TYPE J_1IEXCHDR-STATUS
    *If you do not want the excise duty to be calculated for a particular
    *transaction then you need to mark the flag supress_calculation as 'X'
    *This flag when left blank will trigger calculation of ED during j1ii
    *When it is marked, the ED copied from billing will be left as it is
    *{ INSERT VDQK903541 1
    SUPPRESS_CALCULATION = 'X'.
    *} INSERT
    ENDFUNCTION.
    Thanks & Regards

  • Problem while creating the record in IT0080 from background

    Dear All,
    I have a requirement to Create the record for Maternity Leave in IT0080 from background, whenever applied from ESS.
    Once the leave gets aaproved, while posting the documents from tcode PTARQ ( Program - RPTARQPOST), in the BADI PT_ABS_REQ, in method IF_EX_PT_ABS_REQ~POST_VIA_BLOP for the implementation, I am trying to submit the program in which the actual record is created in IT0080.
    In this program through BDC i have created the BDC data and have used CALL transaction, as internally IT 2001 also needs to be updated, which gets calculated  indirectly...
    But when executed, it gives error of Employee cannot be locked... as the Document which is posted through PTARQ, have several locks... I tried to dequeue the same...
    but cannot resolve the problem...
    Secondly i tried to create the Job also... which would be executed after some time... but still its not getting updated...
    Any help... will be highly appreciated...
    Regards,
    Heena

    Hello s.s
    I'm not understand exacly what is your problem?
    Field can have both values at the same time(Time Stamp and User stamp)  only if that field calculated
    Maybe you told about two different fields?
    User stamp field return username only it's standart functionality
    Create stamp - return date/time combination
    Remote key is avialable when you repository configured to work with some remote systems
    All records from repository (LUT, taxonomy attributes ets.) you can map to corresponding Destination items
    Regards
    Kanstantsin

  • Problem While creating the proxies

    Hello,
    When I am trying to create the Proxy for my Inbound Message from TCode:SPROXY, after assigning the package in the next screen it is asking to enter the "Access Key". Even if I give the correct access key it is displaying a message Invalid Entry.
    I could create reports,function module etc. without specifing the access key at all.
    Is the access key which I am suppose to give while creating proxies are different from the normal developer access key.
    Please help me in solving this problem.
    Thanks and Regards,
    G.S.Chary

    Hi Udo,
    My Package name starts with "Z" and once I selected it is asking fo Access Key. But while creating this pacakge it has never asked me and access key at all.
    Regards,
    Chary

  • Mapping Problem while creating the DP through utils (dpcreate.bat)

    I am exploring on the command line and utils to create build and deploy the project in jcaps 5.1.3.
    Used dpcreate.bat (from the repository utils) to create the deployment profile and automapping the components.
    In a particular scenario when i have two web service invocation in a single project,I have two SOAP webservice external system clients in the environment.
    when i use the dpcreate util, the two web services are getting mapped into a single SOAP webservice external system client.
    However, I want them to be getting mapped into two different SOAP webservice external system clients.
    ------------------------------------------------THE OUTPUT OF THE COMMAND LINE--------------------------------------------
    C:\JCAPS\repository\util>dpcreate.bat Administrator STC "test1" "envTest1" "dpTe
    st1" "test1/cmTest1"
    URL: http://127.0.0.1:12000/RepositoryName
    User Name: Administrator
    Project Path: test1
    Environment Path: envTest1
    Deployment Name: dpTest1
    CME List: test1/cmTest1
    CME Exclude List: none
    Mapping File Name: C:/JCAPS/repository/util/dpmapping.properties
    Recreate DP if found: false
    Trying to connect to http://127.0.0.1:12000/RepositoryName ...
    Total time to load resource is : 8845
    Connected to http://127.0.0.1:12000/RepositoryName
    Deployment Profile dpTest1 has been created
    Deployment Profile dpTest1 has been added to project named test1
    Processing mappings for 4 deployables ...
    Deployable name CMap1_BusinessProcess11 mapped to system IntegrationSvr1
    Deployable name CMap1_BusinessProcess11_outq mapped to system SBJMSIQMgr1
    Deployable name CMap1_BusinessProcess11_Web Service Application1 mapped to system
    CLIENT1
    Deployable name CMap1_BusinessProcess11_Web Service Application2 mapped to system
    CLIENT1
    Saving changes to workspace
    Result:
    Successful. Deployed: 4, Undeployed: 0
    Disconnecting from http://127.0.0.1:12000/RepositoryName
    Can someone please guide me how to map these into different clients ? Is there any property file which I can modify ?
    Thanks in Advance
    Sushant

    You will have dpmapping.properties file which can tell you this. Again in dpcreate you need to have one more option "recreate" which can help re-creating the Deployment profile.
    Change your dpcreate.bat adding the recreate option and try.

  • Problems while creating the leave request via PTARQ

    Hi All......
    While trying to create leave request via PTARQ I am getting the following warning message
    Document created with warning: HRTIM00BLPRETRO 009 Earliest recalculation for time evaluation exceeded
    Please suggest what should be done.
    Abhi........

    It sounds like you are trying to post a leave request on a date that is too far in the past.
    Check:
    1. PA03, earliest retro acctg period.  The leave requst cannot be older than that data.
    2.. In IT0003 for the employee involved: Check Earl.pers RA date.  Leave request cannot be older than that date.
    If you want the leave request to be posted anyway, you either have to change the dates mentioned above (be careful, they are there for a reason). 
    Hope this helps
    Kirsten

  • Problem while Creating the LEAD through WEB UI

    Hi,
    I am trying to create Lead from WEB UI. But, it is asking Sales Rep., but I am not able to find that field in the WEB UI.
    And In the Status field, I am able to See only 2 statuses, "Open" and "In Process".  I am not able to see any other status like "Rejected By Sales" and "Closed".
    Can you please let me know the reason for this. Do we need to do any configuration or Coding Related , to achieve this.
    Thanks,
    Sandeep

    Hi,
    You can enter partners (Sales Rep) in Lead in assignment block Parties involved , for additional status check your status profile attached to transaction lead, also check lowest and highest value in status profile.
    Regards,
    Dipesh.

  • Problem while creating the Transport Request in BI Development.

    Dear Friends,
    We are trying to transport the objects from BW Development System to BW Production system. We are using the Path RSA1-> Modeling -> Transport Connection.
    In Transport Connection i selected grouping "Only necessary objects" and later i selected the ODS object into right side panel (Transport Area), by default it showed as $TMP package, to change the Package into our own package we clicked on Package pushutton. It popup a screen "Select Objects for Changing Package" here we selected all and clicked on OK button and it asked for the new Package name where we specified our own package name (ZBIW) and clicked on save button and it got save after changing the package name we selected all the objects and clicked on the Transport pushbutton but it did not asked for a request id and we got the following message.
    Error/Info Message:
    Edit objects separately since they belong to different original systems.
    Choose 'Display object' or 'Cancel'.
    Please give us your valuable input for our issues.
    Thanks in Advance.
    Regards,
    Akash.

    Hi,
    find the Objects for which the system is creating this error from the error messages.
    And then search for those objecs in the collected objects ,in right hand side screeb of Transport connector. you can find them two times ticked.And then remove tick mark for one .So that. you are making tick mark for only one time for those objects.
    with rgds,
    Anil Kumar Sharma .P

  • Quantity problem while creating the sales order

    Dear Experts,
    Need your inputs for the following case,
    the sales order has to accept only quantity 1, if more than 1 qty it has to show error message.
    how to control this,as i know not through incompletion log.
    Please let us know your valuable suggestions urgently.
    Thanks
    Raju

    Hi
    J Raju
    Go to SPRO
    Sales and Distribution- --- Sales Documents --  Sales Document Item - -- - Sales Document Item--Select yr sales doc item category view the same there u will find -- general control -- put tick on order qty=1
    Hope this will help you.
    Thx

  • Problem:  While creating a project in iDVD, it plays perfectly on the computer, but after burning the sound is off.  Video soundtrack is not in the right place.  HELP!

    Problem:  While creating a project in iDVD, it plays perfectly on the computer, but after burning the sound is off.  Video soundtrack is not in the right place.  HELP!

    Have you checked out the topics at the right in the More Like This section?
    OT

  • Hi all, i'm new and facing a problem while creating a new file for Xcode. I can't select the box "with XIB for user interface" if the subclass is "UIViewController".this problem happen after i upgrade Xcode to 4.6 version.Appreciate for any help rendered.

    Hi all, i'm new to Mac book & Xcode. I'm learning and facing problems while creating a new file for Xcode. Before i upgrade the software, i have no issue to create simple steps in apps. After upgrade Xcode to 4.6 version, i'm facing lot's of issue eg.
    1) "the identity "iphone developer" doesn't match any valid certificate/ private key pair",
    2) can't select the box "with XIB for user interface" if the subclass is "UIViewController"..
    Appreciate for any help rendered.

    Mikko777 wrote:So what is the best?
    I wouldn't judge. I've been to Arch for a week, you know? But as said, it's VERY close to it.
    What I dislike after a week is makepkg not handling dependencies automatically (which would be overhead, so probably not appropriate).
    Mikko777 wrote:Also theres KDEmod for modular kde, dunno if its for 64 bits tho.
    Don't actually need that as said ... I see no real benefit of having that other than not beeing a KDE user or having Gentoos useflags.
    Mikko777 wrote:PS:You produce a lot of text and welcome smile
    Yeah. Wonder why I'm still employed? So do I ...

  • Facing the problem while creating sales order

    Hi,
    I am facing the problem while saving the sales order.
    Error in system  xxx/400 while copying the document
    Message no. CRM_ORDER_MISC 020
    Diagnosis
    Errors occurred while transferring the document into another system. To view the error messages, see the enclosed log.
    Transmission log
    u2022Product  cannot be recoded for ERP System xxx/400(Notification E CRM_ORDER_MISC 015)
    u2022Product  cannot be recoded for ERP System xxx/400 (Notification E CRM_ORDER_MISC 015)
    Kindly assist me.
    Madhu

    Hi Madhusadan,
    Can you check whether the product exists in the ERP System or not? You can take the product names and can check the same using the Tcode: MM03 in ECC System. Also, it would be good if you have a look at the product from the CRM System if there are any errors or the product is already archived.
    Is the Sales Order you are creating from a Preceding Transaction ?
    Hope this helps.
    Thanks,
    Samantak.

  • "Setup encountered a problem while validating the state of Active Directory: Exchange organization-level objects have not been created, and setup cannot create them because the local computer is not in the same domain and site as the schema master. Run se

    Team,
    I am trying to Install Exchange on my Lab, getting below error
    message.
    The Schema Role is installed on Root Domain and trying to install
    exchange on Child domain.
    1 Root Domain - 1 Child domain. both are located on single site.
    “Setup encountered a problem while validating
    the state of Active Directory: Exchange organization-level objects have not been created, and setup cannot create them because the local computer is not in the same domain and site as the schema master. Run setup with the /prepareAD parameter and wait for
    replication to complete.”
    Followed below articles:
    http://support.risualblogs.com/blog/2012/02/21/exchange-2010-sp2-upgrade-issue-exchange-organization-level-objects-have-not-been-created-and-setup-cannot-create-them-because-the-local-computer-is-not-in-the-same-domain-and-site-as-the-sche/
    http://www.petenetlive.com/KB/Article/0000793.htm
    transferred the schema roles to different server on root domain, still no luck.
    can someone please help me.
    regards
    Srinivasa k
    Srinivasa K

    Hi Srinivasa,
    I guess, you didn't completed the initial setup schemaprep and adprep before starting the installation. You can do it as follows:
    1. Open command Prompt as administrator and browse to the root of installation cd and run Setup.exe /PrepareSchema /IAcceptExchangeServerLicenseTerms
    After finishing this,
    2. Setup.exe /PrepareAD /OrganizationName:"<organization name>" /IAcceptExchangeServerLicenseTerms
    3. To prepare all domains within the forest run Setup.exe /PrepareAllDomains /IAcceptExchangeServerLicenseTerms. If you want to prepare a specific domain run Setup.exe /PrepareDomain:<FQDN of the domain you want to prepare> /IAcceptExchangeServerLicenseTerms
    4. Once you complete all of the 3 steps, install the pre-requisities for Exchange 2013
    5. Finally, run the setup program
    Hope this will help you
    Regards from Visit ExchangeOnline |
    Visit WindowsAdmin

  • How do I solve the problem that states: An error occurred while creating the backup folder" on Time Machine

    How do I solve the problem that states: An error occurred while creating the backup folder" on Time Machine

    Please carefully read and also book mark:
    Time Machine Troubleshooting
    Time Machine FAQs

Maybe you are looking for