Is there any relation between feilds " reason, code, code group , sub pro

is there any relation between " reason , code , code group , subject profile'
Actually i have make "reason" feild has default value ..
i have to do by RFC .
Cany any body plz reply from where i have to pick this reason feild and set reason feild has default value has " not started "
thanks,
aravind.

Hi,
Subject profiles are used in different areas like
Service
Complaint
Activity reason(Used in all documents like sales,service order)
There is a relationship between Codes, Code groups, code group profiles, Catologs, Subject profiles.
Do not confuse 'Reason' with 'Code' or 'Subject'(Not subject profile), all are same. In different contexts you call them with different names.
1. In IMG while creating codes you use the name "Code".
2. While entering details about activity in any business transaction you call it as a "Reason"
3. While entering the defect of the problem in Service or complaint doc. you use the name "Subject"
In all above cases it is equivalent to name "CODE' which you define in IMG.
Now coming to relationship of above mentioned entities, in any business transaction type customization you can select "business activity" as additional business transaction category. At the customizing header level of this bus. tran. category you are allowed to enter a "Subject profile" which controls your "Reason" field in the business transaction.
In a similar way for service or complaint order you are allowed to enter a "Subject profile" for entering "Subject" in respective transactions.
Each subject profile is assigned to Subject profile category like Service, Complaint, Activity reason etc.,
1. First define catalogs
2. For each  catalog define code groups and codes( Code, subject, reason mentioned earler)
3. Create 'Code group profile' for each catalog and assign assign 'code groups' that are relevant for coreesponding catalog to 'code group profile'
4. Now finally create a "Subject profile" which is the combination of "Catalog and code group profile"
I think this would clarify your doubt.
Coming to default value in this reason field, the standard system will not support this. You sholud use some Badi to get this.
Reward points if it helps.
Murali

