<BODY><P>Hi,</P>
<P>I've hit a wall with OSS regarding the usage of the above&nbsp;workflow macro commands. </P>
<P>I reported a problem to OSS with the BUS4101 business object in SRM 5.0 in that when you instantiate the object, the 'Firstname' attribute isn't populated. I even managed to get the person who is assigned the message to agree that there is a&nbsp;problem.&nbsp;I&nbsp;provided screen samples of where the problem is occurring in the SAP code and etc ...&nbsp;Then this&nbsp;person&nbsp;tells me that since I'm using the workflow macros in a custom function module that SAP will not fix the problem as this person's position is that this is a remote consulting issue and there is no problem with the SAP code .....</P>
<P>I've always been under the impression that these macros are released for customer use so if I run into a problem using them and if its SAP's problem, that they should fix the code.&nbsp;</P>
<P>If you run SWO1 and execute a test for BUS4101 the first name is not returned.</P>
<P>Can someone please confirm that if that code isn't working properly that it's part of the regular SAP support agreement and not remote consulting.</P>
<P>Sample:</P>
<P>swc_create_object lo_bus4101_chief 'BUS4101' l_chiefwfid.<BR>.......<BR>swc_get_property lo_bus4101_chief 'FirstName' l_firstname.<BR>swc_get_property lo_bus4101_chief 'LastName' l_lastname.<BR>.....</P>
<P>The LastName and other attributes work fine.</P>
<P>Regards,</P>
<P>Jerry Martinek&nbsp;&nbsp;</P></BODY>