2012 Dec 27 8:22 AM
Hi,
I am working for the first time in FI module. Now the requirement is like we need custom fields in global data of company codes . The user wants this fields to get display in OBY6 tcode in additional data. Now when i checked this tcode it picks values from view or table t00z which hava parameter type and parameter values. What i am not getting is the background details , where actually these values are getting stored in database , i see T001 table but many additional fields are not there . Do someone know how to add zfields to global data on company code level . I was thinking of appending structure to T001 table and then passing these to wither t00z or t00j , but dont know what to pass in parameter type . Thanks in advance.
2012 Dec 27 8:36 AM
2012 Dec 27 8:47 AM
thanks Gourav ,
I have gone through this link previously , it says about adding the values in the view and it would be displayed in oby6 , what i really want to know is where should i add these Zfields (means in which table) or where actually the data gets stored for additional details in oby6 ... what is the relation between parameter types and actual fields , how sap is actually storing these additional data values into tables.... i hope i am clear...
2012 Dec 27 9:26 AM
2012 Dec 27 9:39 AM
Hi,
I will try to help u,but Through configuration is is possible?
Thanks
Gourav.
2012 Dec 27 9:50 AM
thanks Gourav, i dont know if its possible through configuration , i am an abaper did all the work in MM module till now , this is the first object in FI , so less information in this regards... any help is appreciated. Thanks in advance..
2012 Dec 27 9:59 AM
Hi,
Can u please talk to ur senior-functional ,in this interval Wait for other's advice.
I have knowledge up to this.
Thanks
Gourav.
2012 Dec 27 11:48 AM
thanks Gourav, I did some RND and found its not possible, the fields in additional data in oby6 comes from parameter types that are stored in t001j and t001i . and t00z contain the values for the parameters based on the company code... what i wanted to know is that this list of parameters(fields) that gets displayed in additional data for any company code is different , means some field are missing in some company codes , what is the logic SAP uses to get these parameter types , i cant find a table which have these values stored , means for a company code these parameter to be displayed in additional data so i am guessing it calculates it dynamically based on come conditions like country or language, so if you know what is the logic for which parameters would be displayed for a specific company code it would be of great help. Thanks in advance.
2012 Dec 27 12:04 PM
hi got it ... did some random checking with t001i values with values being displayed, i hope its right , can you confirm..
based on the t001i entries , if the ISO code is blank those parameter comes for default in every company code ... now the first two letter of the company code for eg if company code is ABCD then AB so for iso code = 'AB' these parameter values will also come.... please correct me if i am wrong
2012 Dec 27 12:18 PM
Requirement: Add field on OBY6 Screen.
Analysis: Hope this will give you the view of the requirement.
1. When transaction code OBY6 is executed.
2. It is observed it uses the standard View "V_001_B".
3. For this view if you see the "VIEW/Fields" tab it shows many fields.(But only few are seen in the output )
4. For this View TMG is created in which Modification -> events have been implemented.
5. If you transaction Code in se93 it is calling the same View from SM30.
6. But their is a difference when you execute it from se11 it shows a ICON (address) then if you click on it it shows screen(21) with the other details also, But the same is not shown when you execute it from OBY6 Transaction.
7. So the difference it from OBY6 it is using PF-status "ZULG" from SM30 It is using "ZSLG".
8. In program SAPL0F03 include LSVIMF3W PF-status value is "ZULG" for OBY6.
Sol: Temp
a. Execute OBY6 and select any line then provide "=ADDR" in command Bar then click on Enter. you will see the difference.
even double click on the line will take you to the screen
need to leave