2012 Dec 17 10:23 AM
Hi everyone,
Can someone tell me what is the master table where i can saw the corresponding fields to strut
RA02S-XNEU_AM
RA02S-XGBR_AM.
Thanks in advance.
2012 Dec 17 10:48 AM
In fact it comes from ANLA from field XAFABCH. But the value of this field is converted to two checkboxes :
CASE anla-xafabch.
WHEN 'X'. " Asset acquired used
ra02s-xgbr_am = 'X'.
ra02s-xneu_am = space.
WHEN space. " Asset acquired new
ra02s-xgbr_am = space.
ra02s-xneu_am ='X'.
WHEN 'Y'. " Undefined
ra02s-xgbr_am = space.
ra02s-xneu_am = space.
ENDCASE.
Regards,
Raymond
Hi everyone,
Can someone tell me what is the master table where i can saw the corresponding fields to strut
RA02S-XNEU_AM
RA02S-XGBR_AM.
Thanks in advance.
2012 Dec 17 10:37 AM
Are you sure those fields are a part of master data?
You can check database tables in package AA in SE80.
2012 Dec 17 10:48 AM
In fact it comes from ANLA from field XAFABCH. But the value of this field is converted to two checkboxes :
CASE anla-xafabch.
WHEN 'X'. " Asset acquired used
ra02s-xgbr_am = 'X'.
ra02s-xneu_am = space.
WHEN space. " Asset acquired new
ra02s-xgbr_am = space.
ra02s-xneu_am ='X'.
WHEN 'Y'. " Undefined
ra02s-xgbr_am = space.
ra02s-xneu_am = space.
ENDCASE.
Regards,
Raymond
2012 Dec 17 12:08 PM
2013 Oct 07 5:05 PM
Thanks! Been look everywhere and it was right in front of me!
2012 Dec 17 11:00 AM
Hi Nuno,
If you dont find any information for the fields from SE11 structure Where used Button
A small hint, how can you search the field where you used in the programs.
Goto the Program RPR_ABAP_SOURCE_SCAN
Skip the Z/Y Programs in the Selection Screen. Search in the Standard program to understand them easily and more efficiently.
Enter the String XNEU_AM or RA02S or XGBR_AM in the Find String parameter.
You will get the result.
hope this solves your problem.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |