Purpose Features Testing
Here you can create a new record. A detail screen will pop up where youcan enter the PSKEY fields and field ITBLD of an infotype. With theentered values the business logic will be called and provide a newcontainer. The result leads to a new detail screen where you can seeand change all fields of the infotype. If you press the 'check' icon the business logic will try to save therecord into the buffer. If the message handler didn't have any messagesto show, a success message will appear. Otherwise an application logwill display the messages together with a 'detail' icon(in case thebusiness logic provides a field list) where you can see which fieldscause the message. If everything is ok, you can also press the 'save' icon to create thenew record. Here you can change a record which you have marked on the overviewscreen. A detail screen will pop up where you can see and change allfields of the infotype. Here you can also check or save the changedrecord. Here you can copy a record which you have marked on the overview screen.A detail screen will pop up where you can see and change the copiedfields. Here you can also check or save the copied record. Here you can delete a record which you have marked on the overviewscreen. If everything is ok, the record will disappear from the overviewscreen. Otherwise an full-screen application log will display themessages together with a 'detail' icon(in case the business logicprovides a field list) where you can see which fields cause the message. Note: It's not possible to move characters in pure number fields of aninfotype (e.g. DEC, INT). So the system will raise an exception in sucha case. To avoid this dump, the tool (and NOT the business logic) willdisplay the abend message 'Entry not allowed'. Other number fields likeNUMC or DATS won't dump. Here it is possible to move characters in suchfields. That means the business logic must take care of them. Texts of values PQ convertion: Infotype texts in TX cluster: Recording of test cases: |