Similar Messages

  • Is There any Relation Between PCD and SSO

    Hi,
      Is there any relation between PCD and SSO, why because if i am try to connect from portal to R/3 in the user mapping i got one error i.e some pcd error.
    pls tell me how to rectify that.
    Regards,
    Jagadish Babu Kanikanti.

    Hi Jagadish
    The PCD is only a central persistance for storing Portal objects. There is no such relation between PCD and SSO that could create a problem. You can however check for the PCD error in this manner.
    1. In the system administration role, choose System Administration -> Support. The Support Desk appears.
    2. Select the area Portal Content Directory.
    3. Click on PCD Configuration in the test and configuration tools. The next screen shows all the parameter values currently maintained for the PCD.
    4. To reload the configuration, choose Reload.
    Hope that helped.
    Best Regards
    Priya

  • Is there any relation between oinv,inv1,owhs,oadm..

    hi.
    i am developing on layout in crystal report..
    oinv,inv1,owhs, are  i am including..
    i put parameter is DocEntry..based on this one data is comming.
    my question is can i add one more table oadm.....
    is there any relation between these four table..
    I need your valuable suggestions..

    Hi Sriniva,
    As per your requirement,
    use below query to execute.
    SELECT * FROM OINV
    T0  INNER JOIN INV1 T1 ON
    T0.DocEntry = T1.DocEntry
    INNER JOIN OWHS T2 ON
    T0.Filler = T2.WhsCode,
    OADM T3
    WHERE T0.[DocEntry] = '123'
    Note : Just replace '123' with your DocEntry Number
    Thanks & Regards,
    Nishit Makadia

  • Is there any relation between reversed IR & IR against which it was revsed

    Hi All ,
       In a GR based IR scinario how i'll be able to trap fresh IR .
       I have a IR (****40) which is reversed.Reversed IR (****41).
       And another fresh IR(*****42) aginst GR .All have movement
      type  102. I can get reversed IR by credit/debit indicator.But
      I need to trap IR(*****40) which was revesed or fresh IR
      (****42) .
    Answer me if possible.Points will be awarded.
    Thanks & Regards
    Khusi
    Edited by: khusi nanda on Sep 20, 2008 6:28 AM

    But there will be some difference in the battery's of two model like any thing whatever it may be ,how to understand which one is mean for which cell if two cell phone's like one N-70 and other one is 1600 ,advice in this regard...And there must be some mechanism for that na...........

  • Is there any relation between Forte IDE and Forte 4GL

    Can i get an evaluation copy of Forte 4GL ?

    Forte 4GL has been previously known as FORTE Tool and was sold by Forte Software. SUN bought Forte Software and now they are offering it as part of their SunONE starter KIT that you can get by spending (that is what i remember) just $20 (american) Dollars.

  • Is there any integration between pages and postal zip codes?

    Is there any integration between pages and postal zip codes?

    Yvan KOENIG (VALLAURIS, France) lundi 27 février 2012
    iMac 21”5, i7, 2.8 GHz, 12 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.3
    My Box account  is : http://www.box.com/s/00qnssoyeq2xvc22ra4k
    Please, for iWork's applications dedicated to iOS, go to :
    https://discussions.apple.com/community/app_store/iwork_for_ios

  • Table that gives the relation between plant and company code

    Hi gurus,
    I actually have plant number and using this plant value i need to get the company code.
    Is there any table that gives the relation between plant and company code. So,that i can get the company code details.
    Thanks in advance.

    Hi Bhanuphani,
    Use  T001K  where BWKEY is the plant
    Reward if useful
    Thanks Arjun

  • Is there any difference between sun solaris 8 and windows for Garb.Collecti

    Hi All,
    is there any difference between refreshing the java virtual memory between sun solaris 8 and windows.i am fetching 25 records for every search action.in windows usage of java virual memory is 5 mb after every search it refreshes the memory.while using the same code in sun solaris 8 it throws heap out of memory error and for every search it wont refresh the memory.

    Some other related links
    http://java.sun.com/docs/hotspot/gc5.0/gc_tuning_5.html
    http://e-docs.bea.com/wls/docs81/perform/JVMTuning.html

  • Is there any Link between BNK_MONI and DMEE

    Hi ,
    I have created EXIT Fucntion Module in DMEE Structure for PAYM Tree Type to udpate value of Reference Text node to show Custom value. Stand alone DMEE works fine for Testng purpose. But It does not work with BNK_MONI .
    I am running following sequence of T Codes :
    RVND --> F8REL --> F111 --> BNK_APP --> BNK_MONI ..
    I want to update one of the fields in output file generated by BNK_MONI .
    Is there any link between BNK_MODI and DMEE ?
    Or shall  I have to Debug background job created by F111 like it is done in case of F110 ?
    Please suggest..
    Edited by: Yogesh Gupte on Jan 27, 2012 6:59 PM

    Hi,
    Deliveries that are created without reference to order , contained movement type because to process a delivery you need to have some of the control criteria that are copied from sales document header to delivery document header, as system processes delivery in that way ,that is why you will find default order type is assigned to the delivery document type ie DL. .which helps the delivery document to process without reference to sales document.
    In Addition to above information,
    In VOV4,
    DL+ NORM +   +    -DLN
    In VOV5,
    For Itemcatagory DLN+        --CN
    From this schedule line category CN,movement type 601 is taken during without reference to order –delivery creation.
    MCM

  • Is there any difference between "jsp:useBean" and "scriptlet" ?

    A few days ago, I asked similar question. But I didn't get the answer I wanted.
    I want to know the differnce between <jsp:useBean../> and <% .. %>(scriptlet).
    I tested in three environments(Oracle Jserv, OC4J, and Apache Tomcat).
    In Oracle Jserv and OC4J, a problem occured. But, Apache Tomcat does not occur a problem.
    For example,
    1) TestClass.java (Bean)
    public class TestClass {
    private String txt;
    public class TestClass {
    txt = "Test"; ----- (g
    public String getTxt() {
    return txt;
    2) test.jsp
    <html><body>
    <% TestClass test = new TestClass(); %> ---(h
    <%= test.getTxt() %>
    </body></html>
    Assume that I visit "http://localhost:8888/test.jsp".
    In Tomcat, if I change "Test"(number(g) to "Test1" and compile the browser shows the change.
    But Oracle Jserv and OC4J does not do that. They also show the old String.
    So, I changed <% TestClass test = new TestClass(); %>(number(h) to <jsp:useBean id="test" class="TestClass" />. That is, I changed "Scriptlet" to "JSP useBean Tag".
    Then, Oracle Jserv and OC4J also show the changes.
    To conclude, is there any difference between "JSP useBean Tag" and "Scriptlet"?
    Can't I use a scriptlet (to make a class) in Oracle Servlet Engine?
    Thanks.

    It could be as simple as the JSP not recompiling between java recompiles - ie, it compiles in the link to the old class.
    Try changing the JSP file (add and delete a space) after you change the java code, and then see what happens.
    Jonny
    null

  • Is there any dependency between third-party adapter and XI system service?

    Hi Friends,
    I'm developing a thrid-party JCA adapter(deployed under sap.com) on SAP XI? In the adapter, it will use "ModuleProcessor" EJB system service.
    I found sometimes if the JCA adapter cannot be started correctly, the other system service also not started. And checking the log, I found the reason the JCA adapter not started, is because the "ModuleProcessor" EJB system service is not started.
    so just want to know is there any dependency between third-party adapter and XI system service?
    Thanks & Regards,
    Jason

    Hi soo.richard,
    You say it could be intruders cutting in - same problem/solution as for any network I think. Access can be password protected or access limited via MAC address filtering. I'm not sure how Apple Tv works with a hidden SSID but that would be another option.
    Airplay itself can be password protected through the airplay settings.
    I'm not sure if Apple TV works with other authentication such as a password but maybe the manual will assist with this?
    Hope this helps.

  • Hey, I'm doing some cross browser testing and i want to know Is there any difference between the behavior of Firefox in an operating system 64bit & operating system with 32bit. (like windows7/windows vista...) Thanks,

    Hey, I'm doing some cross browser testing and i want to know Is there any difference between the behavior of Firefox in an operating system 64bit & operating system with 32bit. (like windows7/windows vista...) Thanks,

    Hi O_H_I_O,
    Have you got an error code ?
    Considering it is a brand new machine ,please update the machines .To get a better performance of the machines ,we should always keep it up to date .
    There is a possibility that the DVD/CD-ROm drives driver is old or has corrupted .Please open the device manager , update or reinstall the driver to have a check.
    Apart from this ,we can run the built-in tool to a diagnostic :
    Control Panel\All Control Panel Items\Troubleshooting\All Categories\Hardware and Devices
    We also can run the following fixit tool to have a check.
    Fix problems with CD or DVD drives that can’t read or write media
    http://support.microsoft.com/mats/cd_dvd_drive_problems
    Best regards

  • Is there any link between movement types and documents

    hi
    is there any link between sales doc and movement types ?
    is it the only source dependig on schedule line movement type will determined?
    if with out order we are doing delivery how system will determine movement type
    Thanks in advance

    Hi,
    Deliveries that are created without reference to order , contained movement type because to process a delivery you need to have some of the control criteria that are copied from sales document header to delivery document header, as system processes delivery in that way ,that is why you will find default order type is assigned to the delivery document type ie DL. .which helps the delivery document to process without reference to sales document.
    In Addition to above information,
    In VOV4,
    DL+ NORM +   +    -&#61664;DLN
    In VOV5,
    For Itemcatagory DLN+        --&#61664;CN
    From this schedule line category CN,movement type 601 is taken during without reference to order –delivery creation.
    MCM

  • Is there any difference between R/3 4.7 version and ECC 5.0????

    Hi All,
      Is there any difference between R/3 4.7 version and ECC 5.0 for the transaction RSA5.
    Regards,
    Andy

    Andy
    Functionality wise I didn't see any difference other than new datasources in ECC5.0
    Thnaks
    Sat

  • Is there a relation between the Engineering Change Management and MM

    Hi SAP MM Gurus,
    Is there a relation between Engineering Change Management and Materials Management? I know we get the versions changes updated in Material Master. But do not know where is the origin for ECM. Step by step configuration is appreciable.
    Thanking in Advance.
    with regards
    Ravi Babu

    Hi ,
    I have created an application and have created end users also who will be using this application. For each of these users i have to give access to application in such a way that they will be able to see only their area a work. So how do i do this ..this needs to done based on the login user_name..my question now is how or from where will i get the current session details like user_name, current session id ,current session date and time?
    Thanks in advance,
    Bhargavi

Maybe you are looking for

  • Can I use higher watt charger for my ipad?

    My ipad came with 10w charger. the ipad takes 4 hours for 100% charge. Can I use higher watt charger to charge my ipad. Will it void the warranty? and I can i use my ipad while charging?

  • How do i sort the order of an Album in Lbrary?

    I purchased a comedy album from the iTunes Store. This album obviously needs to be played in correct sequence but it appears in the Library in reverse order. I know I can easily fix that within a playlist but how do I arrange the tracks in correct or

  • How to give the root path in flash for linux os?

    hi all,     This is santhosh, I have a problem with xml path in flash. Iam trying to load some swf files into another swf file, it's woking fine in windows os but when I check this file in linux it is not taking the path which I gave for loading exte

  • How can others without iCloud access my calendar? there used to be a url available I could send them.

    How can others access my calendar if they don't run iClound or if they have a PC?? there used to be a url available I could send them. Now when I test to by sharing with myself on my aol account it says I have to have iCloud

  • Problem with action script from Schewe and Frasier book.

    I am working on a Photoshop CS3 action script to open raw files, do a couple of modifications in Camera Raw, exit camera raw and save the file as a jpeg. I think this should work, because I am working on an example out of "Camera raw with Adobe Photo