지정한 트랜맵의 처리 정보를 출력한다.
| Parameters | Type | Description |
|---|---|---|
| instScreen | INSTANCE | 화면 객체 |
| xTranMapID | STRING | 정보를 보여줄 트랜맵 ID |
| Type | Description |
|---|---|
| void | 없음 |
function screen_on_submitcomplete(mapid, result, recv_userheader, recv_code, recv_msg)
{
factory.consoleprinttran(screen, mapid);
}