2008 Nov 24 4:25 AM
Hi Experts,
Please tell me how can we select Subtype fields from PA0105 infotype.my requirement is Select subtype fields from PA0105-USRTY(Subtype Fields:Primary Work Phone,Secondary Work Phone,Work Fax,Voice Mail,Pager,Email Address.) and PA0006 infotype(Fields:Mailcode,Building,Floor,Address1,City,State,Zip).how can we combined these two infotype fields please reply .
Thanks,
SPreddy
2008 Nov 24 4:27 AM
select * from pa0105 into .... where subty = '0001' and endda = '99991231'.
select * from pa0006 into .... where subty = '2' and endda = '99991231'.
Edited by: Amit Gupta on Nov 24, 2008 5:40 AM
Hi Experts,
Please tell me how can we select Subtype fields from PA0105 infotype.my requirement is Select subtype fields from PA0105-USRTY(Subtype Fields:Primary Work Phone,Secondary Work Phone,Work Fax,Voice Mail,Pager,Email Address.) and PA0006 infotype(Fields:Mailcode,Building,Floor,Address1,City,State,Zip).how can we combined these two infotype fields please reply .
Thanks,
SPreddy
2008 Nov 24 4:27 AM
select * from pa0105 into .... where subty = '0001' and endda = '99991231'.
select * from pa0006 into .... where subty = '2' and endda = '99991231'.
Edited by: Amit Gupta on Nov 24, 2008 5:40 AM
2008 Nov 24 5:40 AM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |