Showing posts with label Transaction Codes. Show all posts
System Trace st01, st05
7:41 PMThe girl who i met 6 years ago. Huhu sweet one. Taught me this system trace to check the front end communicating with the backend R/3we can use this to detect which program it is talking to..
= ST01
= system trace
= http://saplab.org/2009/03/how-to-do-a-system-trace/
= use ST05 better
= http://anu-sapdiary.blogspot.com/2008/02/st05-performance-trace-overview.html
= remember to put ur userid as filter
= else, oth user tat access the web will be tracked
= i think u can choose RFC trace
= then click activate trace with filter
= filter with ur user id and put the program name if u know
= ST01
= system trace
= http://saplab.org/2009/03/how-to-do-a-system-trace/
= use ST05 better
= http://anu-sapdiary.blogspot.com/2008/02/st05-performance-trace-overview.html
= remember to put ur userid as filter
= else, oth user tat access the web will be tracked
= i think u can choose RFC trace
= then click activate trace with filter
= filter with ur user id and put the program name if u know
Transaction Code POWL_QUERY
7:25 PMsource
How i can define and configure POWL layouts for the users .
1.) requirement is like...Client wants me to configure 2 POWL layouts so that they can decide which one is ok and also let me know what is the use of report POWL_WLOAD also.
2.) Where i can see and maintain POWL queries and if i want to change any field then how i can do this.?
Explore SPRO path SRM => SRM Server => Cross application basic settings => POWL and advanced search
The use of the report POWL_WLOAD is to refresh the POWL active Queries in the system and to see the available POWL queries in the system execute the tcode POWL_QUERY.
we need to goto layout part and do config in UI Browser.
PS How to create POWL Application ?
How i can define and configure POWL layouts for the users .
1.) requirement is like...Client wants me to configure 2 POWL layouts so that they can decide which one is ok and also let me know what is the use of report POWL_WLOAD also.
2.) Where i can see and maintain POWL queries and if i want to change any field then how i can do this.?
Explore SPRO path SRM => SRM Server => Cross application basic settings => POWL and advanced search
The use of the report POWL_WLOAD is to refresh the POWL active Queries in the system and to see the available POWL queries in the system execute the tcode POWL_QUERY.
we need to goto layout part and do config in UI Browser.
PS How to create POWL Application ?
Portal Front End : WebDynpro or BSP application in iview not working
1:12 AM1. Please do an activation using back end - using transaction CODE "SICF"
2. After activation please do refresh portal.
* this is the common error where we normally have after deploying NEW program

2. After activation please do refresh portal.
* this is the common error where we normally have after deploying NEW program

Infotype 41, infotype 0
11:03 PMBasically i am still new to abap / SAP.
All i know to access this two info to get the PA20 Transaction code
action type (0)
and
assigment Date (41)
while debugging for a program this is to get the hire date and rehiring date.
* warning this notes may not be correct :D

All i know to access this two info to get the PA20 Transaction code
action type (0)
and
assigment Date (41)
while debugging for a program this is to get the hire date and rehiring date.
* warning this notes may not be correct :D

Creating PDF Form
4:06 AMTCODE : SFP
1. Create In sequence
- Interface
- FORM (adobe Life Cycle is needed to design the forms)
=========================================================
note sorry guys for the no posting from now onward when ever i have anything about sap i will surely put it here. Take care! ^^
Selfnote (please ignore this is for my daily notes)
---------------------------------------------------
Flexi Benefits
TCodes
SM31
SE16N
ZZ_WDA_FSA_B001_MOD Interface
ZZ_F_FSA_B002 Form

1. Create In sequence
- Interface
- FORM (adobe Life Cycle is needed to design the forms)
=========================================================
note sorry guys for the no posting from now onward when ever i have anything about sap i will surely put it here. Take care! ^^
Selfnote (please ignore this is for my daily notes)
---------------------------------------------------
Flexi Benefits
TCodes
SM31
SE16N
ZZ_WDA_FSA_B001_MOD Interface
ZZ_F_FSA_B002 Form

2008 Jun 25 How to check position ID
5:30 AMExercise
1. Tcode (SE16) -> HRP1001 [ObjectType(P),ObjectID(00064744).RSIGN(B),RELAT(008)] Execute
2. Copy the SOBID(51650769)
3. Tcode (OPP01) -> [OBJECTID(51650769)] -> Select POSITION -> Click OverView(button) -> OverView Shift08
4. Check the relationship (z02 - Bussiness Structure (new)) OR (rel ) ( 003 - Legal Structure (old)) There is a OR will have to confirm with user
5. Choose the ORG ID Z02 -> 516 507 68 (answer!)
1. Tcode (SE16) -> HRP1001 [ObjectType(P),ObjectID(00064744).RSIGN(B),RELAT(008)] Execute
2. Copy the SOBID(51650769)
3. Tcode (OPP01) -> [OBJECTID(51650769)] -> Select POSITION -> Click OverView(button) -> OverView Shift08
4. Check the relationship (z02 - Bussiness Structure (new)) OR (rel ) ( 003 - Legal Structure (old)) There is a OR will have to confirm with user
5. Choose the ORG ID Z02 -> 516 507 68 (answer!)
2008 June 25 How to Create BAdi
5:20 AMBAdi For current development
Adviced by Pak Nanang,Wai Meng and Radi.
TCode(TransactionCode)
SE18 - DisplayBAdi
SE19 - CreateBAdi
Deduction is within a standard SAP program there are places we can customized to our own requirements. The places are called user exit.
For my current limited knowledge:-
1. BAdi TCode - se19,se18
2. Dynamic Action
Been guided to do BAdi in two different ways.
1. SE19 -> Create Implementation -> Choose classic BAdi(Select from the list z* find) -> Press Create Impl. -> Choose the new name + The App Name. Then Change and Save the method you modify added.
2. OOAM -> Goto -> Enhancement (this is the place where you can find the list of BAdi related to PMS only so you do not need to search for z*) -> Choose classic BAdi
Why some programmers use se19 instead of ooam this is because they might want to us another BAdi which can do the desire value or behavior.
For the enhancement
The tcode use is
SE19 ( to create ),
OOAM ( to view the layout and put the BAdi inside the PMS form - Functional Changes),
phap_admin_pa ( to execute the app ).
Appcreate ( to run the app but in more web based )
Guide was given by Wai Meng to find the coordinates in the forms ( using the debug mode - create a break point - look into the table (t_body) and find the unique Row and column Id)
Guide given by Pak Nanang was basically on how to create the BAdi and placement.
Guide given by Radi was basically the logic and the place to pin point the score value to be use by the Badi.
----------------------------------------------------
TCODE Picked Up
PFTC_DIS - workflow
SE91 - Message (havent test)
TABLE
T9B03 - The Value and coordinate use by the BAdi
Notes : I could be wrong any SAPIAN out there if i am wrong in any of my post please do voice out Thanks in advance
More How to and Tips :
https://www.sdn.sap.com/irj/sdn/thread?tstart=0&threadID=767077
http://searchsap.techtarget.com/tip/0,289483,sid21_gci1276392,00.html
Adviced by Pak Nanang,Wai Meng and Radi.
TCode(TransactionCode)
SE18 - DisplayBAdi
SE19 - CreateBAdi
Deduction is within a standard SAP program there are places we can customized to our own requirements. The places are called user exit.
For my current limited knowledge:-
1. BAdi TCode - se19,se18
2. Dynamic Action
Been guided to do BAdi in two different ways.
1. SE19 -> Create Implementation -> Choose classic BAdi(Select from the list z* find) -> Press Create Impl. -> Choose the new name + The App Name. Then Change and Save the method you modify added.
2. OOAM -> Goto -> Enhancement (this is the place where you can find the list of BAdi related to PMS only so you do not need to search for z*) -> Choose classic BAdi
Why some programmers use se19 instead of ooam this is because they might want to us another BAdi which can do the desire value or behavior.
For the enhancement
The tcode use is
SE19 ( to create ),
OOAM ( to view the layout and put the BAdi inside the PMS form - Functional Changes),
phap_admin_pa ( to execute the app ).
Appcreate ( to run the app but in more web based )
Guide was given by Wai Meng to find the coordinates in the forms ( using the debug mode - create a break point - look into the table (t_body) and find the unique Row and column Id)
Guide given by Pak Nanang was basically on how to create the BAdi and placement.
Guide given by Radi was basically the logic and the place to pin point the score value to be use by the Badi.
----------------------------------------------------
TCODE Picked Up
PFTC_DIS - workflow
SE91 - Message (havent test)
TABLE
T9B03 - The Value and coordinate use by the BAdi
Notes : I could be wrong any SAPIAN out there if i am wrong in any of my post please do voice out Thanks in advance
More How to and Tips :
https://www.sdn.sap.com/irj/sdn/thread?tstart=0&threadID=767077
http://searchsap.techtarget.com/tip/0,289483,sid21_gci1276392,00.html
Transaction Codes
5:44 AMTransaction Codes - Explaination
sm21 - logs error
pa03 - payroll lock to release 'period'
smartform - creating smart form
se37 - view program
se38 - change and view program
pa20 - view infotype
pa30 - change and view infotype
spro - change overview
su01 - List ID user
se10 - To see transport number
stms - check transport
se11 - Check table with structure
se16 - Check table
sm21 - logs error
pa03 - payroll lock to release 'period'
smartform - creating smart form
se37 - view program
se38 - change and view program
pa20 - view infotype
pa30 - change and view infotype
spro - change overview
su01 - List ID user
se10 - To see transport number
stms - check transport
se11 - Check table with structure
se16 - Check table